Skip to content

Latest commit

 

History

History
89 lines (53 loc) · 3.98 KB

File metadata and controls

89 lines (53 loc) · 3.98 KB

🏆 Coding Challenges Dashboard

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.

🔗 Repositories Included


📊 Consolidated Progress

🏆 Grand Total: 655 coding challenges completed!

  • Advent of Code: 100/124 parts (80.6%)
  • Everybody Codes: 55/69 parts (79.7%)
  • Flip Flop Codes: 16/21 parts (76.2%)
  • LeetCode: 128 problems solved
  • URI Online Judge: 356 problems solved

Overall: 100/124 parts solved (81%)

██████████████████████████████████░░░░░░░░░░░░░░░░ 34/50 parts solved (68%)

█████████████████████████████████████████████░░░░░ 45/50 parts solved (90%)

█████████████████████░░░ 21/24 parts solved (88%)


Overall: 55/69 parts solved (80%)

█████████ 9/9 parts solved (100%)

██████████████████████████████████████████████░░░░░░░░░░░░░░ 46/60 parts solved (77%)


Overall: 16/21 parts solved (76%)

████████████████░░░░░ 16/21 parts solved (76%)


Solved Challenges


Solved Challenges


🛠️ How It Works

This repository is fully automated:

  1. A GitHub Actions Workflow (update-dashboard.yml) runs daily.
  2. It dynamically clones the latest main branches of the five source repositories.
  3. It executes generate_dashboard.py to scan each repository's README.md progress markers, rewrite relative links to absolute ones, calculate the grand totals, and update this file.
  4. If and only if changes are detected, it commits and pushes the updated README.