You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,6 @@ Encodes the entire text of "The Adventures of Sherlock Holmes". By allowing a su
22
22
23
23
Encodes "The Adventures of Sherlock Holmes" using an adaptive model based on [fenwick trees](https://en.wikipedia.org/wiki/Fenwick_tree).
24
24
25
-
## [Fenwick Tree (Context-Switcing)](./fenwick_adaptive.rs)
25
+
## [Fenwick Tree (Context-Switcing)](./fenwick_context_switching.rs)
26
26
27
27
Encodes "The Adventures of Sherlock Holmes" using a *context switching* adaptive model based on [fenwick trees](https://en.wikipedia.org/wiki/Fenwick_tree). Achieves very high compression.
0 commit comments