/leetcode

Leetcode solutions in rust

Primary LanguageRust

Solutions of Leetcode problems in rust

This repository contains my solutions of Leetcode problems in rust. The solutions are organized by sections and problems. Each problem is implemented in a separate file. The test cases are also included in the same file.

To run the code, you need to install rust first. Then run the test suits from the terminal:

cargo test

Problems

problems 1-1000

problems 1001-2000

problems 2001-3000

problems 3001-4000