2014-05-06 07:56 题目链接 原题: Flatten an iterator of iterators ,], [,[,]], ], it should ,,,,,]. Implement hasNext() and next(). Note that the inner iterator or list might be empty. 题目:给定一个动态类型的数组,把其中的数组全部展开,成为一个一维数组. 解法:严格类型语言显然不允许这种数据,所以我用Python写了一版代码.…