Sunday, February 13, 2022

【干货】刷题这样上手 面试必备的10个算法 | LeetCode清单 [下] DP需要学吗?面试小技巧分享

 Feb. 13, 2022

Here is the link. 

做这个视频 距离我上次刷题已经快两年了 我也是学了就忘那种 所以总结 复习和写文案都花了10个小时以上的时间 而且融合了我上百小时的刷题心血!! 而且我也不是擅长给讲题的那种 所以拍下来真的好累啊 感觉好多东西 我也不知道我有没有说清楚 哈哈哈哈 反正我脑汁已经没了 希望大家一定要点赞订阅!! 祝大家刷题加油 找工作顺利 都能拿到自己心仪的offer! ================================================== 以下是我说的 10 个算法和数据结构 和他们的 Leet Code 经典题! 功课都给你总结好了 还不来抄! 7. Pointer Manipulation a. 239. Sliding Window Maximum https://leetcode.com/problems/sliding... b. 3. Longest Substring Without Repeating Characters https://leetcode.com/problems/longest... c. 76. Minimum Window Substring https://leetcode.com/problems/minimum... 8. Sorting a. Time -- O(N log N) b. Merge Sort -- Space O(N) c. Quick Sort d. 148. Sort List https://leetcode.com/problems/sort-list/ 9. Convert Real Life Problem to Code a. 146. LRU Cache https://leetcode.com/problems/lru-cache/ b. 1066. Compus Bike https://leetcode.com/problems/campus-... c. 490. The Maze https://leetcode.com/problems/the-maze/ 10. Time Space Complexity a. 一般面试的时候 你说完算法 就要说 这个算法的 time / space complexity是什么 b. 每次你做完一道题 给自己养成一个习惯 就是想一下他的时间空间复杂度是多少



No comments:

Post a Comment