Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whalecold/leetcode
solutions of leetcode in rust
https://github.com/whalecold/leetcode
golang leetcode rust tools
Last synced: about 1 month ago
JSON representation
solutions of leetcode in rust
- Host: GitHub
- URL: https://github.com/whalecold/leetcode
- Owner: whalecold
- License: mit
- Created: 2019-11-02T04:19:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T08:14:16.000Z (over 4 years ago)
- Last Synced: 2024-10-15T17:51:32.956Z (3 months ago)
- Topics: golang, leetcode, rust, tools
- Language: Rust
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### simple tool for initialize template file and do unit test automatic
- Run `cargo run watch` to start watch changed file. the file ignored by watch default, if you want take unit test for specify file, please change `static NEED_COMPILE: bool = false;` to `true`.
- Run `cargo run add --id=xxx` to add problem.
[ref](https://github.com/aylei/leetcode-rust)
- rust solutions are in [branch](https://github.com/whalecold/leetcode/tree/rust)
- golang solutions are in [branch](https://github.com/whalecold/leetcode/tree/golang)