Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 630 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 630 Bytes

Rust LeetCode

This is a repository containing a set of LeetCode problems solved using Rust.

The main goal of this project is to use the Rust language in different scenarios while solving the coding problems, improving my knowledge about the programming language and how to overcome the famous Rust compiler fights.

Each LeetCode problem has it's own .rs file inside the src/ folder. The name of the file corresponds to the name of the problem written on the website.