By rickwphillips March 27, 2023 No Comments CS Algorithms 101 – Merge Sort Merge Sort is a sorting algorithm that works by dividing an array into smaller sub-arrays, sorting those sub-arrays, and then merging them back together to produce a Read More