摘要: 题目链接 "https://leetcode.com/problems/set matrix zeroes/" 题目原文 Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it ... 阅读全文
posted @ 2016-01-14 17:22 slurm 阅读(201) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/edit distance/" 题目原文 Given two words word1 and word2, find the minimum number of steps required to convert wo... 阅读全文
posted @ 2016-01-14 17:04 slurm 阅读(234) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/simplify path/" 题目原文 Given an absolute path for a file (Unix style), simplify it. For example, path = , = p... 阅读全文
posted @ 2016-01-14 16:10 slurm 阅读(187) 评论(0) 推荐(0)