There was an error while loading. Please reload this page.
1 parent fe3a43c commit 0da713fCopy full SHA for 0da713f
1 file changed
compression/ppm.py …ession/prediction_by_partial_matching.pycompression/ppm.py renamed to data_compression/prediction_by_partial_matching.py
@@ -1,9 +1,7 @@
1
-from __future__ import annotations
2
-
3
import sys
4
from collections import defaultdict
5
6
-# Description for the ppm algorithm can be found at https://en.wikipedia.org/wiki/Prediction_by_partial_matching
+# Description for the PPM algorithm can be found at https://en.wikipedia.org/wiki/Prediction_by_partial_matching
7
8
9
class PPMNode:
0 commit comments