Modulefpreviousupnextcontents[BIG][Normal][small]
Next: 7.8 Implementation aids Up: 7 Internal programs Prev: 7.6 Matrix and vector manipulations Contents


7.7 Sorting and dichotomy

Numerous sorting subroutines  are proposed here. They differ in the type and number of input parameters. They all have "HEAP" in their names except BUBBLE. The *HEAP* subroutines correspond to sorts of O(log n), whereas BUBBLE is of O(n**2).


Modulefpreviousupnextcontents[BIG][Normal][small]
Next: 7.8 Implementation aids Up: 7 Internal programs Prev: 7.6 Matrix and vector manipulations Contents