本月博客排行
-
第1名
Xeden -
第2名
fantaxy025025 -
第3名
bosschen - paulwong
- johnsmith9th
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - gengyun12
- wy_19921005
- vipbooks
- e_e
- benladeng5225
- wallimn
- ranbuijj
- javashop
- jickcai
- fantaxy025025
- zw7534313
- qepwqnp
- robotmen
- 解宜然
- ssydxa219
- sam123456gz
- zysnba
- sichunli_030
- tanling8334
- arpenker
- gaojingsong
- xpenxpen
- kaizi1992
- wiseboyloves
- jh108020
- xyuma
- ganxueyun
- wangchen.ily
- xiangjie88
- Jameslyy
- luxurioust
- mengjichen
- lemonhandsome
- jbosscn
- nychen2000
- zxq_2017
- lzyfn123
- wjianwei666
- forestqqqq
- ajinn
- siemens800
- hanbaohong
- 狂盗一枝梅
- java-007
- zhanjia
- 喧嚣求静
- Xeden
最新文章列表
算法学习1--BF(Brute-Force)算法
1.简介
蛮力算法,比较简单的一种字符串匹配算法,在处理简单的数据时候就可以用,完全匹配,速度慢。
2.算法思想
将模式字符串与目标字符串逐个字符进行比较,将模式字符串的第一个字符与目标字符串的第一个字符串比较,如果相等就比较模式字符串的第二个字符和目标字符串的第二个字符,相等继续比较下一个,不相等的话就用模式字符串的第一个字符与目标字符串的第二个字符比较,依次比较。直到目标字符串的最后一 ...
POJ_2993 Emag eht htiw Em Pleh 模拟
Emag eht htiw Em Pleh
Time Limit: 1000MS Memory Limit: 65536K
Total Submissions: 1646 Accepted: 1127
Description
This problem is a reverse case of the problem 2996. You are given the output of th ...
POJ_2996 Help Me with the Game 模拟题
问题来源:http://poj.org/problem?id=2996
Help Me with the Game
Time Limit: 1000MS Memory Limit: 65536K
Total Submissions: 2084 Accepted: 1352
Description
Your task is to read a picture of a chessboard ...
POJ_2632 Crashing Robots
问题连接 http://poj.org/problem?id=2632
Crashing Robots
Time Limit: 1000MS Memory Limit: 65536K
Total Submissions: 4687 Accepted: 2054
Description
In a modernized warehouse, robots are used to fetc ...
POJ1068_Parencodings
Parencodings
Time Limit: 1000MS Memory Limit: 10000K
Total Submissions: 13268 Accepted: 7886
Description
Let S = s1 s2...s2n be a well-formed string of parentheses. S can be encoded in two differ ...