Skip to content

Cupnfish/leetcode-rust

This branch is 79 commits behind aylei/leetcode-rust:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 29, 2019
0e10183 · Jul 29, 2019
Feb 3, 2019
Jul 29, 2019
Jan 5, 2019
Jun 28, 2019
Jun 28, 2019
Feb 1, 2019
Feb 10, 2019
Jan 18, 2019

Repository files navigation

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}

About

my leetcode solutions in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%