Skip to content

Commit a469628

Browse files
committed
update meetings
1 parent 0b69d4a commit a469628

File tree

4 files changed

+37
-8
lines changed

4 files changed

+37
-8
lines changed
File renamed without changes.

_modules/feb2025.md _modules/02-2025.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@ Feb 6
77
: [Meeting Notes](https://github.com/acm-uiuc/icpc-notes/blob/main/sp2025/2025-02-06.md)
88

99
Feb 8
10-
: **Kattis**{: .label .label-purple } Kattis Comp
11-
: [Kattis Link]
10+
: **Universal Cup**{: .label .label-blue } Universal Cup Practice
11+
: [Link]
1212

1313
Feb 13
1414
: **LeetCode**{: .label .label-green }Sliding Window
1515
: [Meeting Notes](https://github.com/acm-uiuc/icpc-notes/blob/main/sp2025/2025-02-13.md)
1616

1717
Feb 15
18-
: **Kattis**{: .label .label-purple } Kattis Comp
19-
: [Kattis Link]
18+
: **ICPC**{: .label .label-yellow } ICPC Southwestern European Regional Contest (SWERC 2024)
19+
: [Codeforces Link](https://codeforces.com/gym/105677)
2020

2121
Feb 20
2222
: **LeetCode**{: .label .label-green }Stack
2323
: [Meeting Notes](https://github.com/acm-uiuc/icpc-notes/blob/main/sp2025/2025-02-20.md)
2424

2525
Feb 22
26-
: **Kattis**{: .label .label-purple } Kattis Comp
27-
: [Kattis Link]
26+
: **ICPC**{: .label .label-yellow } ICPC Northwestern European Regional Contest (NWERC 2024)
27+
: [Codeforces Link](https://codeforces.com/gym/105562)
2828

2929
Feb 27
3030
: **CodeForces**{: .label .label-red } General CodeForces Comp
31-
: [Meeting Notes]
31+
: [Codeforces Link](https://codeforces.com/group/tKC7z9Nm0A/contest/591799)
3232

_modules/03-2025.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: March 2025
3+
---
4+
5+
Mar 1
6+
: **ICPC**{: .label .label-yellow } ACM-ICPC Nordic Collegiate Programming Contest (NCPC 2023)
7+
: [Codeforces Link](https://codeforces.com/gym/105427)
8+
9+
Mar 6
10+
: **LeetCode**{: .label .label-green } Queue
11+
: [Meeting Notes](https://github.com/acm-uiuc/icpc-notes/blob/main/sp2025/2025-03-06.md)
12+
13+
Mar 8
14+
: **ICPC**{: .label .label-yellow } 2024 ICPC Pacific Northwest Regional
15+
: [Kattis Link](https://open.kattis.com/contests/n5ydd5)
16+
17+
Mar 13
18+
: **LeetCode**{: .label .label-green } HashMap
19+
: [Meeting Notes](https://github.com/acm-uiuc/icpc-notes/blob/main/sp2025/2025-03-06.md)
20+
21+
Mar 27
22+
: **CodeForces**{: .label .label-red } General CodeForces Comp
23+
: [Codeforces Link](https://codeforces.com/group/tKC7z9Nm0A/contest/599435)
24+
25+
Mar 29
26+
: **Universal Cup**{: .label .label-blue } Universal Cup Practice
27+
: [Contest Link](https://ucup.ac/)
28+

meetings.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Unless specified, Thursday meetings are 4-6PM at Sidney Lu 2200 and Saturday mee
1616

1717
Please join our [Discord](https://discord.gg/eWcbBd7Vcf) for location and times!
1818

19-
{% for module in site.modules %}
19+
{% assign sorted_modules = site.modules | sort | reverse %}
20+
{% for module in sorted_modules %}
2021
{{ module }}
2122
{% endfor %}

0 commit comments

Comments
 (0)