Skip to content

Commit bb110a8

Browse files
authored
Update README.md
1 parent 929ac70 commit bb110a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sorting/QuickSort/README.md

Lines changed: 2 additions & 2 deletions
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)