Update bubble_sort.md
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
### bubble_sort
|
### bubble_sort
|
||||||
|
Bubble_sort uses the technique of comparing and swapping
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def bubble_sort(arr):
|
def bubble_sort(arr):
|
||||||
|
|||||||
Reference in New Issue
Block a user