Skip to content

Commit b4713e2

Browse files
authored
Update quick-sort.js
1 parent 175466b commit b4713e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quick-sort/quick-sort.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Counting comparisons in quick sort
3-
* Use the "median-of-three" pivot rule
2+
* Quick Sort
3+
* Use median-of-three pivot rule
44
*
55
* @author Vincent Fu
66
*/

0 commit comments

Comments
 (0)