"题目链接" $Description$ 给定SA数组,求满足SA[]的一个原字符串(每个字符为小写字母),无解输出 1. $Solution$ 假设我们现在有suf(SA[j]),要构造suf(SA[i]) (要满足i j) 考虑后缀的比较方式,先比较第一位,再比较suf(SA[i]+1)与suf ...
分类:
编程语言 时间:
2018-03-15 19:18:17
阅读次数:
158
My Topic In LeetCode 初来乍到,不知道为什么好多人要在标题上标明自己的行数?所以就照样子来了 怎么说呢决定每一个人位置的仅仅是站在他前面的且比他高的人,呃,或许更准确的说法是,若有比他低的人站在他的前面,结果将依然正确,所以优先处理更高的人,因为没有人比他还高了那么他的位置就是一 ...
分类:
其他好文 时间:
2018-01-24 00:45:05
阅读次数:
111
Suppose you have a random list of people standing in a queue. Each person is described by a pair of integers (h, k), where h is the height of the pers ...
分类:
其他好文 时间:
2017-11-27 21:36:13
阅读次数:
119
多层神经网络的实质就是为了找出更复杂,更内在的features...图像的style, how to describe, impossible! 但是人眼却可以分辨。 A Neural algorithm of artistic style 使用卷积神经网络来做 content, style rec ...
分类:
其他好文 时间:
2017-10-06 21:55:47
阅读次数:
173
原题链接在这里:https://leetcode.com/problems/queue-reconstruction-by-height/description/ 题目: Suppose you have a random list of people standing in a queue. Ea ...
分类:
其他好文 时间:
2017-09-21 14:45:45
阅读次数:
95
修改内容: 该函数被修改了一部分,然后修改中止了,可能是牵一发而动全身,导致中止。无论什么原因,这个Reconstruction.cpp文件是唯一被修改的文件了。如果没有被修改该多好!!!!!! 如何弥补该缺失的部分? 看源文件查看论文。 ...
分类:
其他好文 时间:
2017-09-02 14:29:26
阅读次数:
143
题意: 分析: 这题一开始完全没有思路, 一直没有找出规律。 参考了http://www.cnblogs.com/Wade-/p/6358859.html 和 http://www.cnblogs.com/jerryRey/p/4622927.html 在dfs序列中,相邻的两个结点u,v之间(df ...
分类:
其他好文 时间:
2017-08-31 14:38:54
阅读次数:
130
A. Restaurant Tables 这里看错题意还wa了两发.... 按题意模拟就行了 水题 B. Black Square 问补全一个B组成的正方形至少还要多少个B 直接记录四个角的值然后就差不多了 一个B都没有的话直接输出1就行 C. String Reconstruction 题意:告诉 ...
分类:
其他好文 时间:
2017-08-09 22:19:15
阅读次数:
226
Ivan had string s consisting of small English letters. However, his friend Julia decided to make fun of him and hid the string s. Ivan preferred makin ...
分类:
其他好文 时间:
2017-08-08 17:48:09
阅读次数:
181
KK's Reconstruction Time Limit: 12000/6000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 360 Accepted Submission(s): ...
分类:
其他好文 时间:
2017-08-03 22:10:33
阅读次数:
232