Skip to content

chesiak/Maximum-Subarray-Sum-2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Maximum-Subarray-Sum-2D

Finding a contiguous subarray with the largest sum.

In computer science, the maximum subarray problem is the task of finding a contiguous subarray with the largest sum, within a given one-dimensional array A[1...n] of numbers.

This program was one of my programming methods class assignments.

It is the modification of classical MAXIMUM SUBARRAY SUM PROBLEM, by going to the secedn dimension.

About

Finding a contiguous subarray with the largest sum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages