implement tree compression algorithm

This commit is contained in:
2025-06-01 06:02:14 +00:00
parent cd567526c6
commit 2d80a4b94e
2 changed files with 239 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
data.*
__pycache__
tree.json
tree.json
compressed_tree.json