Skip to content

Commit 38a3619

Browse files
committed
reconstruct compress package
1 parent cbbc231 commit 38a3619

33 files changed

+46
-16598
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Algorithm (Sedgewick, 4th) implemented in golang.
5454
* Rabin-Karp
5555
* [Regular Expression](strings/regexp)
5656
* Data Compression
57-
* [Huffman](strings/compress/huffman)
58-
* [LZW](strings/compress/lzw)
57+
* [Huffman](strings/compress/huffman.go)
58+
* [LZW](strings/compress/lzw.go)
5959
## [Priority Queues](pq)
6060
* Heap
6161
* Leftist Heap
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)