You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### [🌐 URI Online Judge](https://github.com/LorranSutter/URI-Online-Judge)
65
+
66
+
> **Overall: 356 problems solved**
67
+
68
+
| Category | Solved |
69
+
| :--- | :---: |
70
+
| 🔰 Beginner | 200 |
71
+
| ⚙️ Ad-Hoc | 54 |
72
+
| 📐 Geometry | 5 |
73
+
| 🔢 Mathematics | 20 |
74
+
| 🗄️ SQL | 9 |
75
+
| 🔤 Strings | 54 |
76
+
| 🧱 Structures | 14 |
59
77
<!-- SUMMARY:END -->
60
78
61
79
---
@@ -64,6 +82,6 @@ Rather than pinning multiple individual repositories, this dashboard dynamically
64
82
65
83
This repository is fully automated:
66
84
1. A **GitHub Actions Workflow** (`update-dashboard.yml`) runs daily.
67
-
2. It dynamically clones the latest `main` branches of the three source repositories.
85
+
2. It dynamically clones the latest `main` branches of the four source repositories.
68
86
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.
69
87
4. If and only if changes are detected, it commits and pushes the updated README.
0 commit comments