vanillaes/computer-science

ShellSort

evanplaice opened this issue · 0 comments

The classical ShellSort Algorithm. Works in O(n log n) time w/ non-stable sorting characteristics.

Checklist

  • implementation
  • tests
  • jsdoc

Specifics

Notes

References