This repository contains a simple Python implementation of the Merge Sort algorithm. Merge Sort is a classic divide-and-conquer sorting technique that recursively splits an array into halves, sorts ...