edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.

Home Page:https://edualgo.github.io/documentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding 5 different searching, sorting algorithms

nitya123-github opened this issue · comments

commented

Adding 5 different searching, sorting algorithms in the project such as insertion ,linear search ,binary search, selection sort, merge sort ,quick sort,heap sort and also adding the worst,best,average complexities of each algorithms

commented

can you please assign this to me @Abhijit2505 ?

Sir, I'm ready to contribute. Could you please assign it to me....

Adding 5 different searching, sorting algorithms in the project such as insertion ,linear search ,binary search, selection sort, merge sort ,quick sort,heap sort and also adding the worst,best,average complexities of each algorithms

Did you check the code-base of eduAlgo, These algorithms already exists in our package.

Check our documentation for more info - https://edualgo.github.io/documentation/