awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCompetitive Programming Templates

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.

Awesome Competitive Programming Templates GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • endlesscheng/codeforces-goEndlessCheng 的头像

    EndlessCheng/codeforces-go

    8,541在 GitHub 上查看↗

    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.

    Goacm-icpcalgorithmalgorithms
    在 GitHub 上查看↗8,541
  1. Home
  2. Development Tools & Productivity
  3. Template-Based Code Generators
  4. Competitive Programming Templates