1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-03-01 00:35:28 +08:00

docs: add doc for MaxHeap

This commit is contained in:
dudaodong
2022-06-29 15:40:14 +08:00
parent 221fe44e63
commit 3d2e6295c4

View File

@@ -22,14 +22,11 @@ import (
## Index ## Index
- [MaxHeap](#MaxHeap) - [MaxHeap](#MaxHeap)
- [Values](#Values) - [Push](#Push)
- [Add](#Add) - [Pop](#Pop)
- [Delete](#Delete) - [Peek](#Peek)
- [Contain](#Contain) - [Data](#Data)
- [ContainAll](#ContainAll)
- [Clone](#Clone)
- [Size](#Size) - [Size](#Size)
- [Equal](#Equal)
<div STYLE="page-break-after: always;"></div> <div STYLE="page-break-after: always;"></div>