题目来源https://leetcode.com/problems/excel-sheet-column-title/Given a positive integer, return its corresponding column title as appear in an Excel sheet... Read More
posted @ 2016-01-01 18:40 loadofleaf Views(280) Comments(0) Diggs(0)
题目来源https://leetcode.com/problems/anagrams/Given an array of strings, group anagrams together.For example, given:["eat", "tea", "tan", "ate", "nat", "... Read More
posted @ 2016-01-01 18:20 loadofleaf Views(216) Comments(0) Diggs(0)
题目来源https://leetcode.com/problems/minimum-path-sum/Given amxngrid filled with non-negative numbers, find a path from top left to bottom right whichmin... Read More
posted @ 2016-01-01 17:48 loadofleaf Views(258) Comments(0) Diggs(0)
题目来源https://leetcode.com/problems/unique-paths-ii/Follow up for "Unique Paths":Now consider if some obstacles are added to the grids. How many unique ... Read More
posted @ 2016-01-01 17:44 loadofleaf Views(425) Comments(0) Diggs(0)
题目来源https://leetcode.com/problems/unique-paths/A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot c... Read More
posted @ 2016-01-01 17:18 loadofleaf Views(301) Comments(0) Diggs(0)
题目来源https://leetcode.com/problems/rotate-list/Given a list, rotate the list to the right bykplaces, wherekis non-negative.For example:Given1->2->3->4-... Read More
posted @ 2016-01-01 17:00 loadofleaf Views(282) Comments(0) Diggs(0)