Skip to content

ben1009/leetcode-rust

 
 

Repository files navigation

πŸ¦€ Leetcode Solution in Rust, just to torture myself for fun πŸ€ͺ

codecov Check

Set LEETCODE_COOKIE in .env file or environment variable first.

Run cargo run {id} to initialize the template submission file of "question #id".

Run cargo test test_{id} to test the solution for "question #id".

Usage

  • Remove all the solution .rs
  • Clean lib.rs file
  • Start your leetcode journey in rust by typing cargo run {question_id}

About

πŸ¦€ leetcode solutions in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.8%
  • Other 0.2%