文件名称:leetcode:练习Python面试题
文件大小:25KB
文件格式:ZIP
更新时间:2024-04-26 10:24:46
Python
:wrench: Leetcode日记 该资料库专门致力于我在技术面试中取得出色成就的旅程。 现在,我主要练习Leetcode面试问题,因为我认为里面的问题对于实习最实用。 但是,这将来可能会改变! :memo: 目的 2021年1月18日-开始积极练习 2021年4月4日-开始处理LeetCode :one-thirty: 未来 现在,我用Python做我的问题。 将来,我想尝试两件事: 用C ++进行面试问题 从其他算法书籍入手 (加分!)NUS中的竞争性编程
【文件预览】:
leetcode-master
----.gitattributes(66B)
----two-pointers()
--------238-product-array-except-self.py(478B)
--------3-longest-subsequence-unique.py(531B)
--------167-two-sum-sorted-arr.py(422B)
--------11-container-most-water.py(355B)
--------11-container-most-water.cpp(438B)
--------238-product-array-except-self-alt.py(371B)
----linked-list()
--------445-add-two-numbers-2.py(0B)
--------reverse-linked-list.cpp(618B)
--------21-merge-sorted-list.py(764B)
--------206-reverse-linked-list.py(506B)
--------83-remove-duplicates.py(462B)
--------1290-linked-to-binary.py(377B)
--------2-add-two-numbers.py(763B)
--------83-remove-duplicates.cpp(664B)
--------1290-linked-to-binary.cpp(512B)
----sliding-window()
--------480-sliding-window-median.py(483B)
----hash-table()
--------217-contains-duplicate.py(269B)
----README.md(774B)
----19-remove_nth_node_1pass.py(586B)
----archive()
--------medium()
--------easy()
----dp()
--------53-maxsubarray.py(290B)
--------hackerrank-minswaps2.py(806B)
--------64-minpathsum.cpp(656B)
--------70-climbingstairs.py(329B)
--------392-issubsequence.py(404B)
--------62-uniquepaths.py(393B)
--------746-mincoststairs.py(335B)
--------72-editdistance-alt.py(917B)
--------63-minpathsumobstacles.py(1KB)
--------63-minpathsumobstacles.cpp(1KB)
--------152-maxprod.py(398B)
--------931-minfallpath.py(976B)
--------72-editdistance.py(957B)
--------392-issubsequence.cpp(517B)
--------121-best-time-stocks.py(320B)
--------64-minpathsum.py(546B)
----19-remove_nth_node.py(590B)