my leetcode solutions in rust
Last updated May 22, 2026
763
Stars
144
Forks
10
Issues
0
Stars/day
Attention Score
43
Language breakdown
Rust 100.0%
โธ Files
click to expand
README
My Leetcode Solution in Rust
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".
ๅฏนไบๅคง้จๅ้พๅบฆไธบ Hard ็้ฎ้ข, ไผๆไธญๆ็ๆ่ทฏๆณจ้
Working in progress, to do:
- [ ] auto generation of solution list (when 100 problems solved)
Usage
- Remove all the solution .rs
- Clean lib.rs file
- Start your leetcode journey in rust by typing
cargo run {question_id}
๐ More in this category