Question d’entretien chez Capital One

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

Réponse à la question d'entretien

Utilisateur anonyme

28 juil. 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