We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294bd2a commit 8646013Copy full SHA for 8646013
README.md
@@ -234,3 +234,5 @@ Below is the list of some of the most used Big O notations and their performance
234
| **Shell sort** | n log(n) | depends on gap sequence | n (log(n))^2 | 1 | No | |
235
| **Counting sort** | n + r | n + r | n + r | n + r | Yes | r - biggest number in array |
236
| **Radix sort** | n * k | n * k | n * k | n + k | Yes | k - length of longest key |
237
+
238
+## ADDED USELESS SNIPPET AS PER GALVANIZE
0 commit comments