This project aims to:
- Solve the question on LeetCode. (Manually)
- Summarise the general pattern for each category of questions. (Manually)
- Brute Force: Regardless of Time/Space complexity
- Design Algorithm
- Boundary conditions
- Design: data structure + algorithms(classify -> induction)
- Optimization: cut leafs
- Transform the question to a mathematical solution
- Build an auto-solver to generate the code automatically. (Automatically)