Skip to content

Commit

Permalink
add huffman's algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
clayrat committed Apr 13, 2022
1 parent 150e14d commit 5e8d1d2
Show file tree
Hide file tree
Showing 3 changed files with 1,730 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Besides Mathcomp, this also requires the [Equations](https://mattam82.github.io/
10. [Beyond Insert and Delete: \cup, \cap and -](src/beyond.v)
11. [Arrays via Braun Trees](src/braun.v)
12. [Tries](src/trie.v)
13. Huffman’s Algorithm
13. [Huffman’s Algorithm](src/huffman.v)
### Part III: Priority Queues
14. Priority Queues
15. Leftist Heaps
Expand Down
3 changes: 2 additions & 1 deletion _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ src/redblack.v
src/avl.v
src/beyond.v
src/braun.v
src/trie.v
src/trie.v
src/huffman.v
Loading

0 comments on commit 5e8d1d2

Please sign in to comment.