References etc.
This commit is contained in:
parent
ef1e3abfd1
commit
3b312e9caf
5 changed files with 22 additions and 7 deletions
|
|
@ -326,7 +326,7 @@ of the algorithm is at least $O(n^2)$.
|
|||
It is possible to sort an array efficiently
|
||||
in $O(n \log n)$ time using algorithms
|
||||
that are not limited to swapping consecutive elements.
|
||||
One such algorithm is \key{mergesort}\footnote{According to \cite{knu98},
|
||||
One such algorithm is \key{mergesort}\footnote{According to \cite{knu983},
|
||||
mergesort was invented by J. von Neumann in 1945.}
|
||||
that is based on recursion.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue