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

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

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

1 个仓库

Awesome GitHub RepositoriesTree-Based Knapsack

Combines tree traversal with knapsack constraints to select optimal subsets while respecting hierarchical dependencies.

Distinct from Tree Traversal Algorithms: Focuses on knapsack-specific tree DP, distinct from general tree traversal algorithms.

Explore 1 awesome GitHub repository matching software engineering & architecture · Tree-Based Knapsack. Refine with filters or upvote what's useful.

Awesome Tree-Based Knapsack GitHub Repositories

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

    OI-wiki/OI-wiki

    26,176在 GitHub 上查看↗

    This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming. It serves as a centralized repository for algorithmic theory, data structures, and mathematical techniques, providing a structured reference for informatics and collegiate programming competitions. The project distinguishes itself by integrating educational content with a robust suite of automation utilities. It provides a complete workflow for competitive programming, including tools for automated test case generation, solution verification, and direct interaction with onlin

    Solves knapsack problems on hierarchical structures by combining tree traversal with subset optimization.

    TypeScriptacm-icpcacm-icpc-handbookalgorithms
    在 GitHub 上查看↗26,176
  1. Home
  2. Software Engineering & Architecture
  3. Tree Traversal Algorithms
  4. Tree-Based Knapsack