Comment on Basic Data Structures and Algorithms in the Linux KernelparentComments−Millennium12yIt swaps elements in place in the list it builds, but it requires building another list. Bubble sort doesn't.
Comments
It swaps elements in place in the list it builds, but it requires building another list. Bubble sort doesn't.