AlgorithmsWelcome, everyone!This is a list of commonly used algorithms.Counting Sort – O(n + k)Karatsuba Multiplication = O(n ^ lg(3))Merge Sort - O(nlgn)Quick Sort - O(nlgn)Radix Sort - O(n)