diff --git a/snippets/bubble_sort.md b/snippets/bubble_sort.md index 604ee6c0e..b5c2797ae 100644 --- a/snippets/bubble_sort.md +++ b/snippets/bubble_sort.md @@ -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):