Skip to content

Solutions to LeetCode problems in JavaScript, Python, and Rust for learning and practice purposes.

Notifications You must be signed in to change notification settings

MaxTheTurtle0/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.