Workshops
General Resources
- UGA ICPC VJudge Group (all club contests)
- USACO Guide (reference articles for most workshops)
- Codeforces (practice contests and problems)
- Kattis: NA Regionals Problem Sources
- QOJ (practice ICPC contests, virtual participation)
- QOJ: NA Regionals & Championships
- Week 1: Time Complexity
- Week 2: Brute Force + Set/Map (optional)
- Week 3: Greedy Problems
- Week 4: Graph (DFS, BFS, Shortest Path)
- Week 5: DP 1 (Basic 1D + Table DP)
- Week 6: Binary Search
- Week 7: Prefix Sums
- Week 8: 2 pointers, sliding window
- Week 9: DP on Tree
- Week 10: DSU, MST
- Week 11: Math
- Week 12: Constructive Problems + Contest Strategies
Click a workshop to view its notes and resources.