Skip to content

Commit eb70503

Browse files
Merge pull request #985 from 5ar5kovic/patch-1
Update README.md
2 parents 929ac70 + bb110a8 commit eb70503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sorting/QuickSort/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<h1>QickSort</h1>
1+
<h1>QuickSort</h1>
22
<p>Quicksort (sometimes called partition-exchange sort) is an efficient sorting algorithm, serving as a systematic method for placing the elements of an array in order. Developed by British computer scientist Tony Hoare in 1959 and published in 1961, it is still a commonly used algorithm for sorting. When implemented well, it can be about two or three times faster than its main competitors, merge sort and heapsort.</p>
33
<img src="https://upload.wikimedia.org/wikipedia/commons/6/6a/Sorting_quicksort_anim.gif">
44

5-
<a href="https://en.wikipedia.org/wiki/Quicksort">Source: Wikipedia</a>
5+
<a href="https://en.wikipedia.org/wiki/Quicksort">Source: Wikipedia</a>

0 commit comments

Comments
 (0)