A crate to efficiently find the maximum subarray sum in a
Vec<i32>
.
Time Complexity:
O(N)
Space complexity:
O(1)