Renyddd Site

Posts tagged "leetcode":

Binary Search

07 Feb 2023

总结自极客时间【数据结构与算法之美】专栏,最基础的二分查找写法:

(...)
Tags: python leetcode

Coding Interviews 30 可 O(1) 查找最小值的栈

13 Jan 2023

instance variable 中的 datastack 存储栈本身的数据,由 minstack 存储当前状态下的最小值信息。

(...)
Tags: leetcode python

Python-type-hints

12 Jan 2023

尝试在 LeetCode 用 Python3 解题,第一题出现的 List 关键字,与 Racket 语法中的 define/contract 合约很像:

(...)
Tags: Python leetcode

尝试 Racket 解题 leetcode

26 Oct 2022

在读 wangyin 文章怎样写一个解释器时,选用的实现工具便是 Racket。 我已简单了解 Lisp 语法基础,同时也苦于寻找各种 Lisp 的实战场景,再加上一些被影响的对 Lisp 语法的偏爱,Racket 解题的想法便产生了。

(...)
Tags: leetcode Racket
Other posts
Other posts
Creative Commons License
renyddd by Renyddd is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.