Reference : https://leetcode.com/discuss/72701/here-10-line-template-that-can-solve-most-substring-problems 3. Longest Substring Without Repeating Cha ...
分类:
其他好文 时间:
2016-05-02 11:52:27
阅读次数:
279
Longest Ordered Subsequence Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u SubmitStatusPracticePOJ 2533 Longest Ordered Subseque ...
分类:
其他好文 时间:
2016-05-02 00:40:39
阅读次数:
133
题目链接: http://poj.org/problem?id=2533 Description A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric s ...
分类:
其他好文 时间:
2016-04-30 00:58:28
阅读次数:
182
Total Accepted: 40438 Total
Submissions: 117654 Difficulty: Medium
Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered...
分类:
其他好文 时间:
2016-04-29 18:57:13
阅读次数:
184
Given an integer matrix, find the length of the longest increasing path. From each cell, you can either move to four directions: left, right, up or do ...
分类:
其他好文 时间:
2016-04-29 14:21:49
阅读次数:
194
【题目】 Description Once upon a time there was a greedy King who ordered his chief Architect to build a wall around the King's castle. The King was so gr ...
分类:
其他好文 时间:
2016-04-28 20:13:06
阅读次数:
285
题目 Given an integer matrix, find the length of the longest increasing path. From each cell, you can either move to four directions: left, right, up or... ...
分类:
其他好文 时间:
2016-04-28 19:54:32
阅读次数:
143
一、基本知识 1、模版是独立于django的,可以独立运行。 模版变量是用两个大括号括起来的字符串,表示变量。例如{{ person_name }} 模版标签,是用一对大括号和一对百分号括起来的,例如{% if ordered_warranty %},{% for item in item_list ...
分类:
其他好文 时间:
2016-04-27 00:18:55
阅读次数:
231
Total Accepted: 40438 Total
Submissions: 117654 Difficulty: Medium
Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered...
分类:
其他好文 时间:
2016-04-26 21:10:16
阅读次数:
192