1 Repo
Provides parameterised code blocks that users adapt by filling in problem-specific logic rather than rewriting from scratch.
Distinct from Template-Based Code Generators: Distinct from Template-Based Code Generators: focuses on manual adaptation of code blocks for contest problems, not automated code generation.
Explore 1 awesome GitHub repository matching development tools & productivity · Competitive Programming Templates. Refine with filters or upvote what's useful.
Codeforces-go is a competitive programming algorithm library written in Go, providing a collection of reusable code templates for solving algorithmic problems. It covers core areas including data structures, graph algorithms, dynamic programming, and mathematical computation, with pre-built implementations for segment trees, Fenwick trees, shortest paths, minimum spanning trees, knapsack DP, interval DP, and number theory routines. The library organizes its templates by algorithmic pattern, grouping them into categories such as DP, graph, and math to match common contest question structures.
Provides parameterised code blocks that users adapt by filling in problem-specific logic rather than rewriting from scratch.