Domanda di colloquio di Capital One

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

Risposta di colloquio

Anonimo

28 lug 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