From e362f12e898bac68120f2674d85d512dcd201d77 Mon Sep 17 00:00:00 2001 From: isyntaxerror <40888387+isyntaxerror@users.noreply.github.com> Date: Mon, 29 Oct 2018 13:13:15 +0530 Subject: [PATCH] Update bubble sort --- bubble sort | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bubble sort b/bubble sort index d293771..b41d838 100644 --- a/bubble sort +++ b/bubble sort @@ -35,4 +35,4 @@ int main() // optimised bubble sort // best TC: O(n); worst TC O(n^2); // auxiliary space: O(1) -// isyntaxerror; +// isyntaxerror