Developer-Student-Clubs-VSSUT-Burla / Master-PyAlgo

36 stars 84 forks source link

Adding sorting algorithms #178

Open Ananya88 opened 3 years ago

Ananya88 commented 3 years ago

I would like to add sorting algorithms like merge sort, quick sort and insertion sort as a part of GSSOC'21 .Please assign me this issue.

rcoder23 commented 3 years ago

@Ananya88 You can work on it But add one algo at time.

iamansoni commented 3 years ago

Is this issue still need to be addressed? If yes, you can assign it to me. I would like to work on this task!

Ananya88 commented 3 years ago

@Ananya88 You can work on it But add one algo at time.

Okay thanks!

Ananya88 commented 3 years ago

I added insertion sort please accept the pull request @rcoder23 , so that I can proceed with adding other sorting algorithms too.

rcoder23 commented 3 years ago

@Ananya88 Mention Pull request.

rcoder23 commented 3 years ago

@Ananya88 Add Solution with proper explaination and simple test case as well .

Ananya88 commented 3 years ago

@Ananya88 Add Solution with proper explaination and simple test case as well . I edited it @rcoder23 , pull request named Added Insertion Sort #182 https://github.com/Developer-Student-Clubs-VSSUT-Burla/Master-PyAlgo/pull/182