https://github.com/soon/ton-compress-2025
https://github.com/soon/ton-compress-2025
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soon/ton-compress-2025
- Owner: soon
- Created: 2025-01-17T17:59:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T18:12:27.000Z (5 months ago)
- Last Synced: 2025-01-17T19:25:30.540Z (5 months ago)
- Language: C++
- Size: 20.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TON Compress 2025 contest implementation
## Intro
This repo is a source code to the submission for [TON Compress 2025 content](https://codeforces.com/blog/entry/137533).
As a start you may want to ensure `./compile.sh solution.cpp executable && ./solution` is running correctly on your local. Note, that this executable has slightly different input format and is designed to test compression -> decompression flow in one run.
Next step is making sure `./test-min` is runnning locally - it minifies original solution code and switches it to a mode where it correctly handles compress / decompress requests.
## Implementation details
TODO - meanwhile here's a [short version](https://codeforces.com/blog/entry/137533?#comment-1237834)