This repository contains solutions to problems I have solved on LeetCode. The solutions are organized by programming language, and the goal is to maintain a well-structured, easily navigable collection of code for reference and learning.
The repository is organized into folders based on the programming language used:
cpp/
: Solutions implemented in C++.golang/
: Solutions implemented in Go.java/
: Solutions implemented in Java.js&ts/
: Solutions implemented in JavaScript and TypeScript.python/
: Solutions implemented in Python.scripts/
: Additional scripts for automation or data processing.
This repository serves as:
- A Personal Record: Tracking my progress and solutions as I work through LeetCode problems.
- A Reference Library: Providing code snippets and algorithms for future reference.
- Learning Resource: Improving my skills across multiple programming languages and exploring different approaches to problem-solving.
- Clone the repository:
git clone https://github.com/your-username/leetcode-solutions.git cd leetcode-solutions