Skip to content

Commit ce3e678

Browse files
committed
merge sort average&worst case scenarios changed
1 parent 3ea683a commit ce3e678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ From [Wikipedia][merge-wiki]: In computer science, merge sort (also commonly spe
4141

4242
__Properties__
4343
* Worst case performance O(n log n)
44-
* Best case performance O(n)
45-
* Average case performance O(n)
44+
* Best case performance O(n log n)
45+
* Average case performance O(n log n)
4646

4747

4848
###### View the algorithm in [action][merge-toptal]

0 commit comments

Comments
 (0)