This repository contains all my accepted solutions for LeetCode problems, organized by question ID and problem title. It’s a comprehensive archive to track my progress in problem-solving and to help others learn from my solutions.
- Comprehensive Collection: Solutions to a wide range of LeetCode problems.
- Organized Structure: Files are organized with the following format:
Example:
solutions_leetCode/
1_two-sum/
README.md # Problem details and solution explanation
metadata.json # Metadata including runtime, memory, and submission ID
Solution.java/Solution.cpp # Solution code in either Java or C++
- Sorted: All solutions are structured and sorted for easier navigation.
This repository serves as:
- A personal archive of my LeetCode progress.
- A reference for others to understand problem-solving techniques.
- A source of clean and well-documented code for practice and learning.
Solutions are written in:
- Java (Earlier I used to code in java)
- Cpp (All the recent submissions are in C++)
- Clone the repository:
git clone https://github.com/PacemakerX/leetCode-my-solutions.git
Click to visit my LeetCode Profile and check out my leetcode programming journey!