Skip to content

Latest commit

 

History

947 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 GeeksforGeeks Problem Solutions

A curated collection of my accepted GeeksforGeeks solutions, automatically synced to GitHub using my custom-built Chrome extension CodeHub Sync.

GFG Language Automation

Repo Size Last Commit Stars Visitors

GeeksForGeeks

📖 About

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.


📂 Repository Structure

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

⚙️ Automation Workflow

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.


🛠️ Tech Stack

  • JavaScript
  • Chrome Extension APIs
  • GitHub REST API
  • GeeksforGeeks
  • Git

✨ Features

  • ✅ Automatic GitHub synchronization
  • ✅ Organized topic-wise repository
  • ✅ Problem description included
  • ✅ Accepted solutions only
  • ✅ Clean folder hierarchy
  • ✅ Continuous updates

🔗 Related Project

This repository is powered by my Chrome extension:

CodeHub Sync

Automatically syncs accepted coding solutions from platforms like GeeksforGeeks directly to GitHub.

👉 Repository: https://github.com/kishanrajput23/CodeHub-Sync


🎯 Purpose

This repository helps me:

  • Track my DSA journey
  • Maintain consistency
  • Build a searchable solution archive
  • Prepare for coding interviews
  • Showcase problem-solving skills

🙋‍♂️ Author

Kishan Kumar Rai


⭐ If you found this repository useful, consider giving it a star!

Made with ❤️ using CodeHub Sync