sansyrox / algorithm-ds

MIT License
8 stars 18 forks source link

Added base for sorting in python #3

Closed FinnKr closed 4 years ago

sansyrox commented 4 years ago

@FinnKr , 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>
FinnKr commented 4 years ago

Okay I did add the description and fixed a little error.

sansyrox commented 4 years ago

Thank you @FinnKr . This looks good 🔥