Algorithm 3 -> 1

This commit is contained in:
Antti H S Laaksonen 2017-02-28 21:14:06 +02:00
parent b46b1f0d15
commit 25b9552702
1 changed files with 2 additions and 2 deletions

View File

@ -740,5 +740,5 @@ sorting is a simple procedure and it is done
only once at the beginning of algorithm 3,
and the rest of the algorithm works in linear time.
On the other hand,
algorithm 3 maintains a complex balanced binary tree
during the whole algorithm.
algorithm 1 maintains a complex balanced binary tree
during the whole algorithm.