上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 23 下一页
摘要: Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place. 阅读全文
posted @ 2014-06-27 22:51 jdflyfly 阅读(238) 评论(0) 推荐(0) 编辑
摘要: Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.) 阅读全文
posted @ 2014-06-27 22:26 jdflyfly 阅读(209) 评论(0) 推荐(0) 编辑
摘要: Given an array of words and a length L, format the text such that each line has exactly L characters and is fully (left and right) justified. 阅读全文
posted @ 2014-06-27 22:03 jdflyfly 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Implement int sqrt(int x). 阅读全文
posted @ 2014-06-27 21:52 jdflyfly 阅读(190) 评论(0) 推荐(0) 编辑
摘要: You are climbing a stair case. It takes n steps to reach to the top. 阅读全文
posted @ 2014-06-27 19:39 jdflyfly 阅读(125) 评论(0) 推荐(0) 编辑
摘要: Given an absolute path for a file (Unix-style), simplify it. 阅读全文
posted @ 2014-06-27 19:36 jdflyfly 阅读(179) 评论(0) 推荐(0) 编辑
摘要: Given two binary strings, return their sum (also a binary string). 阅读全文
posted @ 2014-06-27 18:28 jdflyfly 阅读(261) 评论(0) 推荐(0) 编辑
摘要: Validate if a given string is numeric. 阅读全文
posted @ 2014-06-27 17:58 jdflyfly 阅读(264) 评论(2) 推荐(0) 编辑
摘要: Given a non-negative number represented as an array of digits, plus one to the number. 阅读全文
posted @ 2014-06-27 17:50 jdflyfly 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 阅读全文
posted @ 2014-06-27 17:43 jdflyfly 阅读(176) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 23 下一页