Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Check correctness of the codes added already

Open deutranium opened this issue 5 years ago • 3 comments

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

deutranium avatar Sep 17 '20 14:09 deutranium

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

deutranium avatar Sep 17 '20 15:09 deutranium

@uravgkarthik Check this out!

adithyaakrishna avatar Oct 01 '20 19:10 adithyaakrishna