OCaml
OCaml copied to clipboard
Implemented Insertion Sort
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