luasort

Just a short implementation of three sorting algorithms

  1. Quick-sort
  2. Insertion-sort
  3. Selection-sort

Repository Link

Other Languages