deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

Check correctness of the codes added already #11

Open deutranium opened 4 years ago

deutranium commented 4 years ago

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 commented 4 years ago

Primality Test

Optimised School Method

deutranium commented 4 years ago

Sorting Algorithms

Bubble Sort

Counting Sort

Heap Sort

Insertion Sort

Merge Sort

Radix Sort

Selection Sort

adithyaakrishna commented 4 years ago

@uravgkarthik Check this out!