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
- Host: GitHub
- URL: https://github.com/xu-cheng/leetcode
- Owner: xu-cheng
- License: mit
- Created: 2018-12-21T08:17:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T09:50:38.000Z (over 4 years ago)
- Last Synced: 2025-01-16T00:00:38.474Z (10 months ago)
- Topics: leetcode, leetcode-rust, leetcode-solutions, rust
- Language: Rust
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```