Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 718 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 718 Bytes

LeetCode Solutions in JavaScript, Python, & Rust

This repository contains my personal solutions to LeetCode problems in JavaScript, Python, and Rust, intended for educational use and coding practice.

Structure

Problems are organized into folders by their type (Arrays, Strings, etc.). Each problem has solutions in three languages: .js, .py, and .rs.

Usage

  • Clone the Repository:
git clone https://github.com/MaxTheTurtle0/leetcode-solutions.git
  • Navigate to a problem folder and run the solution file in the respective language environment.

Feedback

If you notice any errors or have suggestions, feel free to create a pull request or open an issue.