POJ and HDOJ problem

DP:
 1011   NTA                 简单题
 1013   Great Equipment     简单题
 1024   Calendar Game       简单题
 1027   Human Gene Functions   简单题
 1037   Gridland            简单题
 1052   Algernon s Noxious Emissions 简单题
 1409   Communication System   简单题,但是很容易看错~~~
 1425   Crossed Matchings   简单题
 1438   Asteroids!   简单题
 1459   String Distance and Transform Process   简单题
 1462   Team Them Up!   简单题
 1556   Heroes Of Might And Magic   简单题,不过背景蛮有意思的……
 1520   Duty Free Shop   简单题
 1524   Supermarket   简单题
 1301   The New Villa   简单题
 1303   Jury Compromise   其实不是很难,但是很容易错,555……
 1345   Best Deal                  简单题,但是也很容易错……555……
 1360   Radar Installation         简单题
 1396   The Umbrella Problem: 2054 简单题
 1058   Currency Exchange   简单题
 1076   Gene Assembly   简单题
 1092   Arbitrage   简单题
 1093   Monkey and Banana   简单题
 1094   Matrix Chain Multiplication   简单题
 1536   Labyrinth   简单题
 1100   Mondriaan s Dream   简单题,DP可以过,不过据说有复杂的组合公式
 1103   Hike on a Graph   简单题
 1134   Strategic Game   简单题
 1147   Formatting Text   简单题
 1148   The Game   简单题
 1161   Gone Fishing   简单题
 1180   Self Numbers   简单题
 1192   It s not a Bug, It s a Feature!   简单题
 1196   Fast Food   简单题
 1107   FatMouse and Cheese   简单题,不过题目描述有些混乱
 1136   Multiple   简单题,BFS
 1276   Optimal Array Multiplication Sequence   简单题
 1255   The Path   简单题
 1250   Always On the Run   简单题
 1213   Lumber Cutting   简单题
 1206   Win the Bonus   简单题
 1479   Dweep   无聊题
 1587   UP 100   无聊题,DP应该可以……但是太烦了……没做……
 1066   Square Ice   无聊题,目前已知的O(nlogn)算法要用***L……
您有没有简单点的O(nlogn)的算法?
 1245   Triangles   无聊题
 1022   Parallel Expectations   经典题,想了n久,最后发现可以DP,相当好的一道题
 1499   Increasing Sequences   经典题{}
 1039   Number Game         没有完美解决的题,感觉可以直接以所有剩下的数作为状态DP,
