Update bubble_sort.md

This commit is contained in:
Shobhit Sachan
2018-03-09 19:25:07 +05:30
committed by GitHub
parent be62187183
commit c0cf664050

View File

@ -1,5 +1,5 @@
### bubble_sort
Bubble_sort uses the technique of comparing and swapping
```python
def bubble_sort(arr):