Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 3.57 KB

README.md

File metadata and controls

65 lines (47 loc) · 3.57 KB

LeetCode My Solutions

LeetCode Logo

LeetCode Java GitHub Stars License GitHub Last Commit GitHub Repo Size GitHub Issues Java Bash C++ MySQL Visual Studio Code

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.

Features

  • 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.

Why This Repository?

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.

Tech

Solutions are written in:

  • Java (Earlier I used to code in java)
  • Cpp (All the recent submissions are in C++)

Stats

LeetCode Badges LeetCode Heatmap

Usage

  1. Clone the repository:
git clone https://github.com/PacemakerX/leetCode-my-solutions.git

Connect with Me on LeetCode!

PacemakerX on LeetCode

Click to visit my LeetCode Profile and check out my leetcode programming journey!