We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5467a9f commit 369df2aCopy full SHA for 369df2a
algorithms/sorting/quicksort/quicksort.js
@@ -1,5 +1,5 @@
1
/*
2
- * Insertion sort implementation in JavaScript
+ * Quick sort implementation in JavaScript
3
* Copyright (c) 2012 Nicholas C. Zakas
4
*
5
* Permission is hereby granted, free of charge, to any person obtaining a copy
0 commit comments