但是缺乏证明……
 1227   Free Candies   SRbGa的经典题,我看了oibh上的解题报告才做出来的……:(
 1234   Chopsticks   SRbGa的经典题……
图论:
 1525   Air Raid    简单题,最小路径覆盖
 1500   Pre-Post-erous!       简单题
 1501   Knockout Tournament   简单题
 1508   Intervals           对您来说应该是简单题,但我想了n久……:(,差分限制系统
 1333   Galactic Import   简单题
 1304   Tin Cutter   简单题,但是似乎有空间复杂度为O(n)的算法
 1310   Robot     简单题
 1311   Network   简单题
 1344   A Mazing Problem   简单题
 1395   Door Man   简单题,欧拉回路
 1372   Networking           简单题
 1406   Jungle Roads   简单题
 1053   FDNY to the Rescue!   简单题
 1055   Oh, Those Achin  Feet   不错的简单题
 1059   What s In a Name   简单题
 1064   Roads Scholar   简单题
 1082   Stockbroker Grapevine   简单题
 1085   Alien Security   简单题,我觉得我当时的算法好巧妙:)
 1097   Code the Tree   简单题
 1060   Sorting It All Out   简单题,但是规模要是大些的话……
 1105   FatMouse s Tour   简单题
 1119   SPF   简单题
 1127   Roman Forts   简单题
 1140   Courses   简单题
 1157   A Plug for UNIX   蛮不错的简单题
 1203   Swordfish   简单题
 1221   Risk   简单题,最短路
 1197   Sorting Slides   简单题,匹配
 1268   Is It A Tree?   不错的题,图论
 1273   It s Ir-Resist-Able!   简单题,图论
 1298   Domino Effect   简单题,最长路
 1260   King   简单题,差分限制系统……
 1291   MPI Maelstrom   不错的题,最长路
 1266   Gossiping   简单题
 1285   Shipping Routes   无聊题,最短路
 1313   Gears on a Board            无聊题
 1502   Plugged In                  无聊题,匹配应该可以,但是太烦了,没做……
 1568   WishingBone s Room Plan     无聊题,最大最小匹配,不过容易看错题~~~~~~
 1077   Genetic Combinations   无聊题,匹配
 1364   Machine Schedule     背诵题……匹配……
 1137   Girls and Boys   背诵题,匹配……
 1023   University Entrace Examination 经典题,但是和1576重复
 1576   Marriage is Stable  经典题,感人的背景,经典的算法……
 1249   Pushing Boxes   经典题,某人的论文写过,求割点和块+BFS可以在O(面积)的
时间内做出来,但是这题似乎已经比较老了
 1141   Closest Common Ancestors   没有完美解决,最简单的算法就能过,但要是规模大了……
 1084   Channel Allocation   尚未完美解决,我用搜索过的,不过是不是有更好的算法呢……?
 1231   Mysterious Mountain   SRbGa的经典题……
 1232   Adventure of Super Mario  SRbGa的经典题……
数学:
 1007   Numerical Summation of a Series 简单题,还是蛮有意思的
 1045   HangOver            简单题
 1049   I Think I Need a Houseboat   简单题
 1028   Flip and Shift      简单题,可以DP/BFS/……,但是实际上有数学方法可以直接判断出来
 1026   Modular multiplication of polynomials   简单题,感觉有比较简单的好算法,
但想不出来:(
 1307   Packets   简单题,不过也蛮经典的……
 1312   Prime Cuts   简单题
 1334   Basically Speaking   简单题
 1337   Pi   简单题
 1342   Word Index   简单题
 1349   Four Quarters   简单题
 1350   The Drunk Jailer   简单题
 1352   Number Base Conversion   简单题
 1353   Unimodal Palindromic Decompositions   规模不大,所以是简单题……
 1354   Extended Lights Out   简单题
 1362   Game Prediction      简单题
 1365   Mileage Bank         简单题
 1382   A Simple Task        简单题
 1383   Binary Numbers       简单题
 1403   Safecracker   简单题
 1408   The Fun Number System   简单题
 1486   Color the Tree   简单题
 1487   Playing Cards   简单题
 1489   2^x mod n = 1   简单题,应该有好算法,不过枚举就可以过……
 1503   One Person "The Price is Right"   简单题,POI Eggs的翻版
 1512   Water Treatment Plants   简单题,组合计数
 1526   Big Number   简单题,不过O(1)和O(n)还是有区别的:)
 1529   Enigmatic Travel   简单题,不过个人感觉题目描述很令人费解
 1530   Find The Multiple   简单题
 1537   Playing with a Calculator   简单题
 1577   GCD & LCM  简单题,分区联赛的题……
 1005   Jugs                简单题
 1543   Stripies   简单题
 1569   Partial Sums   简单题
 1062   Trees Made to Order   简单题
 1070   Bode Plot   简单题
 1073   Round and Round We Go   简单题,142857,我喜欢^_^
 1078   Palindrom Numbers   简单题
 1086   Octal Fractions   简单题
 1199   Point of Intersection   简单题
 1104   Leaps Tall Buildings   简单题
 1110   Dick and Jane   简单题
 1115   Digital Roots   简单题
 1113   u Calculate e   简单题
 1152   A Mathematical Curiosity   简单题
 1154   Niven Numbers   简单题
 1160   Biorhythms   简单题
 1163   The Staircases   简单题
 1177   K-Magic Number   简单题
 1184   Counterfeit Dollar   简单题
 1182   Keeps Going and Going and ...   简单题,我喜欢:)
 1284   Perfection   简单题
 1272   Numerically Speaking   简单题
 1269   Coconuts, Revisited   简单题
 1247   There s Treasure Everywhere!   简单题
 1241   Geometry Made Simple  简单题
 1202   Divide and Count   简单题
 1216   Deck   简单题
 1218   Ratio   简单题
 1261   Prime Land   简单题
 1212   Mountain Landscape   无聊题
 1410   Number Sequence   无聊题
 1401   Hilbert Curve Intersections   无聊题
 1331   Perfect Cubes   无聊题
 1322   Random Number   无聊题
 1535   Lucky Ticket   无聊题
 1539   Lot   无聊题
 1363   Chocolate            经典题……
 1366   Cash Machine         经典题!强烈推荐!
 1149   Dividing up          经典题,应该可以用1366的方法做,但似乎可以利用问题
