Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 142 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 142 Bytes

String-Substitution-Problem

To clarify the problem, here is a sample input:

  • INPUT: '(ab(c){2}d){2}(ab){2}'
  • OUTPUT: 'abccdabccdabab'