Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pacemakerx/leetcode-my-solutions

This repository contains my accepted LeetCode solutions, organized by question, showcasing my journey in problem-solving and competitive programming.
https://github.com/pacemakerx/leetcode-my-solutions

coding-practice coding-problems cpp datastructures-algorithms java leetcode leetcode-solutions problem

Last synced: 21 days ago
JSON representation

This repository contains my accepted LeetCode solutions, organized by question, showcasing my journey in problem-solving and competitive programming.

Awesome Lists containing this project

README

        

# LeetCode My Solutions

![LeetCode Logo](https://workablehr.s3.amazonaws.com/uploads/account/open_graph_logo/604858/social?1687549873000)

[![LeetCode](https://img.shields.io/badge/Platform-LeetCode-blue)](https://leetcode.com)
[![Java](https://img.shields.io/badge/Language-Java-F8981D?logo=java)](https://www.oracle.com/java/)
[![GitHub Stars](https://img.shields.io/github/stars/PacemakerX/LeetCode-my-solutions?style=social)](https://github.com/PacemakerX/leetCode-my-solutions.git/stargazers)
[![License](https://img.shields.io/github/license/PacemakerX/LeetCode-my-solutions)](./LICENSE)
[![GitHub Last Commit](https://img.shields.io/github/last-commit/PacemakerX/LeetCode-my-solutions)](https://github.com/PacemakerX/leetCode-my-solutions.git/commits/main)
[![GitHub Repo Size](https://img.shields.io/github/repo-size/PacemakerX/LeetCode-my-solutions)](https://github.com/PacemakerX/leetCode-my-solutions.git)
[![GitHub Issues](https://img.shields.io/github/issues/PacemakerX/LeetCode-my-solutions)](https://github.com/PacemakerX/leetCode-my-solutions.git/issues)
[![Java](https://img.shields.io/badge/Java-%23ED8B00.svg?logo=openjdk&logoColor=white)](https://github.com/PacemakerX/leetCode-my-solutions.git)
[![Bash](https://img.shields.io/badge/Bash-4EAA25?logo=gnubash&logoColor=fff)](https://github.com/PacemakerX/leetCode-my-solutions.git)
[![C++](https://img.shields.io/badge/C++-%2300599C.svg?logo=c%2B%2B&logoColor=white)](https://github.com/PacemakerX/leetCode-my-solutions.git)
[![MySQL](https://img.shields.io/badge/MySQL-%2300f.svg?logo=mysql&logoColor=white)](https://github.com/PacemakerX/leetCode-my-solutions.git)
[![Visual Studio Code](https://custom-icon-badges.demolab.com/badge/Visual%20Studio%20Code-0078d7.svg?logo=vsc&logoColor=white)](https://github.com/PacemakerX/leetCode-my-solutions.git)

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:

```sh
git clone https://github.com/PacemakerX/leetCode-my-solutions.git
```

## Connect with Me on LeetCode!

[![PacemakerX on LeetCode](https://assets.leetcode.com/users/avatars/avatar_1702544079.png)](https://leetcode.com/u/PacemakerX/)

Click to visit my **[LeetCode Profile](https://leetcode.com/u/PacemakerX/)** and check out my leetcode programming journey!