awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • oi-wiki/oi-wikiAvatar von OI-wiki

    OI-wiki/OI-wiki

    26,176Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗26,176
  1. Home
  2. Software Engineering & Architecture
  3. Tree Traversal Algorithms
  4. Tree-Based Knapsack