Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ce3e678

Browse files
committedSep 13, 2018
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

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.