Kandane Algorithm is a dynamic programming as well as greedy approch. Intuition : It is used to find max or min subarray sum. According to Kandane each element can contribute to maximun subaaray sum ...