Skip to content

Latest commit

Β 

History

63 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Golang Competitive Programming Solutions

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.


Why Golang?

  • 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

Structure

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.


Goals

  • 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

Contribute / Connect

Wanna suggest a better folder structure? Or any suggestions? Open an issue, drop a PR, or contact me.

About

CP solved like a Go wizard πŸ§™. Fast I/O, fast thinking.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages