some basic string searching or reversing linked list. finding maximum sum in a row in the interger array (contains minus) - incorrect solution approach I made here
Anonymous
I think this question is the max sum subarray question. Can be solved in o(n) using Kadane's algorithm.
Check out your Company Bowl for anonymous work chats.