OSDN Git Service

Update docs/ds/binary-heap.md
authorAsurx <9735627709@qq.com>
Thu, 5 Sep 2019 13:11:02 +0000 (21:11 +0800)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2019 13:11:02 +0000 (21:11 +0800)
Co-Authored-By: ouuan <y___o___u@126.com>
docs/ds/binary-heap.md

index 5735fc0..f3c4e4a 100644 (file)
@@ -50,7 +50,7 @@ auhor: HeRaNO, Xeonacid
 
 我们发现,上面介绍的几种操作主要依赖于两个核心:向上调整和向下调整。
 
-(伪代码)
+参考代码:
 
 ```cpp
 void up(x) {