PrajaktaSathe / Java

Includes programs written in Java. You are welcome to contribute here!
59 stars 92 forks source link

MaximumSubArraySum added #131

Closed Ayse-Sadioglu closed 2 years ago

Ayse-Sadioglu commented 2 years ago

I have added java code that finds the sum of a contiguous subarray of numbers which has the largest sum from one dimensional array that may contain both positive and negative integers. I used divide and conquer algorithm.

PrajaktaSathe commented 2 years ago

Thank you for contributing!!