Capital One interview question

Write a function that can parse a series string separated by curly brackets ( e.g. { hello { how are you} }.

Interview Answer

Anonymous

28 Jul 2021

It was challenging, especially if you get something that works they'll add more strings to test. Most likely strings that wont work with your function and ask for you to fix it. They do this to see how well you can adapt existing code.

6