https://github.com/rozukke/leet-rs
Solutions for various LeetCode/NeetCode problems in Rust.
https://github.com/rozukke/leet-rs
leetcode-rust leetcode-solutions
Last synced: about 2 months ago
JSON representation
Solutions for various LeetCode/NeetCode problems in Rust.
- Host: GitHub
- URL: https://github.com/rozukke/leet-rs
- Owner: rozukke
- License: mit
- Created: 2024-09-03T09:47:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T06:11:48.000Z (8 months ago)
- Last Synced: 2025-01-10T04:27:59.465Z (3 months ago)
- Topics: leetcode-rust, leetcode-solutions
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode in Rust
[](https://github.com/rozukke)
[](https://www.rust-lang.org)This repository contains solutions to the NeetCode subset of LeetCode problems, split into folders according to the roadmap. The solutions are written by me to be of high quality according to my own standards.
Also included is a Nix flake to make setting up the dev environment easy, and a `main.rs` you can use as your own workspace.
## Planned features
- Comments for certain decisions
- Comments above each solution explaining time complexity