Open rachitsgh opened 1 year ago
i have pushed a funnyAlgorithm to Decode strings
Example 1:
Input: s = "3[a]2[bc]" Output: "aaabcbc" Example 2:
Input: s = "3[a2[c]]" Output: "accaccacc" Example 3:
Input: s = "2[abc]3[cd]ef" Output: "abcabccdcdcdef"
i have pushed a funnyAlgorithm to Decode strings
Example 1:
Input: s = "3[a]2[bc]" Output: "aaabcbc" Example 2:
Input: s = "3[a2[c]]" Output: "accaccacc" Example 3:
Input: s = "2[abc]3[cd]ef" Output: "abcabccdcdcdef"