We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ef3181 + ea93ffd commit ab266eeCopy full SHA for ab266ee
3 files changed
DIRECTORY.md
@@ -57,7 +57,7 @@
57
* [XOR](https://github.com/TheAlgorithms/Rust/blob/master/src/ciphers/xor.rs)
58
* Compression
59
* [Burrows-Wheeler Transform](https://github.com/TheAlgorithms/Rust/blob/master/src/compression/burrows_wheeler_transform.rs)
60
- * [LZ77](https://github.com/TheAlgorithms/Rust/blob/master/src/compression/lz77.rs)
+ * [Huffman Encoding](https://github.com/TheAlgorithms/Rust/blob/master/src/compression/huffman_encoding.rs)
61
* [Move to Front](https://github.com/TheAlgorithms/Rust/blob/master/src/compression/move_to_front.rs)
62
* [Run Length Encoding](https://github.com/TheAlgorithms/Rust/blob/master/src/compression/run_length_encoding.rs)
63
* Conversions
0 commit comments