Renyddd Site

Posts tagged "Python":

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
Other posts
Other posts
Creative Commons License
renyddd by Renyddd is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.