摘要: 题目:Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order. For example, Given the following matrix: Y 阅读全文
posted @ 2016-03-10 22:12 wangb021 阅读(147) 评论(0) 推荐(0)
摘要: 题目: Given a set of distinct integers, nums, return all possible subsets. Note: Elements in a subset must be in non-descending order. The solution set 阅读全文
posted @ 2016-03-10 19:06 wangb021 阅读(158) 评论(0) 推荐(0)