awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesState Integer Compression

Encodes complex problem states into binary or integer representations to reduce the number of states and optimize complexity.

Distinct from Variable-Width Integer Encodings: Focuses on DP state space reduction, distinct from general binary serialization protocols.

Explore 2 awesome GitHub repositories matching data & databases · State Integer Compression. Refine with filters or upvote what's useful.

Awesome State Integer Compression GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • oi-wiki/oi-wikiAvatar OI-wiki

    OI-wiki/OI-wiki

    26,176Vezi pe 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

    Compresses complex problem states into integer representations to reduce memory usage and computational complexity in dynamic programming.

    TypeScriptacm-icpcacm-icpc-handbookalgorithms
    Vezi pe GitHub↗26,176
  • sharingsource/logicstack-leetcodeAvatar SharingSource

    SharingSource/LogicStack-LeetCode

    7,495Vezi pe GitHub↗

    LogicStack-LeetCode is a curated repository of solved algorithm problems and data structure implementations, primarily drawn from the LeetCode platform. Its core identity is a structured collection of solutions designed to support technical interview preparation and competitive programming practice, with each solution accompanied by complexity analyses to help engineers understand performance trade-offs. The repository distinguishes itself through its breadth of coverage across fundamental algorithmic patterns and data structures. It includes implementations for array manipulation, string pro

    Applies bitmask-based dynamic programming to encode subsets as integers for combinatorial optimization and constraint satisfaction.

    algorithminterview-practiceinterview-questions
    Vezi pe GitHub↗7,495
  1. Home
  2. Data & Databases
  3. Data Serialization Formats
  4. Binary Serialization Protocols
  5. Variable-Width Integer Encodings
  6. State Integer Compression

Explorează sub-etichetele

  • State Compression Bitmask DPUse of bitmasks to represent subsets of elements as integers to optimize the state space in dynamic programming. **Distinct from State Integer Compression:** Focuses on combinatorial state encoding using bitmasks for DP optimization, not general integer compression.