We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175466b commit b4713e2Copy full SHA for b4713e2
quick-sort/quick-sort.js
@@ -1,6 +1,6 @@
1
/**
2
- * Counting comparisons in quick sort
3
- * Use the "median-of-three" pivot rule
+ * Quick Sort
+ * Use median-of-three pivot rule
4
*
5
* @author Vincent Fu
6
*/
0 commit comments