| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
NOTE: This project is aimed towards solving the maximum subarray problem using Dynamic Programming, which is the most efficient way of solving this kind of problem. Time Complexity: O(n)
The maximum subarray problem is the task of finding the contiguous subarray within a one-dimensional array of numbers which has the largest sum.
Class MaximumSubarrayProblem shows the classical problem. The input Array may contain positive and negative numbers.
Class MaximumSubarrayProblemColor is a slight variation of this problem. The input Array contains colors. Each color has its own value (positive or negative integer).
| Back | FazBrowse Home | New Git URL |