摘要: 问题:Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements. 思考:开始想通过两层for 阅读全文
posted @ 2016-04-14 15:48 wwwglin 阅读(172) 评论(0) 推荐(0)