OCaml
OCaml copied to clipboard
added bubble, heap, merge, and pancake sort
added some of the basic sort algorithms
- bubble sort
- merge sort
- heap sort
- pancake sort