Sollicitatievraag bij Meta

Design a super enumerator using the basic enumerator of iOS for enumerating all objects in a nested NSArray such as @[@"a", @[@"b", @"c", @[ @"d"]]]

Antwoord op sollicitatievraag

Anoniem

13 okt 2017

Use stack to store layers of enumerator objects..