30-Days-DSA-Challenge icon indicating copy to clipboard operation
30-Days-DSA-Challenge copied to clipboard

Integer Break

Open SUGAM-ARORA opened this issue 1 year ago • 2 comments

Description

Leetcode

DSA Problem

Given an integer n, break it into the sum of k positive integers, where k >= 2, and maximize the product of those integers.

Return the maximum product you can get.

SUGAM-ARORA avatar Oct 06 '23 07:10 SUGAM-ARORA

@iamdestinychild Kindly assign this issue to me

SUGAM-ARORA avatar Oct 06 '23 07:10 SUGAM-ARORA

Review please

SUGAM-ARORA avatar Oct 06 '23 17:10 SUGAM-ARORA