ayan-biswas0412 / AlgoDocs

📚 This repository is meant for jotting down common algorithms and their implementation in several languages
MIT License
10 stars 29 forks source link

Add OCaml implementation to Merge Sort #82

Closed amypritc closed 2 years ago

amypritc commented 2 years ago

Relevant Issue: Implement Merge Sort #47

Description: OCaml implementation of merge and merge sort