的特殊性用贪心+DP在O(1)的时间内做出来
 1222   Just the Facts       经典题,没有完美解决,我的做法是O(logn^2)的,
据说可能有O(logn)的做法,但我没想到:(
 1475   Ranklist             没有完美解决,不知道您有没有好方法……
 1572   Bracelet             ~~~题义不明,感觉可能是判定欧拉回路的存在性,
但是过不去,555……
 1133   Smith Numbers   没有完美解决,数学
 1080   Direct Subtraction   尚未解决,我过的程序是错的,想和您讨论~~~
 1229   Gift?!   SRbGa的经典题……
 1238   Guess the Number   SRbGa的经典题……
 1239   Hanoi Tower Troubles Again!   SRbGa的经典题……
字符串处理:
 1050   Start Up the Startup 简单题
 1315   Excuses, Excuses!    简单题
 1151   Word Reversal   简单题,好像是什么Practice的……
 1170   String Matching   简单题
 1174   Skip Letter Code   不错的简单题
 1175   Word Process Machine   简单题
 1181   Word Amalgamation   简单题
 1038   T9                无聊题,单词树
 1330   DNA Translation   无聊题
 1335   Letter Sequence Analysis   无聊题
 1099   HTML   无聊题
 1243   URLs   无聊题
 1540   Censored!            经典题!强烈推荐!
 1511   Word Puzzles        没有完美解决的题,可以用后缀树……但是没多大意义……而且
                            我通过的程序是错的……
搜索:
 1002   Fire Net            简单题,CEOI2002的Guard的缩小版,搜索就可以
 1003   Crashing Balloon    简单题,很faint的题目,想了半天,最后发现最简单的搜索就能过
 1004   Anagrams by Stack   简单题,同样faint
 1320   DEL Command         简单题
 1496   Best Fit            简单题
 1179   Finding Rectangles   简单题
 1190   Optimal Programs   简单题
 1217   Eight   简单题
 1204   Additive equations   简单题
 1219   Pizza Anyone?   简单题
 1036   Enigma 2            无聊题,终于耐心读完题目后发现是
简单的搜索+模拟……faint……建议不要看……
 1089   Lotto   无聊题
 1054   For the Porsche   无聊题
 1302   Ships               ……题
 1031   Square Destroyer    变态题,:(:(:(:(,狂剪枝才过的……
 1297   Hexagon   变态题,标准解法是搜索……
 1008   Gnome Tetravex      经典题,个人感觉是很不错的卡时搜索,
不过似乎IOI不会出这种题型……
 1380   Microfiches         经典题!强烈推荐!
 1252   Island of Logic   经典题,不过也够老了……
 1237   Fans and Gems       SRbGa的经典题,变态,但是很有趣:)
模拟:
 1051   A New Growth Industry 简单题
 1300   Border   简单题
 1326   M*A*S*H   简单题
 1494   Climbing Worm   简单题
 1072   Microprocessor Simulation   简单题
 1098   Simple Computers   简单题
 1056   The Worm Turns   简单题
 1195   Blowing Fuses   简单题
 1189   Numbers That Count   简单题
 1144   Robbery   简单题
 1153   Tournament Seeding   简单题,但是直接计算好像不行,得模拟……:(
 1167   Trees on the Level   简单题
 1200   Mining               简单题
 1278   Pseudo-Random Numbers   简单题
 1257   Parking Lot   简单题
 1270   Nonstop Travel   简单题
 1207   The Knight, the Princess, and the Dragons   无聊题
 1169   Square Cipher   无聊题
 1176   Die and Chessboard   无聊题
 1178   Booklet Printing   无聊题
 1009   Enigma              无聊题,但是很容易错……:(
 1012   Mainframe           无聊题,但是很容易错……:(
  1324   Unix ls   无聊题,输出格式没说清楚~~~~~~~
 1336   Mark-up             无聊题
 1277   Transferable Voting   无聊题
 1279   Cowculations   无聊题
 1281   Hi-Q   无聊题
 1282   Call Forwarding   无聊题
 1065   Robots   变态题,太复杂啦~~~~~~~~~~~
 1208   Roll the Die!   变态题
 1388   Exchanges           经典题!强烈推荐!
 1236   Eat or Not to Eat?   SRbGa的经典题……模拟
几何:
 1575   Koch Curve          简单题
 1010   Area                简单题
 1565   Input               简单题
 1081   Points Within       简单题
 1165   Laser Lines   简单题,但是算法能否再改进呢……?
 1248   Video Surveillance   简单题,李彭煦的论文中写到过,好像是某年CTSC的……
 1299   Pendulum   简单题,我蛮喜欢的:)
 1090   The Circumference of the Circle   无聊题
 1271   Doing Windows   无聊题
 1280   Intersecting Lines   无聊题
 1296   Stars   经典变态题……
 1030   Farmland            变态题……现在我都为自己当时居然能做出来感到不可思议……
 1041   Transmitters        变态题……好烦人……现在绝对没有信心再做一遍了……
 1158   Treasure Hunt   经典题,zig教会我的……
 1139   Rectangles   没有完美解决
其它:
 1006   Do the Untwist      简单题
 1014   Operand             简单题
 1016   Parencodings        简单题
 1042   W s Cipher          简单题
 1047   Image Perimeters    简单题
 1514   Fake Tickets        简单题
 1029   Moving Tables       简单题,好像是线段树的经典题目之一,但是这题规模比较小,
所以不必用。
 1504   Slots of Fun        简单题
 1314   Uniform Generator   简单题
 1325   Palindromes         简单题
 1319   Black Box           简单题,但当初我没做出来……被zig教会的……555……

 1341   LED Test            简单题
 1338   Up and Down Sequences   简单题
 1339   Machined Surfaces   简单题
 1358   Moving Object Recognition   简单题
 1392   The Hardest Problem Ever   简单题
 1402   Magnificent Meatballs   简单题
 1405   Tanning Salon   简单题
 1414   Number Steps   简单题
 1423   (Your)((Term)((Project)))   简单题
 1427   An Old Stone Game   简单题
 1439   Area Ratio   简单题
 1449   Maximum Sum   简单题
 1476   Weird Clock   简单题
 1477   File Compression   简单题,不过我一直没做出来……后来被LC教会的……@&#*:)……
 1481   Namenum   简单题
 1482   Partitions   简单题,不过限制了空间……
 1484   Minimum Inversion Number   简单题
 1493   DPCM Encoding   简单题
 1495   Stacking Tower  简单题
 1057   Undercut   简单题
 1518   This Sentence is False   简单题,并查集
 1538   Cipher   简单题
 1546   Fillword   简单题,实在是有点……
 1552   Decoding Task   简单题
 1061   Web Navigation   简单题
 1063   Space Station Shielding   简单题
 1067   Color Me Less   简单题
 1068   P,MTHBGWB   简单题
 1071   Follow My Logic   简单题,但很可爱:)
 1074   To the Max   简单题
 1075   Set Me   简单题
 1079   Robotic Jigsaw   简单题,和我推荐的那题不同,这个题说了可以根据条件确定拼法
 1083   Frame Stacking   简单题
 1088   System Overload   简单题,约瑟夫环
 1091   Knight Moves   简单题
 1095   Humble Numbers   简单题
 1188   DNA Sorting   简单题
 1171   Sorting the Photos   简单题
 1156   Unscrambing Images   简单题
 1142   Maze   简单题
 1128   Atlantis   简单题
 1120   Chairlift   简单题
 1122   Clock   简单题
 1125   Floating Point Numbers   简单题
 1117   Entropy   简单题
 1109   Language of FatMouse   简单题,Dictionary的实现……
 1143   Data Bugs   简单题
 1146   LC-Display   简单题,LC……
 1159   487-3279   简单题
 1164   Software CRC   简单题
 1168   Function Run Fun   简单题
 1191   The Die Is Cast   简单题,并查集/bfs
 1286   Slurpys   不错的简单题
 1292   Integer Inquiry   简单题
 1293   Floppies   简单题
 1294   Golf   简单题
 1295   Reverse Text   简单题
 1274   Getting Chorded   简单题
 1251   Box of Bricks   简单题
 1244   Definite Values   简单题
 1242   Carbon Dating   简单题
 1240   IBM Minus One   简单题
 1201   Inversion   简单题
 1205   Martian Addition   简单题
 1210   Reciprocals   简单题
 1246   Instant Complexity   简单题,好像是某年CTSC的……
 1259   Rails   简单题,构造
 1033   Ambiguous Dates     无聊题
 1046   Double Vision       无聊题,直接枚举就可以了,但是有一些很faint的极端情况,
提交了n次才过……
 1485   Messy Matrix        无聊题,河北老前辈出的,麻烦的构造~~~~~~
 1111   Poker Hands   无聊题
 1118   N-Credible Mazes   无聊题,题义实在费解……
 1126   Bio-Informatics   无聊题
 1150   S-Trees   无聊题
 1209   April Fool s Joke   无聊题
 1267   Mapping the Route   无聊题
 1263   Time   无聊题
 1275   Run, Run, Runaround Numbers   无聊题
 1283   Making the Grade   无聊题
 1440   Bone Sort           背诵题,排序+最长不xx子序列,而且很容易看错~~~~~~~

 1025   Wooden Sticks       背诵题,排序+最长不xx子序列……
 1108   FatMouse s Speed    背诵题,排序+最长不xx子序列……
 1256   What Day Is It?   变态题,原来现行历法这么复杂……faint……
 1265   Append               经典题
 1384   Alice and Bob        经典题
 1390   Gates                经典题!强烈推荐!
 1087   Cracking the Code    经典题,不过要是能做成Output Only就更好了……
 1069   Plato s Blocks       经典题,没有解决得非常完美……
 1102   Phylogenetic Trees Inherited   经典题,贪心
 1130   Ouroboros Snake      经典题,构造
 1101   Gamblers   尚未完美解决,我开了巨大的hash才过的:(
 1498   Galactic Breakup    尚未完美解决……有没有“拆查集”?
 1019   Illusive Chase      没有完美解决的题,没给规模,感觉也许有比较好的算法,
但是没想出来,最后发现我的弱智算法居然0.01秒通过,faint……
 1235   DDR King   SRbGa的经典题……
 附:多版本pku题目分类及算法分类
按照ac的代码长度分类(主要参考最短代码和自己写的代码)
短代码:0.01K--0.50K;中短代码:0.51K--1.00K;中等代码量:1.01K--2.00K;长代码:2.01K以上。
短:1147、1163、1922、2211、2215、2229、2232、2234、2242、2245、2262、2301、2309、
2313、2334、2346、2348、2350、2352、2381、2405、2406;
中短:1014、1281、1618、1928、1961、2054、2082、2085、2213、2214、2244、2247、2255、
2257、2258、2260、2265、2272、2273、2275、2287、2299、2329、2376;
中等:1001、1018、1037、1039、1054、1125、1655、2165、2210、2212、2225、2240、2241、
2243、2246、2254、2303、2312、2339;
长:1009、1010、1015、2050。
附注:
短(中短)代码但要有思想(一定难度):1014、1147、1618、1961、2054、2082、2232、
2244、2255、2273、2287、2299、2313、2348、2352、2376、2406;
长代码但没有难度:2050。
--------------------------------------------------------------------------------------------------------------------------------------------------------------

 

 

 

 

HDU

1001       这个就不用说了吧 
1002       简单的大数 
1003       DP经典问题,最大连续子段和 
1004       简单题 
1005       找规律(循环点) 
1006       感觉有点BT的题,我到现在还没过 
1007       经典问题,最近点对问题,用分治 
1008       简单题 
1009       贪心 
1010       搜索题,剪枝很关键 
1011        
1012       简单题 
1013       简单题(有个小陷阱) 
1014       简单题 
1015       可以看作搜索题吧 
1016       经典的搜索 
1017       简单数学题 
1018       简单数学题 
1019       简单数学题 
1020       简单的字符串处理 
1021       找规律的数学题 
1022       数据结构的题(栈的应用) 
1023       特殊的数(Catalan Number) 
1024       经典DP,最大M子段和 
1025       经典DP,最长递增子序列(要用NLogN的方法过) 
1026       搜索 
1027       数学题(或用STL) 
1028       经典问题,整数拆分,用母函数做 
1029       简单题(一般方法容易超时) 
1030       简单题,可用模拟过 
1031       简单题 
1032       简单题 
1033       模拟题 
1034       Candy Sharing Game
1035       模拟题 
1036       简单题 
1037       简单题,不是一般的简单 
1038       简单题 
1039       字符串处理 
1040       简单题,排序 
1041       简单题,用大数 
1042       大数 
1043       经典搜索题,八数码问题  
1044       稍微有点麻烦的搜索题 
1045       搜索题,可用匹配做 
1046       简单题 
1047       简单的大数  
1048       简单字符串处理 
1049       简单题 
1050       贪心 
1051       经典贪心,也可以用DP 
1052       贪心 
1053       贪心,关于Huffman编码 
1054       二分匹配 
1055       二分匹配 
1056       简单题 
1057       模拟题 
1058       经典问题,丑数,DP 
1059       经典问题,可以用母函数或DP(不针对题目优化都会超时) 
1060       数学题 
1061       数学题 
1062       简单字符串处理 
1063       模拟大数 
1064       简单题 
1065       简单题 
1066       数学题,找规律 
1067        
1068       经典二分匹配 
1069       经典DP 
1070       简单题 
1071       简单数学题 
1072       搜索 
1073       字符串处理 
1074       DP 
1075       字典树 
1076       简单题 
1077        
1078       DP 
1079       博弈(DP) 
1080       DP 
1081       经典DP 
1082       简单题 
1083       二分匹配 
1084       简单题 
1085       母函数 
1086       简单几何题 
1087       简单DP 
1088       字符串处理 
1089~1096 (练习输入输出的8个题目) 
1097       简单数学题 
1098       数学题,注意找规律 
1099       数学题 
 
 模拟题, 枚举
1002 1004 1013 1015 1017 1020 1022 1029 1031 1033 1034 1035 1036 1037 1039 1042 1047 1048 1049 1050 1057 1062 1063 1064 1070 1073 1075 1082 1083 1084 1088 1106 1107 1113 1117 1119 1128 1129 1144 1148 1157 1161 1170 1172 1177 1197 1200 1201 1202 1205 1209 1212(大数取模) 1216(链表)1218 1219 1225 1228 1229 1230 1234 1235 1236 1237 1239 1250
1256 1259 1262 1263 1265 1266 1276 1279 1282 1283 1287 1296 1302 1303 1304 1305 1306 1309 1311 1314
复杂模拟

搜索,递归求解
1010 1016 1026 1043(双广) 1044 (BFS+DFS) 1045 1067 1072 1104 1175 1180 1195 1208 1226 1238 1240 1241 1242 1258 1271 1312 1317
博奕
1079

动态规划
1003 1024 1025 1028 1051 1058 1059 1069 1074 1078 1080 1081 1085 1087 1114 1158 1159 1160 1171 1176 1181 1203 1224 1227 1231 1244 1248 1253 1254 1283 1300

数学,递推,规律
1005 1006 1012 1014 1018 1019 1021 1023 1027 1030 1032 1038 1041 1046 1059 1060 1061 1065 1066 1071(微积分) 1097 1098 1099 1100 1108 1110 1112 1124 1130 1131 1132 1134 1141 1143 1152 1155(物理题) 1163 1165 1178 1194 1196(lowbit) 1210 1214 1200 1221 1223 1249 1261 1267 1273 1290 1291 1292 1294 1297 1313 1316
数论
1164 1211 1215 1222 1286 1299

计算几何
1086 1115 1147
贪心
1009 1052 1055 1257

并查集
1198 1213 1232 1272
线段树,离散化
1199 1255
图论
最短路相关的问题 1142 1162 1217 1301
二分图问题 1054 1068 1150 1151 1281
其他
1053 (huffman)  1102(MST)  1116(欧拉回路) 1233(MST) 1269(强连通)
数据结构
1103(堆+模拟)1166(数状树组)1247 1251 1285(Topol) 1298
汉诺塔系列
1207
最近顶点对 1007

 

1500  DP
1501  DP
1502  DP or 记忆化
1503  DP
1504  模拟
1505  DP
1506  DP
1507  2分匹配
1508  记忆化容易点
1509  模拟
1510  DP
1511  搜索可以过
1512  左偏树
1513  DP
1514  DP
1515  DFS
1516  DP
1517  博奕
1518  搜索
1519  DP(不确定)
1520  树状DP
1521  数学题,母函数什么的。其实都可以过
1522  稳定婚姻
1523  DP
1524  博弈
1525  博弈
1526  Maxflow
1527  博弈
1528  2分匹配
1529  简单题
1530  最大团
1531  差分约束
1532  Maxflow 入门题
1533  KM Or 最小费用流
1534  差分约束
1535  差分约束
1536  博弈
1537  模拟 加置换群的理论 CODE可以短些,其实没必要。。。
1538  很有意思的题目。据说是Microsoft亚洲总裁面试的题目
1539  搜索
1540  线段树
1541  树状数组
1542  离散,线段树
1543  线段树
1544  简单的
1545  DP  http://acm.hdu.edu.cn/forum/htm_data/18/0608/2050.html
1546  搜索
1547  模拟
1548  模拟
1551  2分答案
1553 
1554
1555  简单
1556  技巧。数学
1557  搜索
1558  并查 + 线段判交
1559  DP
1560  减支 + 搜索
1561  树状DP
1562  暴力 between 1000 and 9999
1563  简单
1564  博弈。
1565  状态DP
1566  数学
1567  模拟
1568  大数
1569  最小割
1570  数学
1571  最段路
1572  搜索
1573  数学
1574  DP
1575  2分
1576  数论
1577  模拟,处理精度
1579  记忆化
1580  DP
1582  搜索
1583  模拟
1584  搜索
1585 
1586
1587  简单题目
1591  模拟
1592  简单
1593  数学
1594  数学
1595  图论
1596  图论
1597  图论
1598  图论
1599  图论

 

 

 

现在主要以图论文题为主。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值