algorithms-ts The objective for this project is to implement well-known algorithms using TypeScript. Sort Bubblesort Mergesort Quicksort (Lomuto partition scheme) Quicksort (Hoare partition scheme) Mergesort