摘要: 讲得不错: 11111 Poj,3253 //Huffman每次选最小的两个加和最小,最后结果最小。 1 #include <iostream> 2 #include <queue> 3 #include <vector> 4 #include <algorithm> 5 #include <cst 阅读全文
posted @ 2016-04-25 22:23 指尖泛出的繁华 阅读(172) 评论(0) 推荐(0)
摘要: 后缀数组 后缀数组2 阅读全文
posted @ 2016-04-25 21:20 指尖泛出的繁华 阅读(96) 评论(0) 推荐(0)