
Static stack for quicksort. More...
#include <sort.hpp>
Public Member Functions | |
| QuickSortStack (void) | |
| Initialize stack as empty. More... | |
| bool | empty (void) const |
| Test whether stack is empty. More... | |
| void | push (Type *l, Type *r) |
| Push two positions l and r. More... | |
| void | pop (Type *&l, Type *&r) |
| Pop two positions l and r. More... | |
Static stack for quicksort.
|
inline |
|
inline |
|
inline |
|
inline |