-
Notifications
You must be signed in to change notification settings - Fork 5
Improve input box #12
Copy link
Copy link
Open
Labels
Up For GrabsenhancementNew feature or requestNew feature or requesthacktoberfestIssue participating in hacktoberfestIssue participating in hacktoberfest
Metadata
Metadata
Assignees
Labels
Up For GrabsenhancementNew feature or requestNew feature or requesthacktoberfestIssue participating in hacktoberfestIssue participating in hacktoberfest
Current behavior:
Input: [5] -> generates boxes of sizes 1, 2, 3, 4, 5
Input: [5, 8,10, 58, 21] -> doesn't work
Expected behavior:
Input: [5] -> generates boxes of sizes 1, 2, 3, 4, 5
Input: [5, 8,10, 58, 21] -> generates boxes of sizes 5, 8,10, 58, 21
Order needs to be maintained