【CF932G】Palindrome Partition(回文树,动态规划) 题面 "CF" 翻译: 给定一个串,把串分为偶数段 假设分为了$s1,s2,s3....sk$ 求,满足$s_1=s_k,s_2=s_{k 1}......$的方案数 题解 反正我是不会做 基本就是照着$laofu$的打了 ...
分类:
其他好文 时间:
2018-02-23 18:53:50
阅读次数:
191
apidoc是基于注释来生成文档的,它不基于任何框架,而且支持大多数编程语言,为了springboot系列的完整性,所以标了个题。 一、apidoc简介 apidoc通过在你代码的注释来生成api文档的。它对代码没有侵入性,只需要你写好相关的注释即可,并且它仅通过写简单的配置就可以生成高颜值的api ...
分类:
编程语言 时间:
2018-02-23 12:08:42
阅读次数:
159
主要介绍Hadoop家族产品,常用的项目包括Hadoop, Hive, Pig, HBase, Sqoop, Mahout, Zookeeper, Avro, Ambari, Chukwa,新增加的项目包括,YARN, Hcatalog, Oozie, Cassandra, Hama, Whirr, ...
分类:
其他好文 时间:
2018-02-23 10:44:33
阅读次数:
205
Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. For exampl ...
分类:
其他好文 时间:
2018-02-18 16:42:30
阅读次数:
152
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. For example,"A man, a plan, a canal: Pan ...
分类:
其他好文 时间:
2018-02-18 16:20:39
阅读次数:
160
Determine whether an integer is a palindrome. Do this without extra space. 暴力的时候,注意奇数偶数。 ...
分类:
其他好文 时间:
2018-02-18 15:40:08
阅读次数:
156
P1217 [USACO1.5]回文质数 Prime Palindromes 题意:给定一个区间,输出其中的回文质数; 学习了洛谷大佬的回溯写法,感觉自己写回溯的能力不是很强; ...
分类:
其他好文 时间:
2018-02-17 21:43:55
阅读次数:
234
Find the largest palindrome made from the product of two n-digit numbers Since the result could be very large, you should return the largest palindrom ...
分类:
其他好文 时间:
2018-02-12 16:49:24
阅读次数:
130
[抄题]: 给定一个字符串s,将s分割成一些子串,使每个子串都是回文。 返回s符合要求的的最少分割次数。 [思维问题]: [一句话思路]: [输入量]:空: 正常情况:特大:特小:程序里处理到的特殊情况:异常情况(不合法不合理的输入): [画图]: [一刷]: [二刷]: [三刷]: [四刷]: [ ...
分类:
其他好文 时间:
2018-02-10 22:36:34
阅读次数:
263
一、什么是Hadoop? Hadoop是Apache下的一个开源分布式计算平台。以Hadoop分布式文件系统(HDFS,Hadoop Distributed Filesystem)和MapReduce(Google MapReduce的开源实现)为核心的Hadoop为用户提供了系统底层细节透明的分布 ...
分类:
其他好文 时间:
2018-02-07 14:44:49
阅读次数:
208