No matter what language you use on the OJ, you may refer to Stefan's post for a solution. The C++ is rewritten below, just really concise.1 class Solu...
分类:
其他好文 时间:
2015-08-19 19:38:23
阅读次数:
143
This problem has a very concise solution in this link, just 4-lines. The code is rewritten below.1 class Solution {2 public:3 bool canJump(vector&...
分类:
其他好文 时间:
2015-07-15 20:57:01
阅读次数:
121
This link has a very concise and fast solution based on binary search. Spend some time reading it and make sure you understand it. It is very helpful....
分类:
其他好文 时间:
2015-07-04 00:41:54
阅读次数:
120
This link suggests a concise C++ recursive solution. The original code may be hard to understand at first and I have rewritten the code below. You may...
分类:
其他好文 时间:
2015-07-02 13:48:52
阅读次数:
97
kotlin是一个新生的基于jvm的语言,可以看成java的扩展语言,由JetBrains开发,初次见到他是之前在公司的安卓团队看到他们使用kotlin开发android,顿时觉得好奇,后来慢慢的研究了这个预言。为什么要开发和使用kotlin这门语言,官方的说法是:Concise SafeVersa...
分类:
编程语言 时间:
2015-05-19 12:16:57
阅读次数:
209
前言您可以先进Demo网站来看看这个主题的样式。Concise概括Concise是一款为Hexo设计的主题。我最早使用的是light主题,因为我非常喜欢light主题简约明朗的风格,之后看到pacman主题,很喜欢pacman的头部和尾部的设计,之间甚至起过要换主题的念头(真是太可怕了)。但pacman的body部分我不是很感冒,还是更喜欢light主题的body部分,两难之下,便产生了将pacma...
分类:
其他好文 时间:
2015-04-23 21:46:10
阅读次数:
183
1.1What is Swift
“Swift is an innovative new programming language for Cocoa and Cocoa Touch. Writing code is interactive and fun, the syntax is concise yet expressive, and apps run lightning-fast. Sw...
分类:
移动开发 时间:
2015-02-04 13:04:04
阅读次数:
221
The problem: (The code of dynamic programming is very concise and elegant. You must learn it!)Given a stringS, find the longest palindromic substring ...
分类:
其他好文 时间:
2014-12-30 13:16:09
阅读次数:
171
Word Aligned Hybrid (WAH) bitmap compression下面是:Concise: Compressed ’n’ Composable Integer SetFigure 2 shows an example of CONCISE-compressed bitmapma...
分类:
其他好文 时间:
2014-10-07 00:38:40
阅读次数:
139