From eeebc574c21b0b8afa31827fc3bd6f99f9538066 Mon Sep 17 00:00:00 2001 From: shubhamkumar27 Date: Sun, 6 Oct 2019 20:01:58 +0530 Subject: [PATCH] test file update --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 01e2bcd..8a0c60e 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,4 @@ +#kadane's algorithm def test(lis): max_end = 0 max_sum = 0