CPP icon indicating copy to clipboard operation
CPP copied to clipboard

MAXIMUM SUBARRAY

Open utchak160 opened this issue 4 years ago • 7 comments

Description Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum.

Example 1:

Input: nums = [-2,1,-3,4,-1,2,1,-5,4] Output: 6 Explanation: [4,-1,2,1] has the largest sum = 6. Example 2:

Input: nums = [1] Output: 1

@akshitagit can I work on this program for this Hacktober fest?

utchak160 avatar Sep 30 '20 11:09 utchak160

@akshitagit can I work on this program for this Hacktober fest?

incognito1729 avatar Sep 30 '20 12:09 incognito1729

Looks a simple issue. Assign it to me @utchak160

Rituraj-commits avatar Sep 30 '20 16:09 Rituraj-commits

I have done this. Please assign this to me!

ayerhs7 avatar Sep 30 '20 23:09 ayerhs7

I want to work on this issue

yashica-patodia avatar Oct 01 '20 02:10 yashica-patodia

Hi, can I work on this issue for Hacktober fest?

sroy99 avatar Oct 01 '20 20:10 sroy99

can i work on this issue ?

yuvrajdewangan avatar Oct 15 '20 15:10 yuvrajdewangan

I'm a beginner and want to work on this issue. Can you please assign it to me?

ZartDrag avatar Nov 10 '20 20:11 ZartDrag