YLD interview question

Write code to parse a nested class which can contain other classes or strings

Interview Answer

Anonymous

Sep 12, 2021

Recursive functions and dictionarys

2