File tree 1 file changed +3
-5
lines changed 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -53,19 +53,17 @@ The heapify procedure calls itself recursively to build heap
53
53
in top down manner.
54
54
```
55
55
56
- ![ alt text] [ heap-image ]
57
-
58
- [ heap-image ] : https://en.wikipedia.org/wiki/Heapsort#/media/File:Heapsort-example.gif " Heap Sort "
56
+ ![ heap-image] ( https://upload.wikimedia.org/wikipedia/commons/1/1b/Sorting_heapsort_anim.gif " Heap Sort ")
59
57
60
58
#### Code Implementation Links
61
59
62
- - [ Java] ( https://github.com/TheAlgorithms/Java/blob/master/Sorts/src/sort/ HeapSort.java )
60
+ - [ Java] ( https://github.com/TheAlgorithms/Java/blob/master/Sorts/HeapSort.java )
63
61
- [ C++] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Sorting/Heap%20Sort%20.cpp )
64
62
- [ Python] ( https://github.com/TheAlgorithms/Python/blob/master/sorts/heap_sort.py )
65
63
- [ Go] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/Heapsort.go )
66
64
- [ Ruby] ( https://github.com/TheAlgorithms/Ruby/blob/master/Sorting/heap_sort.rb )
67
65
- [ C-sharp] ( https://github.com/TheAlgorithms/C-Sharp/blob/master/sorts/heap_sort.cs )
68
- - [ C] ( https://github.com/TheAlgorithms/C/blob/master/Sorts /HeapSort.c )
66
+ - [ C] ( https://github.com/TheAlgorithms/C/blob/master/sorting /HeapSort.c )
69
67
- [ Javascript] ( https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/heapSort.js )
70
68
71
69
You can’t perform that action at this time.
0 commit comments