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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • oi-wiki/oi-wikiAvatar de OI-wiki

    OI-wiki/OI-wiki

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