Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pacemakerx/leetcode-my-solutions
- Owner: PacemakerX
- Created: 2024-12-10T08:20:28.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-26T21:57:48.000Z (30 days ago)
- Last Synced: 2024-12-26T22:27:30.455Z (30 days ago)
- Topics: coding-practice, coding-problems, cpp, datastructures-algorithms, java, leetcode, leetcode-solutions, problem
- Language: Java
- Homepage:
- Size: 717 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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!