-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Alexandru Dinu edited this page Dec 29, 2024
·
7 revisions
- Advent of Code
- Data Puzzles
- Hanukkah of Data
- Project Euler
- A2OJ
- Art of Problem Solving
- Profile - Coding Competitions
- Google Kick Start
- AtCoder
- CodeForces - Problemset
- CodeWars
- HackerRank
- InfoArena
- Kaggle
- LeetCode
- ProjectEuler
- CodinGame
- CSES Problem Set
- parsing
- grids
- graph algorithms: cuts, connected components, bridges, cliques etc.
- path-finding and state-space search: BFS / DFS / Dijkstra / A*, heuristics
- caching (memoization)
- loop / cycle detection
- constraint satisfaction
- interval arithmetic
- modular arithmetic
- simple linear algebra
- geometry (e.g. polygons)
See also: 450 Stars: A Categorization and Mega-Guide.