A B C D E F G H I K L M O P Q R S T

O

OArray<D extends java.lang.Comparable<D>> - Class in <Unnamed>
An (O)rdered array is like an array but there additional methods to sort an array (OArray.quicksort() and OArray.heapsort()).
OArray() - Constructor for class OArray
 
OPair<A extends java.lang.Comparable<A>,B extends java.lang.Comparable<B>> - Class in <Unnamed>
An ordered pair is a pair which is ordered lexicographically.
OPair(A, B) - Constructor for class OPair
Create a new pair with first value a and second value b
opt_searchtree(int, Array<K>, Array<Double>, Array<Double>) - Method in class Searchtree
Constructs an optimal search tree in the general case with n given keys where the propabilities to access each key are stored in p and the propabilities to access values between two keys are stored in q.

A B C D E F G H I K L M O P Q R S T