Next: GNAT.Bubble_Sort_G (g-busorg.ads), Previous: GNAT.Bubble_Sort (g-bubsor.ads), Up: The GNAT Library
GNAT.Bubble_Sort_A
(g-busora.ads)
Provides a general implementation of bubble sort usable for sorting arbitrary
data items. Move and comparison procedures are provided by passing
access-to-procedure values. This is an older version, retained for
compatibility. Usually GNAT.Bubble_Sort
will be preferable.