{"id":23893442,"url":"https://github.com/pacemakerx/leetcode-my-solutions","last_synced_at":"2026-04-20T04:04:08.259Z","repository":{"id":267545617,"uuid":"901202111","full_name":"PacemakerX/leetCode-my-solutions","owner":"PacemakerX","description":"This repository contains my accepted LeetCode solutions, organized by question, showcasing my journey in problem-solving and competitive programming.","archived":false,"fork":false,"pushed_at":"2025-02-05T13:28:53.000Z","size":749,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T13:40:02.232Z","etag":null,"topics":["coding-practice","coding-problems","cpp","datastructures-algorithms","java","leetcode","leetcode-solutions","problem"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PacemakerX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-10T08:20:28.000Z","updated_at":"2025-02-05T13:28:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"797871d7-0c3b-425e-9c86-ae91c5905177","html_url":"https://github.com/PacemakerX/leetCode-my-solutions","commit_stats":null,"previous_names":["pacemakerx/leetcode-my-solutions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacemakerX%2FleetCode-my-solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacemakerX%2FleetCode-my-solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacemakerX%2FleetCode-my-solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacemakerX%2FleetCode-my-solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PacemakerX","download_url":"https://codeload.github.com/PacemakerX/leetCode-my-solutions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240275926,"owners_count":19775616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coding-practice","coding-problems","cpp","datastructures-algorithms","java","leetcode","leetcode-solutions","problem"],"created_at":"2025-01-04T14:19:17.354Z","updated_at":"2026-04-20T04:04:08.227Z","avatar_url":"https://github.com/PacemakerX.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeetCode My Solutions\n\n![LeetCode Logo](https://workablehr.s3.amazonaws.com/uploads/account/open_graph_logo/604858/social?1687549873000)\n\n[![LeetCode](https://img.shields.io/badge/Platform-LeetCode-blue)](https://leetcode.com)\n[![Java](https://img.shields.io/badge/Language-Java-F8981D?logo=java)](https://www.oracle.com/java/)\n[![GitHub Stars](https://img.shields.io/github/stars/PacemakerX/LeetCode-my-solutions?style=social)](https://github.com/PacemakerX/leetCode-my-solutions.git/stargazers)\n[![License](https://img.shields.io/github/license/PacemakerX/LeetCode-my-solutions)](./LICENSE)\n[![GitHub Last Commit](https://img.shields.io/github/last-commit/PacemakerX/LeetCode-my-solutions)](https://github.com/PacemakerX/leetCode-my-solutions.git/commits/main)\n[![GitHub Repo Size](https://img.shields.io/github/repo-size/PacemakerX/LeetCode-my-solutions)](https://github.com/PacemakerX/leetCode-my-solutions.git)\n[![GitHub Issues](https://img.shields.io/github/issues/PacemakerX/LeetCode-my-solutions)](https://github.com/PacemakerX/leetCode-my-solutions.git/issues)\n[![Java](https://img.shields.io/badge/Java-%23ED8B00.svg?logo=openjdk\u0026logoColor=white)](https://github.com/PacemakerX/leetCode-my-solutions.git)\n[![Bash](https://img.shields.io/badge/Bash-4EAA25?logo=gnubash\u0026logoColor=fff)](https://github.com/PacemakerX/leetCode-my-solutions.git)\n[![C++](https://img.shields.io/badge/C++-%2300599C.svg?logo=c%2B%2B\u0026logoColor=white)](https://github.com/PacemakerX/leetCode-my-solutions.git)\n[![MySQL](https://img.shields.io/badge/MySQL-%2300f.svg?logo=mysql\u0026logoColor=white)](https://github.com/PacemakerX/leetCode-my-solutions.git)\n[![Visual Studio Code](https://custom-icon-badges.demolab.com/badge/Visual%20Studio%20Code-0078d7.svg?logo=vsc\u0026logoColor=white)](https://github.com/PacemakerX/leetCode-my-solutions.git)\n\nThis 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.\n\n## Features\n\n- **Comprehensive Collection**: Solutions to a wide range of LeetCode problems.\n- **Organized Structure**: Files are organized with the following format:\n  Example:\n  - `solutions_leetCode/`\n     -  `1_two-sum/`\n         -  `README.md # Problem details and solution explanation `\n         -  `metadata.json # Metadata including runtime, memory, and submission ID`\n         -  `Solution.java/Solution.cpp # Solution code in either Java or C++`\n- **Sorted**: All solutions are structured and sorted for easier navigation.\n\n## Why This Repository?\n\nThis repository serves as:\n\n- A personal archive of my LeetCode progress.\n- A reference for others to understand problem-solving techniques.\n- A source of clean and well-documented code for practice and learning.\n\n## Tech\n\nSolutions are written in:\n\n- **Java** (Earlier I used to code in java)\n- **Cpp** (All the recent submissions are in C++)\n  \n## Stats \n\u003cp align=\"left\"\u003e\n  \u003cimg src=\"https://leetcode-badge-showcase.vercel.app/api?username=PacemakerX\u0026theme=tokyonight\" alt=\"LeetCode Badges\" width=\"400\" height=\"100%\" /\u003e\n  \u003cimg src=\"https://leetcard.jacoblin.cool/PacemakerX?ext=heatmap\" alt=\"LeetCode Heatmap\" width=\"400\" /\u003e\n\u003c/p\u003e\n\n## Usage\n\n1. Clone the repository:\n\n```sh\ngit clone https://github.com/PacemakerX/leetCode-my-solutions.git\n```\n\n## Connect with Me on LeetCode!\n\n[![PacemakerX on LeetCode](https://assets.leetcode.com/users/avatars/avatar_1702544079.png)](https://leetcode.com/u/PacemakerX/)\n\nClick to visit my **[LeetCode Profile](https://leetcode.com/u/PacemakerX/)** and check out my leetcode programming journey!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacemakerx%2Fleetcode-my-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpacemakerx%2Fleetcode-my-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacemakerx%2Fleetcode-my-solutions/lists"}