Skip to content

This project aims to: 1. Solve the question on LeetCode. 2. Summarise the general pattern for each category of questions. 3. Build an auto-solver to generate the code automatically.

License

Notifications You must be signed in to change notification settings

AaronOS0/leetcode_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode_solver

This project aims to:

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

About

This project aims to: 1. Solve the question on LeetCode. 2. Summarise the general pattern for each category of questions. 3. Build an auto-solver to generate the code automatically.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages