Skip to content

Commit 39bbf3b

Browse files
committed
readme update
1 parent 9f5efd4 commit 39bbf3b

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,11 @@
7474
7575
- 排序算法总结
7676
> ![排序算法总结](./static/sort-solution.png)
77-
77+
78+
- 最大索引堆
79+
- 基础 添加index用来记录当前索引堆每个元素所在的位置
80+
> ![最大索引堆基础](./static/index-max-heap.png)
81+
- 优化 添加reverse行用来存储索引对应index中的数
82+
> ![最大索引堆优化](./static/index-maxheap-reverse.png)
83+
- reverse数组more detail
84+
> ![reverse](./static/reverse-detail.png)

static/index-max-heap.png

702 KB
Loading

static/index-maxheap-reverse.png

769 KB
Loading

static/reverse-detail.png

683 KB
Loading

0 commit comments

Comments
 (0)