Add Leetcode 546. Remove Boxes in C++ #141
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
hacktoberfest contributions
Description
Contribute Remove Boxes Problem
Why This Problem?
This problem falls under Leetcode Hard category involving the concept of Partition Dynamic Programming.
Contribution Guidelines
To contribute this DSA problem, I am willing to:
DSA Problem
Problem Details
Problem Name: Remove Boxes
Problem Description:
You are given several boxes with different colors represented by different positive numbers. You may experience several rounds to remove boxes until there is no box left. Each time you can choose some continuous boxes with the same color (i.e., composed of k boxes, k >= 1), remove them and get k * k points. Return the maximum points you can get.
Constraints:
Screenshots
The text was updated successfully, but these errors were encountered: