haoel / leetcode

LeetCode Problems' Solutions
17.58k stars 4.91k forks source link

1528. Shuffle String: Fixed the Input Array #277

Closed UtkarshM-hub closed 2 years ago

UtkarshM-hub commented 2 years ago

Fixed the Input Array of the problem 'Shuffle String' to get the Expected Output.

Screenshot of the bug: Shuffle-String-LeetCode

UtkarshM-hub commented 2 years ago

The problem is correct but I didn't understood it in the first place.