sbshah97 / DS-Algo-Handbook

[ONGOING] ACM ICPC Handbook for Algorithms and Data Structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Implementation of Sorting Algorithms

sbshah97 opened this issue · comments

Ground rules:

  1. Whoever claims the Issue first, should send a Pull Request within 24 hours else it'll be assigned to another claimant and further Pull Requests regarding that issue will not be entertained.
  2. Pull Requests sent without claiming and referencing the Issue will not be entertained.
  3. Make sure your Pull Requests have just one commit in them. Squash multiple commits into one if you have to.

Kindly claim for the following Sorting Algorithms:

  1. Selection Sort
  2. Bubble Sort
  3. Merge Sort
  4. Quick Sort
  5. Shell Sort
  6. Topological Sort

Hi, could you give specific details regarding what you require?

Please specify programs do you want to be implemented into python?

commented

I want to start on this.

Go ahead. Make sure you write the Algorithms in python 2.7

Working on Quick sort in python.

I would like to do the merge sort. Thank you.

Issue has been created separately in the Issues tab. Kindly take a look!