Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 562 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 562 Bytes

Leetcode Solution in Rust

TODO

  • update solutions
  • update algorithms
  • add multiple solutions
  • add function to open discuss page
  • accept multiple ids
  • accept range
  • generate default return type for complex problems to make code compile when problem initialized
  • login
  • verify on leetcode

Usage

  • cargo run
    • {id}: initialize problem {id} in problem/
    • random: initialize random problem in problem/
    • solve {id}: move problem {id} from problem/ to solution/
    • all: initialize all problems