2 repositorios
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.
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.
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.