sambhav2612 / SortingAlgorithms.cpp

Collection of some of my sorting algorithms in C++
MIT License
3 stars 15 forks source link

Added the comments to the bubble sort algorithms and Refactored it's style #12

Closed Pujolsluis closed 6 years ago

Pujolsluis commented 6 years ago

Created comments for the code, and refactored a bit the code to make it easier to understand to others.