erezak / libphonenumber-csharp

Forking original c# port
Apache License 2.0
198 stars 79 forks source link

bubblesort #34

Open Sau1506mya opened 4 years ago

Sau1506mya commented 4 years ago

Program to implement bubble sort in c

RupW commented 4 years ago

Thanks, but I don't think this belongs here? (I guess you're doing Hacktoberfest? :-/ )

You could also do with a .c extension, fixing the indentation in bubbleSort(), and more descriptive variable names.