Welcome to my personal archive of competitive programming problems, all solved in pure Golang.
This repo is organized by problem type and algorithmic approach, not by platform. Whether it's from Codeforces, AtCoder, LeetCode, or CSES, if it made me think β it's in here.
- Blazingly fast execution and compilation
- Forces clean, performant logic
- Powerful standard library (maps, slices, etc.)
- Great for both systems-level thinking and high-level strategy
All problems are inside the CP-problems/ directory, categorized by topic:
CP-problems/
βββ implementation/
βββ greedy/
βββ binary-search/
βββ dfs-bfs/
βββ math/
βββ dp/
βββ ...more coming
Each subfolder contains .go files named after the problem + optional metadata in comments.
- Reach Expert+ on Codeforces using only Golang
- Crush ABCs on AtCoder
- Solve 100+ diverse problems by topic
- Refine reusable templates for fast I/O and logic patterns
Wanna suggest a better folder structure? Or any suggestions? Open an issue, drop a PR, or contact me.