Skip to content

dann20/leetcode-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice leetcode in rust

Run cargo run and enter id to initialize the template submission file of question #id.

Run cargo run and enter solve id to move question #id to solution folder.

Run cargo test to test all solutions.

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

Usage

  • Remove all .rs files in problem/ and solution/
  • Clean lib.rs, solution/mod.rs, problem/mod.rs files
  • Start your leetcode journey in rust by typing cargo run

About

Practice leetcode using rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages