实例介绍
差不多有13兆,对于练习ACM的来说是个不错的参考, 主要有,PKU,HDU,NUAA,ZOJ的等等……已经很全面了 希望对大家的学习有点帮助…… 并且有一部分已经给大家分好类了,如:动态规划,贪心算法,数论,图论,常用搜索算法,DFS,BFS,剪枝算法^几何,幷查集……等等,太多了……
【实例截图】
【核心代码】
4744300845134385127.rar
└── 原码
├── ACM_Code(1)
│ ├── NOJ 题目归类.txt
│ ├── www.pudn.com.txt
│ ├── 其他
│ │ ├── NOJ 1012 整数游戏.txt
│ │ ├── NOJ 1017 最大零矩阵.txt
│ │ ├── NOJ 1020 最大正方形.txt
│ │ ├── NOJ 1042 改棋盘.txt
│ │ ├── NOJ 1099 Rectilinear polygon.txt
│ │ ├── PKU 1064 二分查找.txt
│ │ ├── PKU 1079 分数.txt
│ │ ├── PKU 1451 普通字符串匹配.txt
│ │ ├── 排序
│ │ │ ├── POJ 3349 Snowflake Snow Snowflakes 序号排序.txt
│ │ │ ├── 归并排序.txt
│ │ │ └── 用归并排序求逆序数.txt
│ │ ├── 最大乘法.txt
│ │ ├── 模拟
│ │ │ ├── PKU 3427 砍树.txt
│ │ │ └── PKU 3435 skulo判断.txt
│ │ ├── 计数排序 0(n+m).txt
│ │ └── 高精度
│ │ ├── PKU 1046 高精度乘法+循环数.txt
│ │ └── PKU 2506 高精度加乘+递推.txt
│ ├── 几何
│ │ ├── NOJ 1048 三角形所包围点的个数.txt
│ │ ├── NOJ 1051 行星位置.txt
│ │ ├── NOJ 1055 长方体表面走路.txt
│ │ ├── NOJ 1098 旋转卡壳.txt
│ │ ├── NOJ 线段相交.txt
│ │ ├── PKU 3348 凸包(化简).txt
│ │ ├── PKU 3348 凸包(未化简).txt
│ │ ├── PKU 3407 球体表面距离.txt
│ │ ├── 新建 文本文档.txt
│ │ └── 旋转卡壳标准程序.txt
│ ├── 分治法
│ │ ├── NOJ 1054 Dropping tests 二分法.txt
│ │ ├── NOJ 1063 F数列 开方二分法.txt
│ │ ├── PKU 3398 递推.txt
│ │ ├── 最大连续和的最小值.txt
│ │ ├── 棋盘问题(未解决) 分治法.txt
│ │ ├── 模运算 开方二分法.txt
│ │ └── 求最大子段和问题,分治递归法.txt
│ ├── 动态规划
│ │ ├── Cheapest Palindrome 动态规划.txt
│ │ ├── nlogn
│ │ │ ├── NOJ 1008 合唱队形 nlogn.txt
│ │ │ ├── 最长不减子序列.txt
│ │ │ └── 最长公共子串.txt
│ │ ├── NOJ 1007 加分二叉树 动态规划 树的遍列.txt
│ │ ├── NOj 1056 彩色石头 动态规划.txt
│ │ ├── NOJ 1066 POJ 3073 Spam 动态规划 .txt
│ │ ├── NOJ 1080 LCS的变形题.txt
│ │ ├── PKU 1015 最小差最大和.txt
│ │ ├── PKU 1221 凸回文数.txt
│ │ ├── PKU 1276 复数硬币问题.txt
│ │ ├── PKU 2479 最大连续串和.txt
│ │ ├── PKU 3390 打字排列.txt
│ │ ├── 切蛋糕 动态规划 NOJ 1045.txt
│ │ ├── 尽可能多花钱 浙大2780.txt
│ │ ├── 平衡秤.txt
│ │ ├── 接苹果 动态规划法.txt
│ │ ├── 数字三角形.txt
│ │ ├── 最优二叉查找树 动态规划法.txt
│ │ ├── 最大乘积 动态规划.txt
│ │ ├── 最大子矩阵和,动态规划.txt
│ │ ├── 最大符号匹配 动态规划.txt
│ │ ├── 最大连续和的最小值.txt
│ │ ├── 最长公共序列.txt
│ │ ├── 求多短路的最短路径,用动态规划法.txt
│ │ ├── 滑雪问题.txt
│ │ ├── 球和盒子的组合问题 动态规划式.txt
│ │ ├── 石头合并问题.txt
│ │ ├── 背包问题 动态规划法.txt
│ │ └── 连续递增子串.txt
│ ├── 变治法
│ │ └── 霍纳法则.txt
│ ├── 图、树
│ │ ├── kruscal 并查集.txt
│ │ ├── PKU 2051 STL Heap的使用.txt
│ │ ├── PKU 2253 迪结斯特拉变种.txt
│ │ ├── PKU 3164 最小树形图.txt
│ │ ├── PKU 3321 link.txt
│ │ ├── PKU 3321 子树孩子数.txt
│ │ ├── PKU 3409 并查集+欧拉回路+输入处理.txt
│ │ ├── 判断有向图是否有环.txt
│ │ ├── 图的关节点.txt
│ │ ├── 最大流
│ │ │ ├── NOJ 1044 Dining.txt
│ │ │ ├── NOJ 2516 最小费用最大流.txt
│ │ │ ├── 南航省赛 Optimum item Choice.txt
│ │ │ ├── 最大流 增广路(my).txt
│ │ │ ├── 最大流 增广路(xd).txt
│ │ │ ├── 最大流 预留推进(my).txt
│ │ │ └── (队长)最大流 预流推进.txt
│ │ ├── 最短路 队长:北大D题.txt
│ │ ├── 树上路径的权值之和 Ural.txt
│ │ ├── 求最近公共祖先.txt
│ │ ├── 求最近公共祖先 用求深度加快速度.txt
│ │ └── 迪杰斯特拉 最短路径.txt
│ ├── 搜索
│ │ ├── A
│ │ │ └── 3439 BFS A搜索.txt
│ │ ├── BFS
│ │ │ ├── PKU 1101 BFS 可怜的大法师之简单版.txt
│ │ │ ├── PKU 3408 多米若 BFS.txt
│ │ │ └── 找零钱、点移位 数的层次遍列法.txt
│ │ ├── DFS
│ │ │ ├── PKU 1011 填充棍子.txt
│ │ │ ├── PKU 3394 DFS+剪枝.txt
│ │ │ ├── PKU 3400 搜索 WA.txt
│ │ │ ├── PKU 3413 RPG的任务和经验问题.txt
│ │ │ ├── 八皇后问题 回溯法.txt
│ │ │ ├── 哈密顿回路 回溯法.txt
│ │ │ └── 图的着色问题 回溯法.txt
│ │ └── 一般搜索
│ │ └── PKU 1451.txt
│ ├── 数论
│ │ ├── PKU 1019 Number Sequence .txt
│ │ ├── PKU 1023 正负进制.txt
│ │ ├── PKU 1095.txt
│ │ ├── PKU 2249 组合数(不预处理).txt
│ │ ├── PKU 3370 鸽巢原理 .txt
│ │ ├── POJ 1286 ploya.txt
│ │ ├── 各数位不重复的数.txt
│ │ ├── 狐长.txt
│ │ ├── 素数检测.txt
│ │ └── 连续串之和.txt
│ ├── 特殊数据结构
│ │ ├── ST
│ │ │ └── NOJ 1085 区间最值 ST.txt
│ │ ├── 一般二叉树
│ │ │ └── NOJ 1010 二叉树.txt
│ │ ├── 伸展树
│ │ │ └── 伸展树基本操作.txt
│ │ ├── 后缀数组
│ │ │ ├── PKU 2758 后缀数组.txt
│ │ │ ├── PKU 2774 后缀数组.txt
│ │ │ └── 有问题.txt
│ │ ├── 哈西表
│ │ │ └── PKU 3432 数正方形 哈西表.txt
│ │ ├── 堆
│ │ │ ├── POJ_2051 STL的使用.txt
│ │ │ └── 房子投影 堆.txt
│ │ ├── 字典树
│ │ │ ├── 1816 Wild Words 字典树.txt
│ │ │ └── PKU 2513 字典树+欧拉回路.txt
│ │ ├── 并查集
│ │ │ ├── NOJ 1087 并查集.txt
│ │ │ ├── POJ 1988 并查集.txt
│ │ │ ├── POJ 2236 并查集.txt
│ │ │ └── POJ 2524 并查集.txt
│ │ ├── 树状数组
│ │ │ ├── NOJ 1004 用树状数组做多维区间求和 .txt
│ │ │ ├── PKU 3321 树状数组.txt
│ │ │ ├── PKU 3321 树状数组.txt~
│ │ │ └── POJ 2352 Stars 树状数组.txt
│ │ ├── 线段树
│ │ │ ├── NOJ 1044 类矩形并面积 线段树.txt
│ │ │ ├── PKU 2182 线段树 从逆序数到数列.txt
│ │ │ ├── PKU 2750 线段树 最大连续区间.txt
│ │ │ ├── POJ 1177 矩形周长并 线段树.txt
│ │ │ ├── POJ 2528 线段覆盖 线段树.txt
│ │ │ ├── POJ 2761 线段树做法.txt
│ │ │ └── ZOJ 1610 线段树的颜色覆盖.txt
│ │ └── 赢家树
│ │ ├── NOJ 区间最值 赢家树.txt
│ │ └── 赢家树 区间最值(网上的,好像有错).txt
│ ├── 竞赛
│ │ ├── toj 2f.txt
│ │ ├── toj a.txt
│ │ └── toj d.txt
│ ├── 蛮力法
│ │ ├── KMP算法中求next数组.txt
│ │ ├── PKU 1338 紧密数.txt
│ │ └── 凸包问题.txt
│ ├── 贪心法
│ │ ├── PKU 3399 贪心,考虑多种情况.txt
│ │ ├── PKU 3404 贪心的方法选择.txt
│ │ ├── 一般最小代价树 NOJ 1081.txt
│ │ └── 活动安排问题 贪心算法.txt
│ └── 输入问题
│ └── POJ 2503.txt
├── POJ cpp
│ ├── 1000_A+B.cpp
│ ├── 1001_Exponentiation_高精浮点乘法.cpp
│ ├── 1002_487-3279_简单模拟(字符串映射).cpp
│ ├── 1003_Hangover_简单计算.doc
│ ├── 1004_Financial Management_平均数.cpp
│ ├── 1005_I Think I Need a Houseboat_简单计算.doc
│ ├── 1006_Biorhythms_中国剩余定理.cpp
│ ├── 1007_DNA Sorting_逆序数(归并排序).cpp
│ ├── 1008_Maya Calendar_日历转换.cpp
│ ├── 1011_Sticks_搜索+强剪枝.cpp
│ ├── 1013_Counterfeit Dollar_天平平衡问题 枚举.cpp
│ ├── 1014_Dividing_DP 类似coins.cpp
│ ├── 1032_Parliament_数字分解.cpp
│ ├── 1035_Spell checker_简单模拟.cpp
│ ├── 1045_Bode Plot_计算电流 简单题.cpp
│ ├── 1049_Microprocessor Simulation_模拟.doc
│ ├── 1064_Cable master_构造 二分 搜索.cpp
│ ├── 1066_Treasure Hunt_求线段是否相交(计算几何).cpp
│ ├── 1083_Moving Tables_简单题.doc
│ ├── 1088_滑雪_DP.cpp
│ ├── 1111_Image Perimeters_DFS.cpp
│ ├── 1125_Stockbroker Grapevine_Floyd.cpp
│ ├── 1157_LITTLE SHOP OF FLOWERS_插花 经典DP.doc
│ ├── 1159_Palindrome_回文 最长公共子序列 LCS DP 滚动数组.cpp
│ ├── 1163_The Triangle_简单DP.cpp
│ ├── 1182_食物链_扩展并查集.cpp
│ ├── 1207_The 3n + 1 problem_简单模拟.cpp
│ ├── 1220_NUMBER BASE CONVERSION_大数 高精 数制转换.cpp
│ ├── 1258_Agri-Net_最小生成树Prim.cpp
│ ├── 1273_Drainage Ditches_最大流Ford-Fulkerson算法.cpp
│ ├── 1274_The Perfect Stall_网络流 最大二分匹配 Edmonds-Karp.cpp
│ ├── 1316_Self Numbers_生成Self Numbers.cpp
│ ├── 1325_Machine Schedule_二部图最小顶点覆盖 匈牙利.cpp
│ ├── 1330_Nearest Common Ancestors_No LCA,Is DFS.doc
│ ├── 1338_Ugly Numbers_数列递归衍生.cpp
│ ├── 1405_Heritage_高精.cpp
│ ├── 1411_Calling Extraterrestrial Intelligence Again_简单题 思路要好.cpp
│ ├── 1470_Closest Common Ancestors_LCA Tarjan算法.doc
│ ├── 1503_Integer Inquiry_大数加法.cpp
│ ├── 1517_u Calculate e_水 求e.cpp
│ ├── 1604_Just the Facts_阶乘 水过.cpp
│ ├── 1611_The Suspects_并查集.cpp
│ ├── 1635_Subway tree systems_树同构.doc
│ ├── 1656_Counting Black_大水.cpp
│ ├── 1657_Distance on Chessboard_水.cpp
│ ├── 1658_Eva's Problem_大水.cpp
│ ├── 1663_Number Steps_大水.doc
│ ├── 1664_放苹果_DP.cpp
│ ├── 1703_Find them, Catch them_扩展并查集 类似食物链和同性恋Bugs 并套用了Bugs的代码.cpp
│ ├── 1731_Orders_STL next_permutation.cpp
│ ├── 1742_Coins_DP.cpp
│ ├── 1745_Divisibility_DP.cpp
│ ├── 1753_Flip Game_枚举.cpp
│ ├── 1799_Yeehaa!_大水.cpp
│ ├── 1804_Brainman_逆序数.cpp
│ ├── 1833_排列_STL next_permutation.cpp
│ ├── 1837_Balance_DP(没思路,天平平衡问题).cpp
│ ├── 1840_Eqs_Hash.cpp
│ ├── 1844_Sum_简单题 要有思路.cpp
│ ├── 1862_Stripies_简单题.cpp
│ ├── 1887_Testing the CATCHER_最大下降子序列.cpp
│ ├── 1915_Knight Moves_搜索 BFS.doc
│ ├── 1922_Ride to School_不难 要有思路.cpp
│ ├── 1936_All in All_水.cpp
│ ├── 1953_World Cup Noise_Easy DP.cpp
│ ├── 1969_Count on Canton_简单题.cpp
│ ├── 1975_Median Weight Bead_Floyd 传递闭包.cpp
│ ├── 1978_Hanafuda Shuffle_STL rotate 洗牌 简单题.doc
│ ├── 1979_Red and Black_简单搜索.cpp
│ ├── 1988_Cube Stacking_模拟 搬箱子.cpp
│ ├── 1989_The Cow Lineup_求最短非匹配字符串长度 含分析.cpp
│ ├── 2000_Gold Coins_水.cpp
│ ├── 2013_Symmetric Order_大水 特殊排序.cpp
│ ├── 2017_Speed Limit_水.cpp
│ ├── 2027_No Brainer_大水.cpp
│ ├── 2039_To and Fro_水.cpp
│ ├── 2070_Filling Out the Team_大水.cpp
│ ├── 2081_Recaman's Sequence_水 细心.cpp
│ ├── 2105_IP Address_大水 IP转换.cpp
│ ├── 2136_Vertical Histogram_简单模拟信息 竖显示统计.cpp
│ ├── 2137_Cowties_DP_最小周长+DFS.cpp
│ ├── 2138_Travel Games_DFS_生成单词.cpp
│ ├── 2140_Herd Sums_简单计算 连加.cpp
│ ├── 2141_Message Decowding_简单模拟 解密.cpp
│ ├── 2159_Ancient Cipher_简单题,要注意sort的用法.cpp
│ ├── 2181_Jumping Cows_简单DP.cpp
│ ├── 2182_Lost Cows_由给定信息排序.cpp
│ ├── 2186_Popular Cows_强连通分量_缩点(kosaraju).cpp
│ ├── 2190_ISBN_简单计算题.cpp
│ ├── 2229_Sumsets_DP.cpp
│ ├── 2231_Moo Volume_线段长度加法.cpp
│ ├── 2242_The Circumference of the Circle_几何计算 海伦公式 正弦定理.cpp
│ ├── 2247_Humble Numbers_数列递归衍生.cpp
│ ├── 2249_Binomial Showdown_组合数.cpp
│ ├── 2255_Tree Recovery前序中序串求后序.cpp
│ ├── 2262_Goldbach's Conjecture_简单题.cpp
│ ├── 2299_Ultra-QuickSort_逆序数.cpp
│ ├── 2318_TOYS_判断线段相交.doc
│ ├── 2377_Bad Cowtractors_最小生成树 Prim Kruskal.cpp
│ ├── 2385_Apple Catching_简单DP.cpp
│ ├── 2386_Lake Counting_简单搜索 DFS.cpp
│ ├── 2387_Til the Cows Come Home_最短路径 Dijkstra.cpp
│ ├── 2388_Who's in the Middle_求中位数.cpp
│ ├── 2389_Bull Math_大整数乘法.cpp
│ ├── 2390_Bank Interest_简单计算.cpp
│ ├── 2413_How many Fibs_高精 大数.cpp
│ ├── 2479_Maximum sum_DP 分段子序列最大和.doc
│ ├── 2492_A Bug's Life_并查集.cpp
│ ├── 2503_Babelfish_字符串映射.cpp
│ ├── 2509_Peter's smokes_简单题.cpp
│ ├── 2521_How much did the businessman lose_简单计算.cpp
│ ├── 2524_Ubiquitous Religions_并查集.cpp
│ ├── 2533_Longest Ordered Subsequence_DP.cpp
│ ├── 2545_Hamming Problem_数列递归衍生.cpp
│ ├── 2578_Keep on Truckin'_大水.cpp
│ ├── 2583_Series Determination_大水.cpp
│ ├── 2591_Set Definition_数列递归衍生.cpp
│ ├── 2593_Max Sequence_DP 分段子序列最大和.doc
│ ├── 2599_A Funny game_DFS+节点特判.cpp
│ ├── 2601_Simple calculations_数学题.cpp
│ ├── 2602_Superlong sums_大数加法 G++的getchar 和 putchar真是太快了.cpp
│ ├── 2604_Preparing an article_字符串处理_栈.cpp
│ ├── 2606_Rabbit hunt_共线.cpp
│ ├── 2608_Soundex_简单字符串处理.cpp
│ ├── 2612_Mine Sweeper_简单题 扫雷模拟.cpp
│ ├── 2623_Sequence Median_中位数.cpp
│ ├── 2636_Electrical Outlets_大水.cpp
│ ├── 2656_Unhappy Jinjin_直接给答案的题.cpp
│ ├── 2663_Tri Tiling_DP.doc
│ ├── 2664_Prerequisites_简单模拟.cpp
│ ├── 2665_Trees_大水.cpp
│ ├── 2681_Anagrammatic Distance_回文 没弄懂题目意思.cpp
│ ├── 2696_A Mysterious Function_简单题.cpp
│ ├── 2707_Copier Reduction_大水 照片缩小比例.cpp
│ ├── 2710_Consecutive Digits_数制转换.cpp
│ ├── 2719_Faulty Odometer_九进制.cpp
│ ├── 2726_Holiday Hotel_简单题 看不懂.cpp
│ ├── 2739_Sum of Consecutive Prime Numbers_EASY筛法求素数.cpp
│ ├── 2769_Reduced ID Numbers_简单题.cpp
│ ├── 2833_The Average_求平均数 简单题.cpp
│ ├── 2840_Big Clock_大水.cpp
│ ├── 2845_01000001_简单二进制加法.cpp
│ ├── 2849_Brainfuck_模拟编译器.cpp
│ ├── 2853_Sequence Sum Possibilities_连加.cpp
│ ├── 2860_Block game with the Little Prince_简单题.doc
│ ├── 2871_A Simple Question of Chemistry_大水.cpp
│ ├── 2876_Cantoring Along_生成规定字符串 简单.cpp
│ ├── 2894_Ancient Keyboard_简单题.cpp
│ ├── 2895_Best SMS to Type_简单题.cpp
│ ├── 2909_Goldbach's Conjecture_筛法求素数.cpp
│ ├── 2924_Gauß in Elementary School_加法.cpp
│ ├── 2941_Homogeneous Squares_数学 找规律题.cpp
│ ├── 2945_Find the Clones_找相同字符串并计数 map.cpp
│ ├── 2959_Ball bearings_简单计算.cpp
│ ├── 2965_The Pilots Brothers' refrigerator_搜索BFS.cpp
│ ├── 3006_Dirichlet's Theorem on Arithmetic Progressions_求素数.cpp
│ ├── 3026_Borg Maze_BFS+Prim.cpp
│ ├── 3030_Nasty Hacks_大水.cpp
│ ├── 3032_Card Trick_洗牌模拟.cpp
│ ├── 3036_Honeycomb Walk_DP.doc
│ ├── 3041_Asteroids_最小顶点覆盖 网络流 最小割 邻接表.cpp
│ ├── 3047_Bovine Birthday_日历.cpp
│ ├── 3048_Max Factor_求最大素数因子 暴力.cpp
│ ├── 3049_Securing the Barn_DFS生成单词.cpp
│ ├── 3050_Hopscotch_暴力搜索.cpp
│ ├── 3051_Satellite Photographs_DFS.cpp
│ ├── 3062_Celebrity jeopardy_大水 媲美A+B.cpp
│ ├── 3070_Fibonacci_快速Fibonacci Fibonacci矩阵.doc
│ ├── 3077_Rounders_简单题.cpp
│ ├── 3085_Quick Change_简单贪心.cpp
│ ├── 3086_Triangular Sums_简单题.cpp
│ ├── 3090_Visible Lattice Points_普通题 公约数对 筛法.doc
│ ├── 3094_Quicksum_简单题.cpp
│ ├── 3096_Surprising Strings_字符串处理.cpp
│ ├── 3100_Root of the Problem_大水 Pow的用法.cpp
│ ├── 3104_Drying_二分处理 不太明白.cpp
│ ├── 3117_World Cup_没看清题错了三次的 大水.cpp
│ ├── 3122_Pie_二分.cpp
│ ├── 3126_Prime Path_BFS.cpp
│ ├── 3157_Java vs C++_简单模拟 java2C C2java.cpp
│ ├── 3159_Candies_最短路径 Dijkstra + heap.cpp
│ ├── 3173_Parkside's Triangle_简单模拟.cpp
│ ├── 3174_Alignment of the Planets_计算几何 判3点共线.cpp
│ ├── 3176_Cow Bowling_简单DP.cpp
│ ├── 3194_Equidivisions_DFS.cpp
│ ├── 3210_Coins_逻辑.cpp
│ ├── 3224_Go for Lab Cup!_简单题.cpp
│ ├── 3250_Bad Hair Day_非完全逆序数.cpp
│ ├── 3258_Fence Repair_Huffman 哈夫曼树.cpp
│ ├── 3259_Wormholes_Bellman-Ford or SPFA.cpp
│ ├── 3264_Balanced Lineup_段间最大最小值.cpp
│ ├── 3264_Bal_RMQ 线段树 Sparse Table (ST).cpp
│ ├── 3278_Catch That Cow_搜索 BFS.cpp
│ ├── 3299_HUMIDEX_水题,要细心.cpp
│ ├── 3302_Subsequence_子串检查 简单.cpp
│ ├── 3321_Apple Tree_图之时间戳+树状数组.cpp
│ ├── 3325_ICPC Score Totalizer Software_大水.cpp
│ ├── 3349_Snowflake Snow Snowflakes_比较雪花 hash.cpp
│ ├── 3356_AGTC_DP 类似LCS.cpp
│ ├── 3364_Black and white painting_棋盘 数学问题.cpp
│ ├── 3366_Deli Deli_简单题 变复数.cpp
│ ├── 3372_Candy Distribution_数论题 有人说是剩余系 证明不懂 代码简单.cpp
│ ├── 3386_Halloween Holidays_大小圈嵌套.cpp
│ ├── 3438_Look and Say_简单模拟.cpp
│ ├── 3507_Judging Olympia_大水.cpp
│ ├── 3511_Fermat's Christmas Theorem_简单题 统计要有技巧.cpp
│ ├── 3517_And Then There Was One_约瑟夫.doc
│ ├── 3518_Prime Gap_素数 筛法.cpp
│ ├── 3589_Number-guessing_猜数字.cpp
│ ├── 3619_Speed Reading_简单计算.cpp
│ ├── 3620_Avoid The Lakes_搜索DFS.cpp
│ ├── 3627_Bookshelf_大水.cpp
│ ├── 3628_Bookshelf 2_0-1背包.cpp
│ ├── 3646_The Dragon of Loowater_简单贪心.cpp
│ ├── 3663_Costume Party_简单排序.cpp
│ ├── 3664_Election Time_基数排序.cpp
│ ├── 3665_iCow_简单模拟.cpp
│ ├── 3671_Dining Cows_简单Dp.cpp
│ ├── 3672_Long Distance Racing_简单模拟.cpp
│ ├── 3673_Cow Multiplication_简单计算.cpp
│ └── 3723_Conscription_Kruskal 最小生成树.cpp
├── 北大ACM解题源码100题4
│ ├── 1338
│ │ └── 451607_AC_0MS_32K.cpp
│ ├── 1350
│ │ └── 450036_AC_0MS_28K.cpp
│ ├── 1354
│ │ └── 453024_AC_515MS_40K.cpp
│ ├── 1363
│ │ └── 450014_AC_31MS_32K.cpp
│ ├── 1384
│ │ ├── 1238506_WA.cpp
│ │ └── 1238541_AC_203MS_84K.cc
│ ├── 1389
│ │ └── 1136413_AC_31MS_5588K.cpp
│ ├── 1401
│ │ └── 445801_AC_156MS_32K.cc
│ ├── 1405
│ │ └── 445644_AC_734MS_236K.cpp
│ ├── 1406
│ │ └── 453143_AC_0MS_176K.cpp
│ ├── 1411
│ │ ├── 2097734_WA.cpp
│ │ └── 2097827_AC_312MS_200K.cpp
│ ├── 1416
│ │ └── 2108504_AC_0MS_12K.cpp
│ ├── 1422
│ │ └── 991082_AC_0MS_100K.cpp
│ ├── 1423
│ │ └── 450109_AC_0MS_44K.cpp
│ ├── 1450
│ │ └── 450110_AC_15MS_36K.cpp
│ ├── 1455
│ │ └── 399998_AC_0MS_32K.cpp
│ ├── 1456
│ │ └── 400000_AC_640MS_260K.cpp
│ ├── 1458
│ │ └── 399996_AC_0MS_184K.cpp
│ ├── 1469
│ │ ├── 1239116_WA.cpp
│ │ └── 1239130_AC_218MS_60K.cpp
│ ├── 1477
│ │ └── 406873_AC_0MS_36K.cpp
│ ├── 1488
│ │ └── 451026_AC_15MS_28K.cpp
│ ├── 1491
│ │ ├── 450111_WA.cpp
│ │ └── 450114_AC_0MS_212K.cc
│ ├── 1503
│ │ └── 445961_AC_30MS_196K.cc
│ ├── 1504
│ │ └── 445919_AC_15MS_64K.cpp
│ ├── 1509
│ │ └── 446251_AC_125MS_316K.cpp
│ ├── 1517
│ │ └── 445870_AC_15MS_36K.cpp
│ ├── 1519
│ │ └── 406874_AC_0MS_32K.cpp
│ ├── 1528
│ │ └── 407308_AC_0MS_28K.cpp
│ ├── 1543
│ │ └── 446042_AC_0MS_32K.cpp
│ ├── 1547
│ │ └── 409993_AC_0MS_24K.cpp
│ ├── 1548
│ │ └── 409994_AC_0MS_36K.cpp
│ ├── 1549
│ │ └── 409996_WA.cpp
│ ├── 1550
│ │ └── 409997_AC_0MS_120K.cpp
│ ├── 1551
│ │ └── 409999_AC_15MS_52K.cpp
│ ├── 1552
│ │ └── 409164_AC_0MS_32K.cpp
│ ├── 1554
│ │ └── 410000_AC_0MS_36K.cpp
│ ├── 1562
│ │ └── 453224_AC_0MS_48K.cpp
│ ├── 1565
│ │ └── 407313_AC_0MS_28K.cpp
│ ├── 1573
│ │ └── 453360_AC_0MS_32K.cpp
│ ├── 1579
│ │ └── 446049_AC_0MS_60K.cpp
│ ├── 1580
│ │ └── 446521_AC_0MS_32K.cpp
│ ├── 1581
│ │ ├── 2112517_WA.cpp
│ │ └── 446073_AC_0MS_28K.cpp
│ ├── 1595
│ │ └── 446280_AC_0MS_32K.cpp
│ ├── 1597
│ │ └── 446243_AC_0MS_28K.cpp
│ ├── 1604
│ │ └── 447887_AC_30MS_112K.cpp
│ ├── 1607
│ │ ├── 447411_CE.cpp
│ │ └── 447414_AC_15MS_40K.cpp
│ ├── 1609
│ │ └── 454756_AC_0MS_112K.cpp
│ ├── 1617
│ │ ├── 447339_AC_0MS_28K.cpp
│ │ ├── 447405_OLE.cpp
│ │ └── 447408_OLE.cpp
│ ├── 1620
│ │ └── 458231_AC_0MS_96K.cpp
│ ├── 1622
│ │ └── 1180578_AC_0MS_28K.cpp
│ ├── 1624
│ │ └── 453894_AC_0MS_44K.cpp
│ ├── 1631
│ │ ├── 1087825_CE.cc
│ │ ├── 1087827_CE.cpp
│ │ ├── 1087833_AC_109MS_176K.cpp
│ │ └── 455848_AC_375MS_192K.cc
│ ├── 1634
│ │ └── 1180577_AC_125MS_2316K.cpp
│ ├── 1650
│ │ └── 455413_AC_153MS_40K.cpp
│ ├── 1656
│ │ └── 447192_AC_0MS_32K.cpp
│ ├── 1657
│ │ └── 446606_AC_0MS_36K.cpp
│ ├── 1658
│ │ └── 407315_AC_0MS_32K.cpp
│ ├── 1663
│ │ └── 407316_AC_31MS_28K.cpp
│ ├── 1664
│ │ └── 446628_AC_0MS_28K.cpp
│ ├── 1665
│ │ └── 447208_AC_0MS_40K.cpp
│ ├── 1666
│ │ └── 447288_AC_0MS_36K.cpp
│ ├── 1669
│ │ └── 1242566_AC_0MS_28K.cc
│ ├── 1671
│ │ └── 1059278_AC_140MS_720K.cpp
│ ├── 1672
│ │ └── 1180575_AC_15MS_60K.cpp
│ ├── 1673
│ │ └── 1180574_AC_0MS_36K.cpp
│ ├── 1674
│ │ └── 1242294_AC_15MS_64K.cpp
│ ├── 1702
│ │ └── 447972_AC_15MS_28K.cpp
│ ├── 1730
│ │ └── 413241_AC_0MS_40K.cc
│ ├── 1775
│ │ └── 458818_AC_15MS_28K.cpp
│ ├── 1799
│ │ └── 448014_AC_31MS_36K.cpp
│ ├── 1804
│ │ └── 457472_AC_109MS_32K.cpp
│ ├── 1806
│ │ └── 457419_AC_0MS_28K.cpp
│ ├── 1828
│ │ └── 448565_AC_343MS_432K.cc
│ ├── 1833
│ │ ├── 450132_AC_375MS_4K.pas
│ │ └── 450148_AC_578MS_36K.cc
│ ├── 1844
│ │ ├── 448466_AC_0MS_28K.cpp
│ │ └── 448469_AC_0MS_28K.cpp
│ ├── 1852
│ │ └── 1239164_AC_46MS_24K.cpp
│ ├── 1862
│ │ └── 448517_AC_15MS_40K.cpp
│ ├── 1915
│ │ └── 1236771_AC_171MS_1176K.cpp
│ ├── 1922
│ │ └── 448350_AC_15MS_148K.cpp
│ ├── 1936
│ │ └── 448390_AC_0MS_220K.cpp
│ ├── 1953
│ │ └── 448371_AC_0MS_28K.cpp
│ ├── 1969
│ │ └── 409166_AC_0MS_32K.cpp
│ ├── 1979
│ │ └── 1242500_AC_15MS_36K.cpp
│ ├── 1989
│ │ └── 1238349_AC_61MS_36K.cpp
│ ├── 2000
│ │ └── 439762_AC_0MS_28K.cpp
│ ├── 2004
│ │ └── 460894_AC_1074MS_1600K.cc
│ ├── 2013
│ │ └── 407310_AC_0MS_36K.cpp
│ ├── 2014
│ │ └── 460221_AC_0MS_28K.cpp
│ ├── 2017
│ │ └── 440844_AC_0MS_28K.cpp
│ ├── 2027
│ │ └── 407768_AC_0MS_24K.cpp
│ ├── 2033
│ │ ├── 436815_AC_15MS_72K.cpp
│ │ ├── 436817_WA.cc
│ │ └── 436818_RE.cpp
│ ├── 2034
│ │ ├── 436820_AC_936MS_52K.cc
│ │ └── 436829_AC_827MS_56K.cc
│ ├── 2035
│ │ └── 438732_AC_15MS_28K.cpp
│ ├── 2038
│ │ └── 438811_AC_0MS_32K.cpp
│ ├── 2039
│ │ └── 413269_AC_0MS_24K.cpp
│ ├── 2051
│ │ └── 449242_AC_31MS_32K.cpp
│ ├── 2070
│ │ └── 448613_AC_0MS_36K.cc
│ ├── 2075
│ │ └── 460957_AC_0MS_1372K.cpp
│ └── 2081
│ └── 449203_AC_15MS_3160K.cpp
└── 经典题目解题报告
├── 00001140.cpp
├── 1009_edge.rar
├── 1010
│ ├── 09908043.cpp
│ ├── 09908043.dsp
│ ├── 09908043.dsw
│ ├── 09908043.ncb
│ ├── 09908043.opt
│ ├── 09908043.plg
│ ├── d.cpp
│ ├── d.dsp
│ ├── d.dsw
│ ├── Debug
│ ├── d.ncb
│ ├── d.opt
│ ├── d.plg
│ ├── hawking.cpp
│ └── 解题报告.doc
├── 1011 sticks.PPT
├── 1011_sticks.rar
├── 1015_Jury.rar
├── 1018_comm.zip
├── 1027_same.rar
├── 1029_falsecoin.rar
├── 1031_fence.doc
├── 1036_gangster.rar
├── 1037fence.pdf
├── 1038_bugs.rar
├── 1039_Pipe_梁举.doc
├── 1042 gone fishing.ppt
├── 1043 what is in a name.rar
├── 1045_bode.rar
├── 1046_color.rar
├── 1048_logic.rar
├── 1053_setme.rar
├── 1054 The Troublesome Frog.rar
├── 1061 Linxiaohui
│ ├── 1061.ppt
│ └── 新建 文本文档.txt
├── 1061 Linxiaohui.rar
├── 1066 Treasure Hunt.doc
├── 1087 a plug for unix.rar
├── 1090-chain.rar
├── 1125解题报告.rar
├── 1147.ppt
├── 1148.ppt
├── 1148 Utopia Divided.ppt
├── 1149-PIGS.ppt
├── 1156 land.rar
├── 1157 LITTLE SHOP OF FLOWERS.ppt
├── 1158 Traffic Lights.ppt
├── 1159 回文词.ppt
├── 1160 Post Office.ppt
├── 1161 walls.rar
├── 1162 Building with Blocks.rar
├── 1164 The Castle.rar
├── 1165 The Primes.ppt
├── 1166 The Clocks.ppt
├── 1167 The Buses.ppt
├── 1168 圈圈.ppt
├── 1169.rar
├── 1170 Shopping Offers.ppt
├── 1170 shopping offers.rar
├── 1171 LetterGame.ppt
├── 1172 Street Race.ppt
├── 1173 Bar Codes.ppt
├── 1174 Contact.rar
├── 1175 Starry Night.ppt
├── 1176 Party Lamps.ppt
├── 1177 Picture.rar
├── 1178 Camlot.ppt
├── 1179 Polygon.ppt
├── 1180 Batch Scheduling.ppt
├── 1181 Bus Terminals.ppt
├── 1182 食物链.rar
├── 1183 反正切函数的应用.ppt
├── 1184 clever.ppt
├── 1185 炮兵阵地.ppt
├── 1186 equation.ppt
├── 1187 陨石的秘密.ppt
├── 1191 棋盘分割.ppt
├── 1193 内存分配.ppt
├── 1195 Mobile Phones.rar
├── 1197 仓库.ppt
├── 1212Josephus问题
│ ├── 200506211704291.pdf
│ └── 约瑟夫问题.txt
├── 1275 LiHaoyuan Cashier Employment.doc
├── 1282 庆典的日期.doc
├── 1282 庆典的日期(解题报告).doc
├── 1292 Will Indiana Jones Get There (蒋竞).rar
├── 13-1149-PIGS.ppt
├── 1328 Radar Installation 00448071.pps
├── 1411 extraterrestrial intelligence.ppt
├── 1418 viva confetti.ppt
├── 1429_alice and bob.doc
├── 1429_tree.doc
├── 1459《Power Network》解题报告 by 谢迪.rar
├── 1462_00446123_Shen Dong Cai.zip
├── 1609-Tiling Up Blocks.ppt
├── 1639——Picnic Planning.doc
├── 1655-Balancing Act.ppt
├── 1674 Sorting by Swapping.doc
├── 1675 happybirthday.rar
├── 1676 What time is it?.doc
├── 1677 Girls' Day.doc
├── 1678 I Love this Game 解题报告.doc
├── 1679 The Unique MST.doc
├── 1680《Fork() Makes Trouble》.doc
├── 1681 Painter's Problem.doc
├── 1682 Clans on the Three Gorges.doc
├── 1683-Puzzlestan.rar
├── 1685_ColorTunnels_江云亮.doc
├── 1686 Lazy Math Instructor.rar
├── 1687 LiHaoyuan Buggy Sat.doc
├── 1688 Dolphin Pool.rar
├── 1689-3002Rubbery.doc
├── 1691 -- Painting A Board.doc
├── 1692 LiHaoyuan Crossed Matchings.doc
├── 1693_Counting Rectangles.rar
├── 1694-An Old Stone Game.rar
├── 1695_Magazine Delivery.rar
├── 1696_Space Ant解题报告.doc
├── 1697-The Erythea Campaign.rar
├── 1698《Alice's Chance》.rar
├── 1699_Best Sequence.rar
├── 1700-CrossingRiver解题报告by黄皓.doc
├── 1701-Dissatisfying Lift_梁举.doc
├── 1702 eva's balance.rar
├── 1703 Find them Catch them.doc
├── 1704_Georgia and Bob.doc
├── 1705_Generational Replacement.doc
├── 1706《References》.rar
├── 1707 sum of numbers.rar
├── 1708 Game.rar
├── 1709 Crossword.rar
├── 1710 Magic of David Copperfield.rar
├── 1711_puncher.doc
├── 1712_Flying Stars.rar
├── 1713《Divide et unita》.rar
├── 1737《Connected Graph》.rar
├── 1740 LiHaoyuan A New Stone Game.doc
├── 1742_Coins.doc
├── 1744 Elevator Stopping Plan.doc
├── 1781 in danger.doc
├── 1811.rar
├── 1811 素数检测
│ └── 1811 素数检测.ppt
├── 1811 素数检测.rar
├── 1857《Hole Cutter》.rar
├── 1858 LiHaoyuan Interesting Maze Game.doc
├── 1863 subnumber.doc
├── 1870.doc
├── 1872 LiHaoyuan A Dicey Problem.doc
├── 1873 The Fortified Forest 解题报告.doc
├── 1874.doc
├── 1877 -- Flooded! by 黄贝宁.doc
├── 1878《Jill's Bike》.rar
├── 1879_Tempus et mobilius Time and motion.rar
├── 1880_VR_HuffmanEncoding.doc
├── 2165-00301036解题报告.rar
├── 2179-00448242-Xiao Feng.rar
├── 2244.txt
├── 2352_448325_xiedi.rar
├── 2484的解答.txt
├── Calculate geometry
│ ├── 1031_fence.doc
│ ├── 1039_Pipe_梁举.doc
│ ├── 1066 Treasure Hunt.doc
│ ├── 1675 happybirthday
│ │ └── 1675 happybirthday
│ │ ├── 1675a.bmp
│ │ ├── 1675b.bmp
│ │ ├── 1675.bmp
│ │ ├── 1675c.bmp
│ │ ├── 1675.htm
│ │ ├── 1675.mht
│ │ └── Thumbs.db
│ ├── 1675 happybirthday.rar
│ ├── 1687 LiHaoyuan Buggy Sat.doc
│ ├── 1688 Dolphin Pool
│ │ ├── 1688 Dolphin Pool.cpp
│ │ └── 1688 Dolphin Pool 解题报告.doc
│ ├── 1688 Dolphin Pool.rar
│ └── 1696_Space Ant解题报告.doc
├── closedfences.zip
├── graph
│ ├── 1292 Will Indiana Jones Get There (蒋竞)
│ │ ├── 1292 Will Indiana Jones Get There.cpp
│ │ └── 1292 Will Indiana Jones Get There (蒋竞).doc
│ ├── 1292 Will Indiana Jones Get There (蒋竞).rar
│ ├── 1459《Power Network》解题报告 by 谢迪
│ │ ├── 1459《Power Network》解题报告 by 谢迪.doc
│ │ └── 1459_XieDi.cpp
│ ├── 1459《Power Network》解题报告 by 谢迪.rar
│ ├── 1639——Picnic Planning.doc
│ ├── 1679 The Unique MST.doc
│ ├── 1685_ColorTunnels_江云亮.doc
│ ├── 1689-3002Rubbery.doc
│ ├── 1697-The Erythea Campaign
│ │ ├── 1697.cpp
│ │ └── 1697-The Erythea Campaign.doc
│ ├── 1697-The Erythea Campaign.rar
│ ├── 1878《Jill's Bike》
│ │ ├── 1878《Jill's Bike》解题报告.doc
│ │ └── 1878_XieDi.cpp
│ └── 1878《Jill's Bike》.rar
├── 网络流算法介绍与分析.ppt
└── 补充shopping offers.txt
150 directories, 679 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论