https://github.com/chux0519/leetcode-rust
Leetcode Journey (Using Rust)
https://github.com/chux0519/leetcode-rust
Last synced: 6 months ago
JSON representation
Leetcode Journey (Using Rust)
- Host: GitHub
- URL: https://github.com/chux0519/leetcode-rust
- Owner: chux0519
- Created: 2019-04-17T13:37:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T02:28:10.000Z (over 4 years ago)
- Last Synced: 2024-12-29T08:23:49.386Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leetcode-rust
Rust info:
Compiled with rust 1.31.0 (edition = 2018)
Supports rand from crates.io
## Usage
> cargo test q001
use `cargo test q{number}` to run test cases
use `cargo doc` to generate documentations