/leetcode-rust

Practice Rust for fun

Primary LanguageRust

Leetcode For Rust


Build Status

Practice Rust with Leetcode.

  • Problem solutions are located in src/problems.
  • Problem solutions are named as {problem name}-{problem number}.rs.
  • Each solution contains simple test in the same file.
  • You need to add your new solution in problems/mod.rs to enable syntax/error checking.