Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 59 下一页

2015年5月9日

摘要: https://leetcode.com/problems/multiply-strings/Given two numbers represented as strings, return multiplication of the numbers as a string.Note: The nu... 阅读全文
posted @ 2015-05-09 19:14 NickyYe 阅读(158) 评论(0) 推荐(0) 编辑

2015年5月6日

摘要: https://leetcode.com/problems/largest-number/Given a list of non negative integers, arrange them such that they form the largest number.For example, g... 阅读全文
posted @ 2015-05-06 20:18 NickyYe 阅读(184) 评论(0) 推荐(0) 编辑

2015年5月4日

摘要: https://leetcode.com/problems/largest-rectangle-in-histogram/ Given n non-negative integers representing the histogram's bar height where the width of 阅读全文
posted @ 2015-05-04 21:46 NickyYe 阅读(215) 评论(0) 推荐(0) 编辑

2015年4月27日

摘要: 这个问题其实来源于Leetcode的一道题目,也就是上一篇日志 LRU Cache。在使用LinkedList超时后,换成ArrayList居然AC了,而问题居然是在于List.remove(Object o)这个方法。 我们知道,链表和数组相比,最主要的特点就是add和remove的操作是O(1) 阅读全文
posted @ 2015-04-27 21:35 NickyYe 阅读(5588) 评论(1) 推荐(3) 编辑

摘要: https://leetcode.com/problems/lru-cache/Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following ope... 阅读全文
posted @ 2015-04-27 15:13 NickyYe 阅读(580) 评论(0) 推荐(0) 编辑

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 59 下一页