1. binary tree inorder traversal 不能用recursive写 (LC原题)2. 比如有个数组F={1,3, 4, 5, 2, 0}, A=3, 那么F[A]=5, F[F[A]]=0, F[F[F[A]]]=1....这样下去求第N个数是多少. from: 1point3acres.com/bbs 3. first missing positive(LC原题)4. 不用写代码,问得hashmap和hashcode的知识 1.Round Robin 一个处理器要处理…