From dfbdbfade81b287f213e438ab389e8ef31b33be5 Mon Sep 17 00:00:00 2001 From: shubhamkumar27 Date: Sun, 6 Oct 2019 20:05:00 +0530 Subject: [PATCH] Test file is updated --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 01e2bcd..f7e1a23 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,4 @@ +# We have used kadane's algorithm here def test(lis): max_end = 0 max_sum = 0