Skip to content

Commit b2b488e

Browse files
authored
Update README.md
1 parent de49f01 commit b2b488e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ go version: 1.10.x
99

1010
----------------
1111

12-
- [Sort](https://github.com/shady831213/algorithms/tree/master/sort)
13-
- [CountingSort](https://github.com/shady831213/algorithms/blob/master/sort/countingSort.go)
14-
- [HeapSort](https://github.com/shady831213/algorithms/blob/master/sort/heapSort.go)
15-
- [InsertSort](https://github.com/shady831213/algorithms/blob/master/sort/insertionSort.go)
16-
- [MergeSort](https://github.com/shady831213/algorithms/blob/master/sort/mergeSort.go)
17-
- [QuickSort](https://github.com/shady831213/algorithms/blob/master/sort/quickSort.go)
1812

1913
- [Heap](https://github.com/shady831213/algorithms/tree/master/heap)
2014
- [BinaryHeap on array](https://github.com/shady831213/algorithms/blob/master/heap/arrayHeap.go)
@@ -54,3 +48,11 @@ go version: 1.10.x
5448

5549
- [GreedyAlgorithm](https://github.com/shady831213/algorithms/tree/master/greedy)
5650
- [Minimum average end time scheduling](https://github.com/shady831213/algorithms/blob/master/greedy/minAvgCompletedTimeSch.go)
51+
52+
53+
- [Sort](https://github.com/shady831213/algorithms/tree/master/sort)
54+
- [CountingSort](https://github.com/shady831213/algorithms/blob/master/sort/countingSort.go)
55+
- [HeapSort](https://github.com/shady831213/algorithms/blob/master/sort/heapSort.go)
56+
- [InsertSort](https://github.com/shady831213/algorithms/blob/master/sort/insertionSort.go)
57+
- [MergeSort](https://github.com/shady831213/algorithms/blob/master/sort/mergeSort.go)
58+
- [QuickSort](https://github.com/shady831213/algorithms/blob/master/sort/quickSort.go)

0 commit comments

Comments
 (0)