1 个仓库
Techniques to reduce memory usage by storing only non-zero elements of a matrix.
Distinct from Data Compression: Focuses on mathematical matrix sparsity rather than general data or time-series compression.
Explore 1 awesome GitHub repository matching data & databases · Sparse Matrix Compression. Refine with filters or upvote what's useful.
AlgorithmsByPython 是一个参考库和教育存储库,提供计算机科学基础知识的可运行 Python 实现。它作为算法模式、核心数据结构以及竞争性编程和技术面试挑战解决方案的综合指南。 该项目通过提供广泛的参考实现脱颖而出,包括一套专门针对常见 LeetCode 问题的解决方案。它专注于将理论计算逻辑转化为实用的 Python 代码,以供教育和实际使用。 该存储库涵盖了广泛的功能,包括线性集合、树和图的设计,以及搜索和排序策略的实现。它包括图论实用程序(如最短路径和最小生成树计算),并提供磁盘索引和文本模式匹配机制。
Provides methods for compressing matrices by storing only non-zero or unique elements.