Skip to content

Commit d080ce7

Browse files
feat: add LZ77 compression algorithm
1 parent 43299ac commit d080ce7

File tree

3 files changed

+429
-0
lines changed

3 files changed

+429
-0
lines changed

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
* [XOR](https://github.com/TheAlgorithms/Rust/blob/master/src/ciphers/xor.rs)
5858
* Compression
5959
* [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)
6061
* [Move to Front](https://github.com/TheAlgorithms/Rust/blob/master/src/compression/move_to_front.rs)
6162
* [Run Length Encoding](https://github.com/TheAlgorithms/Rust/blob/master/src/compression/run_length_encoding.rs)
6263
* Conversions

0 commit comments

Comments
 (0)