Skip to content

Commit 4d43599

Browse files
author
Christian Bender
authored
Update README.md
1 parent 757ad7f commit 4d43599

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ __Properties__
4040
From [Wikipedia][merge-wiki]: In computer science, merge sort (also commonly spelt mergesort) is an efficient, general-purpose, comparison-based sorting algorithm. Most implementations produce a stable sort, which means that the implementation preserves the input order of equal elements in the sorted output. Mergesort is a divide and conquer algorithm that was invented by John von Neumann in 1945.
4141

4242
__Properties__
43-
* Worst case performance O(n log n)
44-
* Best case performance O(n)
45-
* Average case performance O(n)
43+
* Worst case performance O(n log n) (typical)
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)