
leetcode
yanxiangtianji
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
leetcode之Largest Rectangle in Histogram
原载于http://blog.youkuaiyun.com/yanxiangtianji 转载请注明出处 题目: Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle原创 2013-02-07 03:58:07 · 1321 阅读 · 0 评论 -
leetcode简介
原载于http://blog.youkuaiyun.com/yanxiangtianji 转载请注明出处 今天一个朋友告问了我一个美国的在线编程网站上的题目,我觉得这个网站很有意思,回来和大家分享一下。 这个网站的的好处在于它会告诉你测试数据以及你的输出和正确的输出是什么,方便大家调试学习。 它只支持C++和Java两种语言。而且部分支持C++11特性。 另外它是支持在线编辑(它用js实现的原创 2013-02-07 03:42:42 · 9490 阅读 · 1 评论