diff --git a/snippets/bubble_sort.md b/snippets/bubble_sort.md index b5c2797ae..98f7755f0 100644 --- a/snippets/bubble_sort.md +++ b/snippets/bubble_sort.md @@ -1,5 +1,5 @@ ### bubble_sort - +Bubble_sort uses the technique of comparing and swapping ```python def bubble_sort(arr):