From ec7ff26388c227cc4513e647622c462d6f0083f6 Mon Sep 17 00:00:00 2001 From: mebusy Date: Wed, 27 Jan 2016 11:05:53 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d58960d..2a1f5a5f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Algorithm | | | | --- | --- | --- | --- [排序 选择](https://github.com/mebusy/notes/blob/master/dev_notes/Algorithm_12.md) | [图 Min Cut](https://github.com/mebusy/notes/blob/master/dev_notes/Algorithm_GraphMinCut.md) | [图的搜索和连通](https://github.com/mebusy/notes/blob/master/dev_notes/Algorithm_GraphSearchConnectivity.md) | [Dijkstra Shortest path](https://github.com/mebusy/notes/blob/master/dev_notes/Algorithm_Dijkstra'sShortest-Path.md) - +[Heap](https://github.com/mebusy/notes/blob/master/dev_notes/Algorithm_Heap.md) | --- ### Computational Science and Engineering I