Pergunta de entrevista da empresa Capital One

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

Resposta da entrevista

Sigiloso

28 de jul. de 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