A curated collection of my accepted LeetCode solutions, automatically synced to GitHub using my custom-built Chrome extension CodeHub Sync.
This repository contains my accepted solutions to LeetCode coding problems.
Every solution is automatically committed using my Chrome extension CodeHub Sync, making this repository a continuously updated archive of my coding interview preparation and Data Structures & Algorithms practice.
Each problem gets its own numbered folder inside Solutions/, named XXXX-problem-title.
LeetCode-Solutions/
│
├── Solutions/
│ ├── Java/ # Java solutions
│ ├── Python/ # Python solutions
│ │
│ ├── 0003-longest-substring-without-repeating-characters/
│ │ ├── README.md
│ │ └── 0003-longest-substring-without-repeating-characters.cpp
│ │
│ ├── 0007-reverse-integer/
│ │ ├── README.md
│ │ └── 0007-reverse-integer.cpp
│ │
│ └── ... # more numbered problem folders
│
├── README.md
└── stats.json
Each problem directory contains:
- 📄 Problem description
- 💻 Accepted solution
- 🏷️ Problem metadata
Solve Problem on LeetCode
│
▼
Accepted Submission
│
▼
CodeHub Sync Chrome Extension
│
▼
Extracts:
• Problem Title
• Description
• Difficulty
• Tags
• Accepted Code
│
▼
Creates Folder Structure
│
▼
Commits & Pushes to GitHub
No manual uploads required.
- JavaScript
- Chrome Extension APIs
- GitHub REST API
- LeetCode
- Git
- ✅ Automatic GitHub synchronization
- ✅ Organized topic-wise repository
- ✅ Problem description included
- ✅ Accepted solutions only
- ✅ Clean folder hierarchy
- ✅ Continuous updates
This repository is powered by my Chrome extension:
Automatically syncs accepted coding solutions from platforms like LeetCode, GeeksforGeeks, and HackerRank directly to GitHub.
👉 Repository: https://github.com/kishanrajput23/CodeHub-Sync
This repository helps me:
- Track my coding journey
- Maintain consistency
- Build a searchable solution archive
- Prepare for technical interviews
- Showcase problem-solving skills
Kishan Kumar Rai
- GitHub: https://github.com/kishanrajput23
- LeetCode: https://leetcode.com/u/kishanrajput23/
⭐ If you found this repository useful, consider giving it a star!
Made with ❤️ using CodeHub Sync
| 3016-minimum-number-of-pushes-to-type-word-ii |
| 3541-find-most-frequent-vowel-and-consonant |
| 2029-stone-game-ix |
| 1291-sequential-digits |
| 3345-smallest-divisible-digit-product-i |
| 0033-search-in-rotated-sorted-array |
| 0034-find-first-and-last-position-of-element-in-sorted-array |
| 0035-search-insert-position |
| 0704-binary-search |
| 0069-sqrtx |
| 1979-find-greatest-common-divisor-of-array |
| 3658-gcd-of-odd-and-even-sums |
| 3867-sum-of-gcd-of-formed-pairs |
| 0206-reverse-linked-list |
| 0234-palindrome-linked-list |
| 0486-predict-the-winner |
| 0094-binary-tree-inorder-traversal |
| 0234-palindrome-linked-list |
| 0146-lru-cache |
| 0146-lru-cache |
| 3898-find-the-degree-of-each-vertex |
| 3310-remove-methods-from-project |
| 1260-shift-2d-grid |
| 3898-find-the-degree-of-each-vertex |
| 0098-validate-binary-search-tree |
| 0501-find-mode-in-binary-search-tree |
| 0700-search-in-a-binary-search-tree |
| 1464-maximum-product-of-two-elements-in-an-array |
| 3517-smallest-palindromic-rearrangement-i |
| 3014-minimum-number-of-pushes-to-type-word-i |
| 3016-minimum-number-of-pushes-to-type-word-ii |
| 2029-stone-game-ix |
| 1386-cinema-seat-allocation |
| 1927-sum-game |
| 2091-removing-minimum-and-maximum-from-array |
| 0486-predict-the-winner |
| 0877-stone-game |
| 1406-stone-game-iii |
| 1140-stone-game-ii |
| 1510-stone-game-iv |
| 0486-predict-the-winner |
| 0877-stone-game |
| 1406-stone-game-iii |
| 1140-stone-game-ii |
| 1510-stone-game-iv |
| 2029-stone-game-ix |
| 1927-sum-game |
| 2703-return-length-of-arguments-passed |
| 2879-display-the-first-three-rows |
| 2884-modify-columns |
| 2888-reshape-data-concatenate |
| 2881-create-a-new-column |
| 1406-stone-game-iii |
| 1140-stone-game-ii |
| 1510-stone-game-iv |
| 2029-stone-game-ix |
| 1406-stone-game-iii |
| 1140-stone-game-ii |
| 1510-stone-game-iv |
| 2029-stone-game-ix |
| 1140-stone-game-ii |
| 1510-stone-game-iv |
| 2029-stone-game-ix |
| 1510-stone-game-iv |
| 3702-longest-subsequence-with-non-zero-bitwise-xor |
| 1386-cinema-seat-allocation |