Utkarsh Chakravarty

Results 3 issues of Utkarsh Chakravarty

**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]...

enhancement
good first issue
hacktoberfest
Hacktoberfest2020
algorithms
CPP
C
BEGINNER
feature
up for grabs
C++

**Description** Write an algorithm to determine if a number n is "happy". A happy number is a number defined by the following process: Starting with any positive integer, replace the...

good first issue
hacktoberfest
Hacktoberfest2020
algorithms
CPP
C
up for grabs
C++

**Description** Given two binary strings, return their sum (also a binary string). The input strings are both non-empty and contain only characters 1 or 0. Example 1: Input: a =...

good first issue
hacktoberfest
Hacktoberfest2020
algorithms
CPP
C
up for grabs
C++