Given a string s consists of upper/lower-case alphabets and empty space characters' ', return the length of last word in the string. If the last word ...
分类:
其他好文 时间:
2017-06-25 17:49:20
阅读次数:
158
题目: Given a string s and a string t, check if s is subsequence of t. You may assume that there is only lower case English letters in both s and t. t i ...
分类:
编程语言 时间:
2017-06-25 11:08:48
阅读次数:
128
Given a string s and a string t, check if s is subsequence of t. You may assume that there is only lower case English letters in both s and t. t is po ...
分类:
其他好文 时间:
2017-06-23 19:38:18
阅读次数:
219
Problem Description Now you are back,and have a task to do: Given you a string s consist of lower-case English letters only,denote f(s) as the number ...
分类:
编程语言 时间:
2017-06-20 10:58:47
阅读次数:
247
【BZOJ2213】[Poi2011]Difference Description A word consisting of lower-case letters of the English alphabet ('a'-'z') is given. We would like to choose ...
分类:
其他好文 时间:
2017-06-18 15:13:54
阅读次数:
125
Problem Description There are two strings A and B with equal length. Both strings are made up of lower case letters. Now you have a powerful string pa ...
分类:
其他好文 时间:
2017-06-14 11:37:37
阅读次数:
164
原来Linux下的MySQL默认是区分表名大小写的,通过如下设置,可以让MySQL不区分表名大小写:1、用root登录,修改 /etc/my.cnf;2、在[mysqld]节点下,加入一行: lower_case_table_names=1(值为0时区分大小写)3、重启MySQL即可; MySQL在 ...
分类:
数据库 时间:
2017-06-12 10:50:53
阅读次数:
268
Given an array of strings, return all groups of strings that are anagrams. Note: All inputs will be in lower-case. 分析:推断两个String是不是anagrams,比較简单的方法就是先 ...
分类:
其他好文 时间:
2017-06-06 22:10:32
阅读次数:
154
zhan.jiang.ou now faced a tough problem,his english teacher quan.hong.chun gives him a string,which consists with n lower case letter,he must figure o ...
分类:
其他好文 时间:
2017-06-05 22:19:28
阅读次数:
135
原来Linux下的MySQL默认是区分表名大小写的,通过如下设置,可以让MySQL不区分表名大小写:1、用root登录,修改 /etc/my.cnf;2、在[mysqld]节点下,加入一行: lower_case_table_names=13、重启MySQL即可; 其中 lower_case_tab ...
分类:
数据库 时间:
2017-06-01 13:50:40
阅读次数:
212