Domanda di colloquio di 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"]]]

Risposta di colloquio

Anonimo

13 ott 2017

Use stack to store layers of enumerator objects..