summaryrefslogtreecommitdiff
path: root/Common/BinaryHeap.lean
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup of code in BinaryHeap.Andreas Grois2023-12-181-55/+1
| | | | | Finally the propositions about even and odd numbers are no longer decidable. Not that I accidentally use them in runtime code!
* Partial cleanup of HeapAndreas Grois2023-12-181-119/+25
|
* Heap now has balancing conditions completeAndreas Grois2023-12-181-18/+174
|
* Heap: At least one subtree needs to be perfect now.Andreas Grois2023-12-151-13/+113
|
* Rename file to BinaryHeap, as it isn't a BTreeAndreas Grois2023-12-131-0/+172