Update bubble_sort.md

This commit is contained in:
Shobhit Sachan
2018-03-09 19:21:34 +05:30
committed by GitHub
parent 3a7587e178
commit be62187183

View File

@ -1,6 +1,5 @@
### bubble_sort
bubble sort also makes it too simple for sorting any list or array. It simply compares the two neighbouring values and swap them.
```python
def bubble_sort(arr):