Practicing for Continuous Subarray of Algorithms

Questions 1 of 17
  • Q. Given a one-dimensional array of integers, you have to find a sub-array with maximum sum. This is the maximum sub-array sum problem. Which of these methods can be used to solve the problem?