摘要: The key challenge to this problem is to make the code clean. This post has shared a nice example, which is rewritten below in C++.class Solution {publ... 阅读全文
posted @ 2015-09-14 14:53 jianchao-li 阅读(215) 评论(0) 推荐(0) 编辑
摘要: Problem Description:Given two 1d vectors, implement an iterator to return their elements alternately.For example, given two 1d vectors:v1 = [1, 2]v2 =... 阅读全文
posted @ 2015-09-14 14:16 jianchao-li 阅读(2466) 评论(0) 推荐(0) 编辑