Skip to content

Commit 576da05

Browse files
upd
1 parent fac809a commit 576da05

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

study.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"blurb": "Thomas — limits, derivatives, integrals",
2929
"resources": [
3030
{ "label": "Calculus A summary", "href": "https://drive.google.com/file/d/107pETsODF5f6OGlWJtgQtCuhlAqfLi7C/view?usp=sharing", "type": "external" },
31-
{ "label": "Custom Practice Problems", "href": "https://drive.google.com/file/d/1-vX-wZQe6hC3NHA0gRAPjf02g-lNGo14/view?usp=drive_link", "type": "external" }
31+
{ "label": "Custom Practice Problems", "href": "https://drive.google.com/file/d/1-vX-wZQe6hC3NHA0gRAPjf02g-lNGo14/view?usp=drive_link", "type": "external" },
32+
{ "label": "Mid Term Exam 2026", "href": "https://drive.google.com/file/d/1m0t2o14kDRxT8cPozwQRNh4Qt8UE0G2V/view?usp=sharing", "type": "external" },
33+
{ "label": "Final Exam 2026", "href": "https://drive.google.com/file/d/1eJarjleXdZKKE2E9ywtMibAGUzAUTlSX/view?usp=sharing", "type": "external" }
3234
]
3335
}
3436
]
@@ -118,18 +120,15 @@
118120
]
119121
},
120122
{
121-
"id": "cp",
122-
"title": "Competitive Programming",
123-
"tag": "CP",
124-
"icon": "fa-solid fa-trophy",
123+
"id": "problemsetting",
124+
"title": "Problemsetting",
125+
"tag": "Problemsetting",
126+
"icon": "fa-solid fa-lightbulb",
125127
"accent": "amber",
126-
"blurb": "handbook, algorithms & practice",
128+
"blurb": "Every Problem I've authored so far",
127129
"resources": [
128-
{ "label": "Problem Solving Book (Coming Later)", "href": "#", "type": "internal", "note": "add your handbook" },
129-
{ "label": "CP-Algorithms — algorithm reference", "href": "https://cp-algorithms.com/", "type": "external" },
130-
{ "label": "Eolymp", "href": "https://eolymp.com/", "type": "external" },
131-
{ "label": "Codeforces — contests & problemset", "href": "https://codeforces.com/", "type": "external" },
132-
{ "label": "AtCoder — contests", "href": "https://atcoder.jp/", "type": "external" }
130+
{ "label": "Full List of Contests", "href": "", "type": "internal" },
131+
{ "label": "Full List of Problems", "href": "", "type": "internal" }
133132
]
134133
}
135134
]

0 commit comments

Comments
 (0)