30-Days-DSA-Challenge
30-Days-DSA-Challenge copied to clipboard
Integer Break
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.
@iamdestinychild Kindly assign this issue to me
Review please