The authors defined order statistic of a set of elements as the smallest element. The is called lower median and is called upper median. The authors then define selection problem as follows:
A set of (distinct) numbers and a number , with . The element that is larger than exactly other elements of . The authors discuss that finding minimum and maximum from a set of element requires comparisons. The authors also prove that simultaneous finding of maximum and minimum can be done in at most comparisons. The authors then provide a randomized algorithm
to find order statistic using the quick-sort randomized
partition algorithm. The authors also prove that the algorithm's average running time is . The authors defined dynamic sets as the sets which change when they are manipulated by algorithms
. The authors then define two kinds of operations on dynamic sets, queries that return information about the set and modifications which change the set as follows:
A set of (distinct) numbers and a number , with . The element that is larger than exactly other elements of . The authors discuss that finding minimum and maximum from a set of element requires comparisons. The authors also prove that simultaneous finding of maximum and minimum can be done in at most comparisons. The authors then provide a randomized algorithm
- SEARCH
- INSERT
- DELETE
- MINIMUM
- MAXIMUM
- SUCCESSOR
- PREDECESSOR
No comments:
Post a Comment