Skip to content

Commit ebb5e91

Browse files
committed
correcting gif url
1 parent d49d66c commit ebb5e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Competitive Coding/Sorting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ __Properties__
7878
###### View the algorithm in [action](https://www.toptal.com/developers/sorting-algorithms/shell-sort)
7979

8080
### Heap
81-
![alt text](https://en.wikipedia.org/wiki/Heapsort#/media/File:Heapsort-example.gif)
81+
![](https://upload.wikimedia.org/wikipedia/commons/4/4d/Heapsort-example.gif)
8282

8383
From [Wikipedia](https://en.wikipedia.org/wiki/Heapsort): Heapsort is a comparison-based sorting algorithm. Heapsort can be thought of as an improved selection sort: like that algorithm, it divides its input into a sorted and an unsorted region, and it iteratively shrinks the unsorted region by extracting the largest element and moving that to the sorted region. The improvement consists of the use of a heap data structure rather than a linear-time search to find the maximum.
8484

0 commit comments

Comments
 (0)