Thank you for visiting this project! If you find it helpful or interesting, please consider giving it a ⭐️ on GitHub. It helps others discover the project and motivates me to keep improving it. Your support means a lot! 😊
📚 This is a collection of patterns for solving LeetCode problems. The goal is to provide a structured approach to solving problems and to help you build a strong foundation in algorithms and data structures.
- Python Basics: Python Distilled
- 算法竞赛模板库 by 灵茶山艾府
- [Leetcode Discuss] Solved all two pointers problems in 100 days
- [Leetcode Discuss] Solved all dynamic programming (dp) problems in 7 months
- liquidslr/leetcode-company-wise-problems
- Define the
dp
array and its meaning. - Define the
dp
formula. - Initialize the
dp
array. - Determine the traversal direction.
- Derive the
dp
array.