https://github.com/wittline/move-to-front
Implementation of the algorithm "Move to front" in python for data compression
https://github.com/wittline/move-to-front
data-compression move-to-front python
Last synced: about 1 year ago
JSON representation
Implementation of the algorithm "Move to front" in python for data compression
- Host: GitHub
- URL: https://github.com/wittline/move-to-front
- Owner: Wittline
- License: apache-2.0
- Created: 2022-01-11T02:34:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T03:46:18.000Z (over 4 years ago)
- Last Synced: 2025-01-29T09:39:30.776Z (over 1 year ago)
- Topics: data-compression, move-to-front, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# move-to-front
Move to Front algorithm implementation in python for data compression