https://github.com/mapx/leetcode-rust
Leetcode solutions in Rust.
https://github.com/mapx/leetcode-rust
algorithms examples leetcode leetcode-rust leetcode-solutions rust rust-playground
Last synced: 4 months ago
JSON representation
Leetcode solutions in Rust.
- Host: GitHub
- URL: https://github.com/mapx/leetcode-rust
- Owner: mapx
- License: mit
- Created: 2019-11-04T00:39:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T10:16:21.000Z (over 4 years ago)
- Last Synced: 2025-01-02T04:23:34.379Z (5 months ago)
- Topics: algorithms, examples, leetcode, leetcode-rust, leetcode-solutions, rust, rust-playground
- Language: Rust
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leetcode Solutions in Rust [](https://travis-ci.org/mapx/leetcode-rust)
A play yard for learning Rust as well as practising with leetcode problems. The problem fetching and testing framework came from https://github.com/aylei/leetcode-rust and evolves different features.
* Run `cargo run`, then provide an id to initialize the template submission file of "problem #id".
* Run `cargo test n{id}` to test the solution for "problem #id".
* Run `cargo test` to test all solutions.