An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# LeetCode in Rust

[![Creator rozukke](https://img.shields.io/badge/Creator-rozukke-f497af.svg)](https://github.com/rozukke)
[![Made with Rust](https://img.shields.io/badge/Made%20with-Rust-b7410e.svg)](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