Skip to content

Commit 73ae8f2

Browse files
authored
merge sort average&worst case scenarios changed (#340)
2 parents 8051da3 + ce3e678 commit 73ae8f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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)