Skip to content

liguangsheng/leetcode-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode-rust

leetcode-rust

# run all tests
cargo test

# run test with problem id
cargo test <problem_id>

# new problem
cargo run <problem_id> <problem_title>