摘要: Given an n-ary tree, return the level order traversal of its nodes' values. Nary-Tree input serialization is represented in their level order traversa 阅读全文
posted @ 2020-02-18 07:30 北叶青藤 阅读(169) 评论(0) 推荐(0) 编辑
摘要: Imagine you have an array like this (note that the array has duplicates, and includes 0 and k): a = [ 4, 64, 200, 42, 56, 22, 1, 64, 0, 161, 200, 0, 4 阅读全文
posted @ 2020-02-18 07:08 北叶青藤 阅读(136) 评论(0) 推荐(0) 编辑