YLD interview question

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

Interview Answer

Anonymous

12 Sept 2021

Recursive functions and dictionarys

2