自然溢出hash 双重hash 大质数hash BKDR哈希
分类:字符串
【模拟/字符串】DRM Messages
DRM Encryption is a new kind of encryption. Given an encrypted string (which we’ll call a DRM message), the de…
【KMP】Blue Jeans
Blue Jeans Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 21885 Accepted: 9712 Description The Gen…
Codeforces:Oh Those Palindromes
A non-empty string is called palindrome, if it reads the same from the left to the right and from the right to…
字符串加密(JAVA-String)
现要对一个由大写字母组成的字符串进行加密
最大正向匹配(字符串处理,java-String)
给定2个短字符串str1,str2,在一个长字符串中找出以str1开头并且以str2结尾的最长字符串。
优美字符串(字符串拼接|java String::endsWith的用法)
优美字符串 描述 对于给定的两个字符串,我们将要做的是将它们拼接起来,拼接成一个“优美”的字符串,那么什么样的字符串是优美的呢?举一个例子,我们要求拼接时,第一个字符串ABCE在前,第二个字符串CEDF在后,拼接的结果是…