I would like to add a new set of files containing all common sorting techniques, including but not limited to:
Bubble Sort
Selection Sort
Insertion Sort
Merge Sort
Quick Sort
Heap Sort
Radix Sort
I can provide fully implemented solutions for each algorithm in the requested language(s).###