因为这个课每个topic后都会有相应的题集,我打算再慢慢地把它们也刷完。 在2的同时补充一些这个课没有提到的内容,具体的来源还是LeetCode官方的explore里的别的专题card、educative.io的grokking里更多的东西(那个课虽然不好,但是内容还是挺多的)、grind 75、blind 75、NeetCode 150。 开始做LeetCode的官方每日一题...
Repository files navigation README Blind75-Leetcode This repository is purely dedicated to stacking my Blind Leetcode 75 question's solutions , a list of 75 most frequent asked leetcode questions which had helped many developers clear interviews of Google, Amazon, Microsoft, Facebook etc.About...
(一)每个数字与其后面的每一位数字做比较,如果有相同数字则输出True;否则输出False; Time: O(n*n); Space: O(1) 因时间复杂度过高,无法AC (二)将数列进行从小到大排序,如果相邻两个数字大小相等则输出True;否则输出False; Time: O(nlogn); Space: O(1) 方法2排序比较 (三)创建一个Hashset,遍历整个数...
targetSum.py previous problems Apr 12, 2021 Repository files navigation README LeetCode Collection of LeetCode questions to ace the coding interview! - Created using LeetHub.About JavaScript Solution of Blind75, Neet150, Grind75 & other important LeetCode questions Topics javascript leetcode interv...
https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/ https://leetcode.com/problems/first-bad-version/ https://leetcode.com/problems/search-in-a-sorted-array-of-unknown-size/ https://leetcode.com/problems/search-in-rotated-sorted-array/ ...
Many other LeetCode questions are a mash of the techniques from these individual questions. I used this list in my last job hunt to only do the important questions. Good luck and Happy New Year! https://www.teamblind.com/article/New-Year-Gift---Curated-List-of-Top-100-LeetCode-Questions...
Good luck and Happy New Year! https://www.teamblind.com/article/New-Year-Gift---Curated-List-of-Top-100-LeetCode-Questions-to-Save-Your-Time-OaM1orEU
I doubt this will reach any type of public light, but if you have somehow stubbled upon this, let me know if there are any blunders throughout the problems that I have missed! <3
[52%] leetcode-75.md 39/75 - [52%] leetcode-topics.md 76/144 - [86%] leetcode-top-interview-150.md 130/150 - [94%] neetcode150.md 142/150 - [✅] 9c-advanced.md 75/93 18 vips [✅] 9c-dp.md 42/45 3 vips [✅] 9c-top.md 55/57 2 vips [✅] blind75.md 77...