awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • oi-wiki/oi-wikiالصورة الرمزية لـ OI-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

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

    TypeScriptacm-icpcacm-icpc-handbookalgorithms
    عرض على GitHub↗26,176
  • sharingsource/logicstack-leetcodeالصورة الرمزية لـ SharingSource

    SharingSource/LogicStack-LeetCode

    7,495عرض على 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
    عرض على 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

استكشف الوسوم الفرعية

  • 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.