发表评论取消回复
相关阅读
相关 Trie树 POJ 1056
Trie树提供给了一种能够在字符串的长度n时间内判断出来是否在已有集合中已经存在这个字符串了。 1056是判断前缀码的问题。如果所有字符串都不是其他的字符串的前缀的话,那么就
相关 Ural 1078 segement
O(n^2)的动态规划的算法。 include <cstdio> include <cstring> include <cstdlib> in
相关 URAL--1007 codewords
三种信息传递过程中可能出错的方式,让你恢复原来正确的信息。 我用的是分类暴搜,用字符串模拟的,这里还是是可行的,不过debug快坑死了o(╯□╰)o...... 后面还有一
相关 FZU 1056 扫雷游戏
![20160806195456288][] 一开始居然没看出来这是一个水题, 中间8个if语句是复制的,没有注意i+1是小于m,复制的j+1的,写的i+1<n,错了三次,
相关 URAL - 1056(DFS)
问题描述: Background Computer net is created by consecutive computer plug-up to one that h
相关 URAL 1056 Computer Net (图论+bfs)
Background Computer net is created by consecutive computer plug-up to one that has al
相关 Ural 1033 Labyrinth(bfs)
Administration of the labyrinth has decided to start a new season with new wallpapers. F
相关 【博弈+dfs】Game with a Strip URAL - 2104
Think: 1知识点:【博弈+dfs】 2题意:第1行输入长方形纸条每一面含有的字母数量,第二行输入长方形纸条正面的字母,第三行输入长方形反面的字母,字母只含有A、B
相关 URAL 1056. Computer Net
1056. Computer Net Time limit: 2.0 second Memory limit: 64 MB Background Computer
相关 URAL 1029
题目大意:M层N列的矩阵(各元素均为正整数),找出一个路径从第一层到达第M层,使得路径上的所有数的和是所有可达路径中最小的,每次上到下一层以后就不能再上去,依次输出路径上的各点
还没有评论,来说两句吧...