sansyrox / algorithm-ds

MIT License
8 stars 18 forks source link

6 sorting algorithms in python added #7

Closed KickItLikeShika closed 4 years ago

KickItLikeShika commented 4 years ago

Bubble sort, insertion sort, merge sort, quick sort, counting sort, heap sort

sansyrox commented 4 years ago

@KickItLikeShika , this looks really good.

Can you add a doc string in the top of the file.

eg. for the bubble sort file

This file contains the Bubble Sort Algorithm written in python.

<and then the code here>
KickItLikeShika commented 4 years ago

@sansyrox It's done. Review my pull request please.

sansyrox commented 4 years ago

Alrighttttt. Good job @KickItLikeShika 🔥 🔥

KickItLikeShika commented 4 years ago

@sansyrox Hey sansyrox, can you label my pull request as hacktoberfest-accepted?