From c0cf66405075e8debcab66a5f8ee837ebd4f86a8 Mon Sep 17 00:00:00 2001 From: Shobhit Sachan <31156049+sachans@users.noreply.github.com> Date: Fri, 9 Mar 2018 19:25:07 +0530 Subject: [PATCH] Update bubble_sort.md --- snippets/bubble_sort.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):