An open API service indexing awesome lists of open source software.

https://github.com/xu-cheng/leetcode

:dart: My leetcode solutions
https://github.com/xu-cheng/leetcode

leetcode leetcode-rust leetcode-solutions rust

Last synced: 8 months ago
JSON representation

:dart: My leetcode solutions

Awesome Lists containing this project

README

          

# leetcode

My leetcode solutions implemented in [Rust](https://rust-lang.org).

To test the specific question, run the following command.
```
cargo test
```

If there are multiple solutions, run the following command to benchmark for different solutions.
```
cargo bench
```