A curated collection of my accepted GeeksforGeeks solutions, automatically synced to GitHub using my custom-built Chrome extension CodeHub Sync.
This repository contains my accepted solutions to GeeksforGeeks coding problems.
Every solution is automatically committed using my Chrome extension CodeHub Sync, making this repository a continuously updated archive of my Data Structures & Algorithms practice.
Problems are organized based on their primary Data Structures & Algorithms topic.
Array/
│
├── Kadane's Algorithm/
│ ├── README.md
│ └── solution.cpp
│
String/
│
├── Reverse Words/
│ ├── README.md
│ └── solution.cpp
│
Dynamic Programming/
│
├── Longest Increasing Subsequence/
│ ├── README.md
│ └── solution.cpp
│
Graph/
│
└── Dijkstra Algorithm/
├── README.md
└── solution.cpp
Each problem directory contains:
- 📄 Problem description
- 💻 Accepted solution
- 🏷️ Problem metadata
Solve Problem on GeeksforGeeks
│
▼
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
- GeeksforGeeks
- 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 GeeksforGeeks directly to GitHub.
👉 Repository: https://github.com/kishanrajput23/CodeHub-Sync
This repository helps me:
- Track my DSA journey
- Maintain consistency
- Build a searchable solution archive
- Prepare for coding interviews
- Showcase problem-solving skills
Kishan Kumar Rai
- GitHub: https://github.com/kishanrajput23
- GeeksforGeeks: https://www.geeksforgeeks.org/profile/kishanrajput23
⭐ If you found this repository useful, consider giving it a star!
Made with ❤️ using CodeHub Sync