Sorting-Algorithms-in-Python Guidelines (IMPORTANT) Mention the appropriate issue number in your pull request. If the algo you want to add is not in issues or Proposed List yet, make a new issue. Please test your script before submitting pull requests. Please use 3.x python only. Current List of Sorting Algos: Quick Sort Selection Sort Insertion Sort Merge Sort Bubble Sort Counting Sort Heap Sort Bucket Sort Tree Sort Proposed List of Sorting Algos: