# my-leetcode-notebook **Repository Path**: Falldio/my-leetcode-notebook ## Basic Information - **Project Name**: my-leetcode-notebook - **Description**: 个人LeetCode刷题笔记 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-17 - **Last Updated**: 2024-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: LeetCode, Go语言, Cpp ## README # My LeetCode Notebook📚 一个[个人LeetCode](https://leetcode.com/YoloKokura/)刷题笔记,后续会根据文档内容自己再做总结,希望能找到工作~🙏 > 部分题目答案来自于各类题解网页,并不完全是原创,仅作个人记录使用。 > 之前制订的刷题计划基本已经完成,未来将坚持每日一题,但不再重度刷题。 ## 题目分类 题目分类沿用[NeetCode](https://neetcode.io/)。 1. [Arrays & Hashing 数组与哈希](https://github.com/Falldio/my-leetcode-notebook/blob/master/Arrays%26Hashing.md) 2. [Two Pointers 双指针法](https://github.com/Falldio/my-leetcode-notebook/blob/master/TwoPointers.md) 3. [Sliding Window 滑动窗口](https://github.com/Falldio/my-leetcode-notebook/blob/master/SlidingWindow.md) 4. [Stack 栈](https://github.com/Falldio/my-leetcode-notebook/blob/master/Stack.md) 5. [Binary Search 二分查找](https://github.com/Falldio/my-leetcode-notebook/blob/master/BinarySearch.md) 6. [Linked List 链表](https://github.com/Falldio/my-leetcode-notebook/blob/master/LinkedList.md) 7. [Trees 树](https://github.com/Falldio/my-leetcode-notebook/blob/master/Trees.md) 8. [Tries 前缀树](https://github.com/Falldio/my-leetcode-notebook/blob/master/Tries.md) 9. [Heap / Priority Queue 堆 / 优先队列](https://github.com/Falldio/my-leetcode-notebook/blob/master/HeapOrPriorityQueue.md) 10. [Backtracking 回溯](https://github.com/Falldio/my-leetcode-notebook/blob/master/Backtracking.md) 11. [Graphs 图](https://github.com/Falldio/my-leetcode-notebook/blob/master/Graphs.md) 12. [Advanced Graphs 图进阶](https://github.com/Falldio/my-leetcode-notebook/blob/master/AdvancedGraphs.md) 13. [1-D Dynamic Programming 一维动态规划](https://github.com/Falldio/my-leetcode-notebook/blob/master/1-DDynamicProgramming.md) 14. [2-D Dynamic Programming 二维动态规划](https://github.com/Falldio/my-leetcode-notebook/blob/master/2-DDynamicProgramming.md) 15. [Greedy 贪心算法](https://github.com/Falldio/my-leetcode-notebook/blob/master/Greedy.md) 16. [Intervals 间隔](https://github.com/Falldio/my-leetcode-notebook/blob/master/Intervals.md) 17. [Math & Geometry 算术和几何](https://github.com/Falldio/my-leetcode-notebook/blob/master/Math%26Geometry.md) 18. [Bit Manipulation 位运算](https://github.com/Falldio/my-leetcode-notebook/blob/master/BitManipulation.md) ## TODO - [x] 跟着([NeetCode](https://neetcode.io/))完成NeetCode All,用CPP - [x] 跟随([代码随想录 (programmercarl.com)](https://www.programmercarl.com/)二刷(大部分题目都是重复的),用Golang - [x] 用([labuladong 的算法小抄 :: labuladong的算法小抄](https://labuladong.github.io/algo/))三刷