Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sankichi92/leetcode-75
LeetCode 75 by Rust
https://github.com/sankichi92/leetcode-75
leetcode leetcode-rust rust
Last synced: 16 days ago
JSON representation
LeetCode 75 by Rust
- Host: GitHub
- URL: https://github.com/sankichi92/leetcode-75
- Owner: sankichi92
- License: mit
- Created: 2023-11-28T12:15:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-01T12:11:59.000Z (10 months ago)
- Last Synced: 2024-10-03T17:41:50.499Z (about 1 month ago)
- Topics: leetcode, leetcode-rust, rust
- Language: Rust
- Homepage: https://leetcode.com/studyplan/leetcode-75/
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode 75
[LeetCode 75](https://leetcode.com/studyplan/leetcode-75/) by Rust.
## Add a new problem
[`new_problem.sh`](new_problem.sh) runs `cargo new --lib ` and adds the new path to `workspace.members` in Cargo.toml:
$ ./new_problem.sh