News

#Since we are looping through two nested for loops the time complexity is O(n^2) #There's a much faster way to solve this though, and that is by using the Kadane's algorithm. #In this, we loop over ...