mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-09 10:58:02 +00:00
Added notes about sort stability.
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
"\n",
|
||||
"Complexity:\n",
|
||||
"* Time: O(n log(n)) average, best, O(n^2) worst\n",
|
||||
"* Space: O(n), n extra space, n recursion depth"
|
||||
"* Space: O(n), n extra space, n recursion depth, generally not stable"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user