摘要: 题目: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right a... 阅读全文
posted @ 2015-05-07 00:26 sunp823 阅读(121) 评论(0) 推荐(0) 编辑
摘要: List接口总结: List接口是Collection接口的子接口,从其名称可以看出,是一个元素有序(并不是按大小排序,具有顺序索引,类似于数组),默认按照元素的添加顺序设置元素的索引,List和Set不同在于List可以具有重复元素,List增加了按照索引插入(add(int index,... 阅读全文
posted @ 2015-05-07 00:16 sunp823 阅读(6708) 评论(0) 推荐(1) 编辑