1066: [SCOI2007]蜥蜴 Description 在一个r行c列的网格地图中有一些高度不同的石柱,一些石柱上站着一些蜥蜴,你的任务是让尽量多的蜥蜴逃到边界外。 每行每列中相邻石柱的距离为1,蜥蜴的跳跃距离是d,即蜥蜴可以跳到平面距离不超过d的任何一个石柱上。石柱都不稳定,每次当蜥蜴跳跃时 ...
分类:
其他好文 时间:
2018-08-23 15:34:30
阅读次数:
159
A website domain like "discuss.leetcode.com" consists of various subdomains. At the top level, we have "com", at the next level, we have "leetcode.com ...
分类:
其他好文 时间:
2018-08-17 12:52:41
阅读次数:
166
301. Remove Invalid Parentheses https://leetcode.com/problems/remove-invalid-parentheses/discuss/75032/Share-my-Java-BFS-solution Time complexity anal... ...
分类:
其他好文 时间:
2018-08-17 00:43:58
阅读次数:
150
4809: 皇后 Time Limit: 10 Sec Memory Limit: 128 MBSubmit: 241 Solved: 123[Submit][Status][Discuss] Description 众所不知,rly现在不会玩国际象棋。但是,作为一个OIer,rly当然做过八皇后问 ...
分类:
其他好文 时间:
2018-08-14 14:38:06
阅读次数:
107
1606: [Usaco2008 Dec]Hay For Sale 购买干草 Time Limit: 5 Sec Memory Limit: 64 MBSubmit: 1307 Solved: 964[Submit][Status][Discuss] Description 约翰遭受了重大的损失:蟑 ...
分类:
其他好文 时间:
2018-08-14 14:26:10
阅读次数:
145
113. Path Sum Ii ’https://leetcode.com/problems/path-sum-ii/discuss/36683/DFS-with-one-LinkedList-accepted-java-solution Pass by reference ...
分类:
其他好文 时间:
2018-08-10 15:55:25
阅读次数:
146
129 Sum Root to Leaf Numbers https://leetcode.com/problems/sum-root-to-leaf-numbers/discuss/41363/Short-Java-solution.-Recursion. 不是自己写的, tree 的 recur... ...
分类:
其他好文 时间:
2018-08-10 15:53:17
阅读次数:
138
题目描述: A website domain like "discuss.leetcode.com" consists of various subdomains. At the top level, we have "com", at the next level, we have "leetco ...
分类:
其他好文 时间:
2018-08-09 20:06:00
阅读次数:
158
108. Convert Sorted Array to Binary Search Tree https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/discuss/35220/My-Accepted-Jav... ...
分类:
其他好文 时间:
2018-08-09 19:32:38
阅读次数:
127
很无聊的题。 可以写成比较复杂的分支,但是discuss中有人把代码写的非常简洁,虽然我不喜欢这样使用unordered_map,但可以直接换成数组(只不过会浪费空间)。 ...
分类:
其他好文 时间:
2018-08-07 18:52:41
阅读次数:
139