OCaml icon indicating copy to clipboard operation
OCaml copied to clipboard

Implemented Insertion Sort

Open cbragger opened this issue 2 years ago • 0 comments

Implemented Insertion Sort in OCaml with documentation and main example function. Utilizes same unsorted list and output style as existing quicksort.ml for consistency.

  • Adds insertionsort.ml to the Sorts directory
  • Adds an entry to DIRECTORY.md

cbragger avatar Dec 08 '22 04:12 cbragger