Algorithms
Algorithms copied to clipboard
Check correctness of the codes added already
To be done after test cases have been added.
If any bugs are found, create a separate issue named <type> | <file_name> | Test Case Failed and report the failed test case there.
Also report the code which has been checked here in the comments to keep a track of all the files
Sorting Algorithms
Bubble Sort
- [ ] bubbleSort.py
Counting Sort
- [ ] countingSort.cpp
- [ ] countingSort.py
Heap Sort
- [ ] heapSort.cpp
- [ ] heapSort.py
Insertion Sort
- [ ] insertionSort.py
Merge Sort
- [ ] mergeSort.cpp
- [ ] mergeSort.py
Radix Sort
- [ ] radixSort.cpp
- [ ] radixSort.py
Selection Sort
- [ ] selectionSort.py
@uravgkarthik Check this out!