anmolrishi / ProgrammingHub

For the benefit of programmers.
MIT License
10 stars 113 forks source link

Fixed bsort function #53

Closed farhansyed2626 closed 5 years ago

farhansyed2626 commented 5 years ago

Fixed bsort function by swapping j & j+1 to make the function work appropriately & correctly.