| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e0ae744 commit 4acf117
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | * @see [Heap Sort](https://www.geeksforgeeks.org/heap-sort/) | |
| 5 | 5 | * @example MergeSort([7, 3, 5, 1, 4, 2]) = [1, 2, 3, 4, 5, 7] | |
| 6 | 6 | * @Complexity_Analysis | |
| 7 | - * Space complexity - O(n) | ||
| 7 | + * Space complexity - O(1) | ||
| 8 | 8 | * Time complexity | |
| 9 | 9 | * Best case - O(nlogn) | |
| 10 | 10 | * Worst case - O(nlogn) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments