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: 1 day 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T12:11:59.000Z (about 1 year ago)
- Last Synced: 2025-01-23T22:17:49.234Z (12 days ago)
- Topics: leetcode, leetcode-rust, rust
- Language: Rust
- Homepage: https://leetcode.com/studyplan/leetcode-75/
- Size: 266 KB
- Stars: 2
- 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