Popular algorithms using C Programming.
ask A – Implement 2 of the following popular algorithms using C Programming.
Task B – Implement the same 2 algorithms you chose in C++.
- Quicksort
- Mergesort
- Heap Sort
- Binary Search
- Selection Sort
Task C – Once the 2 algorithms chosen are implemented in both languages, please write a maximum 1-page report comparing each implementation in regards to writability, readability, running and reasoning.