This file implements some sorts on the standard Javascript arrays :

  • the merge sort (as functional as possible, but not for the merge),
  • the quick sort (functional version),
  • the quick sort (imperative version, in-place).

Index

Functions