mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-20 12:03:43 -05:00
Changed python code of bubble sort - instead of using two functions, one function is used and all we need to do is to write the driver code and call the function and it will result in a sorted list(or array)