Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r12f/leetcode-rs
https://github.com/r12f/leetcode-rs
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/r12f/leetcode-rs
- Owner: r12f
- License: apache-2.0
- Created: 2023-02-09T01:09:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T00:12:17.000Z (over 1 year ago)
- Last Synced: 2023-12-24T07:09:23.597Z (11 months ago)
- Language: Rust
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Leetcode Solution in Rust
> This project is based on (Great project! Saved me a ton of setup time. Please give it star!), but with my own rust code and certain updates, e.g.:
>
> 1. Fixed the problem HTML description to markdown conversion.
> 2. Uses for simpler final code and add more tools for testing.
> 3. A bit different template and removing comments from the demo source code, since they are included in the lcrt lib already.Run `cargo run` to initialize the template submission file of "question #id".
Run `cargo test test_{id}` to test the solution for "question #id".
## Usage
* Remove all the solution .rs
* Clean lib.rs file
* Start your leetcode journey in rust by typing `cargo run`## License
Apache-2.0: