From ab9bafbfa1630f33dae5ad9781119fe41fd67010 Mon Sep 17 00:00:00 2001 From: ralouekapoor06 Date: Sat, 12 Oct 2019 10:44:16 +0530 Subject: [PATCH] Update bubblesort.cpp --- Algorithms/Bubblesort/c++/bubblesort.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Algorithms/Bubblesort/c++/bubblesort.cpp b/Algorithms/Bubblesort/c++/bubblesort.cpp index 1fb4b1e9..382cf07b 100644 --- a/Algorithms/Bubblesort/c++/bubblesort.cpp +++ b/Algorithms/Bubblesort/c++/bubblesort.cpp @@ -12,9 +12,9 @@ int main() for(i=0;i>a[i]; - for(i=1;ia[j+1]) { temp=a[j];