Welcome to my central hub for tracking coding challenges! This repository consolidates my progress across various programming platforms and events.
Rather than pinning multiple individual repositories, this dashboard dynamically aggregates and displays up-to-date stats from my active challenge repositories.
- Advent of Code: Annual December coding puzzles (Python).
- Everybody Codes: Annual November story-based coding challenges (Python).
- LeetCode: Algorithm and problem-solving practice (Go).
- URI Online Judge: Archive of online judge problems (Python).
- Advent of Code: 95/100 parts (95.0%)
- Everybody Codes: 52/54 parts (96.3%)
- LeetCode: 128 problems solved
- URI Online Judge: 356 problems solved
Overall: 95/100 parts solved (95%)
███████████████████░ 28/30 parts solved (93%)
███████████████████░ 45/48 parts solved (94%)
████████████████████ 22/22 parts solved (100%)
Overall: 52/54 parts solved (96%)
████████████████████ 9/9 parts solved (100%)
███████████████████░ 43/45 parts solved (96%)
Overall: 128 problems solved
Overall: 356 problems solved
| Category | Solved |
|---|---|
| 🔰 Beginner | 200 |
| ⚙️ Ad-Hoc | 54 |
| 📐 Geometry | 5 |
| 🔢 Mathematics | 20 |
| 🗄️ SQL | 9 |
| 🔤 Strings | 54 |
| 🧱 Structures | 14 |
This repository is fully automated:
- A GitHub Actions Workflow (
update-dashboard.yml) runs daily. - It dynamically clones the latest
mainbranches of the four source repositories. - It executes
generate_dashboard.pyto scan each repository'sREADME.mdprogress markers, rewrite relative links to absolute ones, calculate the grand totals, and update this file. - If and only if changes are detected, it commits and pushes the updated README.