Sorting and Searching Algorithms The project was made as part of the Coding Interview University course. Implementation of classical sorting and searching algorithms: Searching algorithms Linear search Binary search Exponential search Jump Search Sorting algorithms Bubble sort Insertion sort Merge sort Quick sort Heap sort Counting sort