A powerful, automated tool to track and sync competitive programming and coding activity from platforms like LeetCode and Codeforces directly to GitHub.
This repository is an automated, live portfolio of my problem-solving journey. It features optimized solutions in C++ and Python synchronized flawlessly from top coding platforms.
Watch my progress in real-time through these auto-updating statistic cards.
- β 220+ CP & DSA Problems Solved: Daily tracked progress across top platforms.
- π€ Auto Commits: Solutions are fetched and committed to this repository entirely hands-free using GitHub Actions.
- π Dynamic Dashboards: A monthly progress dashboard tracking problems solved over time. (View Dashboard)
- π Multi-Platform Support: Seamlessly syncs from LeetCode, Codeforces, and GeeksforGeeks.
- π Live Rating Graphs: Embedded stats cards updating automatically with every new submission.
- π‘ Clean Code Principles: Every pushed solution is linted, formatted, and optimized for space and time complexity.
.
βββ codeforces/ # Codeforces contest solutions & explanations
βββ leetcode/ # Categorized LeetCode solutions (Easy/Medium/Hard)
βββ geeksforgeeks/ # GFG problem of the day and practice solutions
βββ scripts/ # Engine: Python scripts powering the dashboard & stats
βββ .github/ # CI/CD: Automated Sync & Linting workflowsDistributed under the MIT License. See LICENSE for more information.
Built with β€οΈ and β by Aditya Pandey