Module buldak::shell

source ·
Expand description

shell sort algorithm.

unstable sort
O(N²)

Functions

  • Sort in ascending order using a shell sort algorithm.
  • It takes a comparator function to determine the order, and sorts it using a shell sort algorithm.
  • Sort in descending order using a shell sort algorithm.