Skip to content

Commit

Permalink
WIP binomial heaps
Browse files Browse the repository at this point in the history
  • Loading branch information
clayrat committed May 9, 2022
1 parent 6d62287 commit 7224f13
Show file tree
Hide file tree
Showing 4 changed files with 674 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Besides Mathcomp, this also requires the [Equations](https://mattam82.github.io/
14. [Priority Queues](src/priority.v)
15. [Leftist Heaps](src/leftist.v)
16. [Priority Queues via Braun Trees](src/braun_queue.v)
17. Binomial Heaps
17. [Binomial Heaps](src/binom_heap.v)
### Part IV: Advanced Design and Analysis Techniques
18. Dynamic Programming
19. Amortized Analysis
Expand Down
3 changes: 2 additions & 1 deletion _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ src/trie.v
src/huffman.v
src/priority.v
src/leftist.v
src/braun_queue.v
src/braun_queue.v
src/binom_heap.v
Loading

0 comments on commit 7224f13

Please sign in to comment.