├── .DS_Store ├── 2018.12.9 PAT 甲级冬考小结.md ├── C++11_STL_CheatSheet ├── .DS_Store ├── DemoCode │ ├── .DS_Store │ └── Graph_BFS_DFS.cpp ├── README.md └── STLimg │ ├── .DS_Store │ ├── AVLInsertCode.png │ ├── AVLRotation.png │ ├── ChangeVal.jpeg │ ├── ContainerwithIt.jpeg │ ├── DeleteVal.jpeg │ ├── Dijkstra.png │ ├── LL.png │ ├── LR.png │ ├── ListIt.jpeg │ ├── ListMFuncs.jpeg │ ├── NotChangeOrder.jpeg │ ├── OperateOrdered.jpeg │ ├── RotationSum.png │ ├── Sort.jpeg │ ├── changeOrder.jpeg │ ├── iterator.png │ └── preOrderAndinOrder.png ├── PAT真题After算法笔记 ├── 1156-1159题目.docx ├── A1156_Sexy Primes.cpp ├── A1157_Anniversary.cpp ├── A1158_Telefraud Detection.cpp └── A1159_Structure of a Binary Tree.cpp ├── README.md ├── image └── c++.jpg ├── 北大程序设计与算法专项课程 ├── .DS_Store ├── C++程序设计.md ├── 数据结构基础 │ ├── .DS_Store │ ├── 二叉树基础_实现堆结构.cpp │ ├── 二叉树基础_由中根序列和后根序列重建二叉树.cpp │ ├── 字符串_拼写检查.cpp │ ├── 字符串_英语数字转换器.cpp │ ├── 栈与队列_ 出栈序列统计.cpp │ ├── 栈与队列_密码翻译.cpp │ ├── 栈与队列_等价表达式.cpp │ ├── 线性表_多项式加法.cpp │ ├── 线性表_大整数乘法.cpp │ └── 线性表_约瑟夫问题.cpp └── 算法基础 │ ├── .DS_Store │ ├── 二分贪心_Aggressive cows.cpp │ ├── 二分贪心_Gone Fishing.cpp │ ├── 二分贪心_Yogurt factory.cpp │ ├── 动态规划_UNIMODAL PALINDROMIC DECOMPOSITIONS.cpp │ ├── 动态规划_charm_bracelet.cpp │ ├── 动态规划_滑雪.cpp │ ├── 动态规划_集合加法.cpp │ ├── 广搜_Flip Game.cpp │ ├── 广搜_迷宫问题.cpp │ ├── 期末考试_Minecraft.cpp │ ├── 期末考试_垃圾炸弹.cpp │ ├── 期末考试_复杂的整数划分问题.cpp │ ├── 期末考试_最大公约数.cpp │ ├── 期末考试_潘多拉星球的悬浮公寓.cpp │ ├── 期末考试_献给阿尔吉侬的花束.cpp │ ├── 期末考试_简单的整数划分问题.cpp │ ├── 枚举_拨钟问题.cpp │ ├── 枚举_画家问题.cpp │ ├── 深搜_ Shredding Company.cpp │ ├── 深搜_A Knight's Journey.cpp │ ├── 深搜_棋盘问题.cpp │ ├── 递归_完美覆盖.cpp │ └── 递归_文件结构图.cpp ├── 浙大数据结构 ├── 第三周_List_leaves.cpp ├── 第三周_树的同构.cpp ├── 第二周_线性结构_一元多项式的乘法与加法运算.cpp ├── 第四周_Root of AVL Tree.cpp └── 第四周_是否同一棵二叉搜索树.cpp ├── 真题模拟 ├── .DS_Store ├── 1031 Hello World for U.cpp ├── 1032 Sharing.cpp ├── 1033 To Fill or Not to Fill.cpp ├── 1034 Head of a Gang.cpp ├── 1035 Password.cpp ├── 1036 Boys vs Girls.cpp ├── 1037 Magic Coupon.cpp ├── 1038 Recover the Smallest Number.cpp ├── 1136 A Delayed Palindrome .cpp ├── 1152 Google Recruitment.cpp ├── A1118_Birds in Forest.cpp ├── A1137_Final Grading.cpp ├── A1138_Postorder Traversal.cpp ├── A1139_First Contact.cpp ├── A1140_Look-and-say Sequence.cpp ├── A1141_PAT Ranking of Institutions.cpp ├── A1142_Maximal Clique.cpp ├── A1143_Lowest Common Ancestor.cpp ├── A1144_The Missing Number.cpp ├── A1145_Hashing - Average Search Time .cpp ├── A1146_Topological Order.cpp ├── A1147_Heaps .cpp ├── A1148_Werewolf - Simple Version.cpp ├── A1149_Dangerous Goods Packaging .cpp ├── A1150_Travelling Salesman Problem.cpp └── A1151_LCA in a Binary Tree.cpp ├── 算法笔记 ├── .DS_Store ├── A1001_A+B Format.cpp ├── A1004_Counting Leaves .cpp ├── A1005_Spell It Right .cpp ├── A1007_Maximum Subsequence Sum.cpp ├── A1008_Elevator.cpp ├── A1010_Radix.cpp ├── A1012_The Best Rank.cpp ├── A1012_The Best Rank_ugly_version.cpp ├── A1013_Battle Over Cities.cpp ├── A1015_Reversible Primes.cpp ├── A1016_Phone Bills.cpp ├── A1017_Queueing at Bank.cpp ├── A1019_General Palindromic Number.cpp ├── A1020_Tree Traversals.cpp ├── A1021_Deepest Root .cpp ├── A1022_Digital Library.cpp ├── A1023_Have Fun with Numbers.cpp ├── A1024_Palindromic Number.cpp ├── A1025_PAT Ranking.cpp ├── A1027_Colors in Mars.cpp ├── A1028_List Sorting.cpp ├── A1029_Median.cpp ├── A1030_Travel Plan.cpp ├── A1031_Hello World for U.cpp ├── A1032_Sharing.cpp ├── A1033_To Fill or Not to Fill.cpp ├── A1034_Head of a Gang.cpp ├── A1035_Password.cpp ├── A1037_Magic Coupon.cpp ├── A1038 Recover the Smallest Number.cpp ├── A1039_Course List for Student.cpp ├── A1040_Longest Symmetric String.cpp ├── A1041_Be Unique.cpp ├── A1043_Is It a Binary Search Tree.cpp ├── A1044_Shopping in Mars .cpp ├── A1044_Shopping in Mars.cpp ├── A1045_Favorite Color Stripe.cpp ├── A1047_Student List for Course.cpp ├── A1048_Find Coins.cpp ├── A1049_Counting Ones.cpp ├── A1050_String Subtraction.cpp ├── A1051_Pop Sequence.cpp ├── A1052_Linked List Sorting.cpp ├── A1053_Path of Equal Weight.cpp ├── A1054_The Dominant Color .cpp ├── A1055_The World's Richest.cpp ├── A1056_Mice and Rice.cpp ├── A1057_Stack.cpp ├── A1058_A+B in Hogwarts.cpp ├── A1059_Prime Factors.cpp ├── A1060_Are They Equal .cpp ├── A1061_Dating.cpp ├── A1062_Talent and Virtu.cpp ├── A1063_Set Similarity.cpp ├── A1064_Complete Binary Search Tree.cpp ├── A1066_Root of AVL Tree.cpp ├── A1067 Sort with Swap(0, i).cpp ├── A1069_The Black Hole of Numbers.cpp ├── A1070_Mooncake.cpp ├── A1071_Speech Patterns.cpp ├── A1073_Scientific Notation.cpp ├── A1074_Reversing Linked List .cpp ├── A1075_PAT Judge.cpp ├── A1076_Forwards on Weibo.cpp ├── A1077_Kuchiguse.cpp ├── A1078_Hashing.cpp ├── A1079_Total Sales of Supply Chain.cpp ├── A1080_Graduate Admission.cpp ├── A1081_Rational Sum.cpp ├── A1082_Read Number in Chinese.cpp ├── A1083_List Grades.cpp ├── A1084_Broken Keyboard.cpp ├── A1085 Perfect Sequenc_upper_bound().cpp ├── A1085 Perfect Sequence_BinarySearch.cpp ├── A1085_Perfect Sequence_two_pointers.cpp ├── A1086_Tree Traversals Again.cpp ├── A1088_Rational Arithmetic.cpp ├── A1089_Insert or Merge.cpp ├── A1090_Highest Price in Supply Chain.cpp ├── A1091_Acute Stroke.cpp ├── A1092_To Buy or Not to Buy.cpp ├── A1093_Count PAT's.cpp ├── A1094_The Largest Generation.cpp ├── A1095_Cars on Campus.cpp ├── A1096_Consecutive Factors.cpp ├── A1097_Deduplication on a Linked List.cpp ├── A1098_Insertion or Heap Sort .cpp ├── A1099_Build A Binary Search Tree.cpp ├── A1100_Mars Numbers.cpp ├── A1101_Quick Sort .cpp ├── A1102_Invert a Binary Tree.cpp ├── A1103_Integer Factorization.cpp ├── A1104_Sum of Number Segments.cpp ├── A1105_Spiral Matrix.cpp ├── A1106_Lowest Price in Supply Chain.cpp ├── A1107_Social Clusters.cpp ├── B1027_打印沙漏.cpp ├── B1037_在霍格沃茨找零钱.cpp ├── B1038_统计同成绩学生.cpp ├── B1042_字符统计.cpp ├── B1043_输出PATest.cpp ├── B1047_编程团体赛.cpp ├── B1048_数字加密.cpp ├── BFS解决矩阵块问题.cpp ├── C++字符串全排列.cpp ├── C++数字按升序全排列.cpp ├── DFS解决背包问题.cpp ├── N皇后问题_回溯法.cpp ├── N皇后问题_高效暴力法.cpp ├── 区间贪心.cpp └── 好朋友_并查集例题.cpp └── 读书笔记 └── .DS_Store /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/.DS_Store -------------------------------------------------------------------------------- /2018.12.9 PAT 甲级冬考小结.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/2018.12.9 PAT 甲级冬考小结.md -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/.DS_Store -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/DemoCode/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/DemoCode/.DS_Store -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/DemoCode/Graph_BFS_DFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/DemoCode/Graph_BFS_DFS.cpp -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/README.md -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/.DS_Store -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/AVLInsertCode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/AVLInsertCode.png -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/AVLRotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/AVLRotation.png -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/ChangeVal.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/ChangeVal.jpeg -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/ContainerwithIt.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/ContainerwithIt.jpeg -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/DeleteVal.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/DeleteVal.jpeg -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/Dijkstra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/Dijkstra.png -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/LL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/LL.png -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/LR.png -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/ListIt.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/ListIt.jpeg -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/ListMFuncs.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/ListMFuncs.jpeg -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/NotChangeOrder.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/NotChangeOrder.jpeg -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/OperateOrdered.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/OperateOrdered.jpeg -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/RotationSum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/RotationSum.png -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/Sort.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/Sort.jpeg -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/changeOrder.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/changeOrder.jpeg -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/iterator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/iterator.png -------------------------------------------------------------------------------- /C++11_STL_CheatSheet/STLimg/preOrderAndinOrder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/C++11_STL_CheatSheet/STLimg/preOrderAndinOrder.png -------------------------------------------------------------------------------- /PAT真题After算法笔记/1156-1159题目.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/PAT真题After算法笔记/1156-1159题目.docx -------------------------------------------------------------------------------- /PAT真题After算法笔记/A1156_Sexy Primes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/PAT真题After算法笔记/A1156_Sexy Primes.cpp -------------------------------------------------------------------------------- /PAT真题After算法笔记/A1157_Anniversary.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/PAT真题After算法笔记/A1157_Anniversary.cpp -------------------------------------------------------------------------------- /PAT真题After算法笔记/A1158_Telefraud Detection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/PAT真题After算法笔记/A1158_Telefraud Detection.cpp -------------------------------------------------------------------------------- /PAT真题After算法笔记/A1159_Structure of a Binary Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/PAT真题After算法笔记/A1159_Structure of a Binary Tree.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/README.md -------------------------------------------------------------------------------- /image/c++.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/image/c++.jpg -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/.DS_Store -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/C++程序设计.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/C++程序设计.md -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/数据结构基础/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/数据结构基础/.DS_Store -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/数据结构基础/二叉树基础_实现堆结构.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/数据结构基础/二叉树基础_实现堆结构.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/数据结构基础/二叉树基础_由中根序列和后根序列重建二叉树.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/数据结构基础/二叉树基础_由中根序列和后根序列重建二叉树.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/数据结构基础/字符串_拼写检查.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/数据结构基础/字符串_拼写检查.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/数据结构基础/字符串_英语数字转换器.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/数据结构基础/字符串_英语数字转换器.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/数据结构基础/栈与队列_ 出栈序列统计.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/数据结构基础/栈与队列_ 出栈序列统计.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/数据结构基础/栈与队列_密码翻译.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/数据结构基础/栈与队列_密码翻译.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/数据结构基础/栈与队列_等价表达式.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/数据结构基础/栈与队列_等价表达式.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/数据结构基础/线性表_多项式加法.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/数据结构基础/线性表_多项式加法.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/数据结构基础/线性表_大整数乘法.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/数据结构基础/线性表_大整数乘法.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/数据结构基础/线性表_约瑟夫问题.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/数据结构基础/线性表_约瑟夫问题.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/.DS_Store -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/二分贪心_Aggressive cows.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/二分贪心_Aggressive cows.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/二分贪心_Gone Fishing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/二分贪心_Gone Fishing.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/二分贪心_Yogurt factory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/二分贪心_Yogurt factory.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/动态规划_UNIMODAL PALINDROMIC DECOMPOSITIONS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/动态规划_UNIMODAL PALINDROMIC DECOMPOSITIONS.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/动态规划_charm_bracelet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/动态规划_charm_bracelet.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/动态规划_滑雪.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/动态规划_滑雪.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/动态规划_集合加法.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/动态规划_集合加法.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/广搜_Flip Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/广搜_Flip Game.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/广搜_迷宫问题.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/广搜_迷宫问题.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/期末考试_Minecraft.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/期末考试_Minecraft.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/期末考试_垃圾炸弹.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/期末考试_垃圾炸弹.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/期末考试_复杂的整数划分问题.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/期末考试_复杂的整数划分问题.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/期末考试_最大公约数.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/期末考试_最大公约数.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/期末考试_潘多拉星球的悬浮公寓.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/期末考试_潘多拉星球的悬浮公寓.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/期末考试_献给阿尔吉侬的花束.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/期末考试_献给阿尔吉侬的花束.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/期末考试_简单的整数划分问题.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/期末考试_简单的整数划分问题.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/枚举_拨钟问题.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/枚举_拨钟问题.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/枚举_画家问题.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/枚举_画家问题.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/深搜_ Shredding Company.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/深搜_ Shredding Company.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/深搜_A Knight's Journey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/深搜_A Knight's Journey.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/深搜_棋盘问题.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/深搜_棋盘问题.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/递归_完美覆盖.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/递归_完美覆盖.cpp -------------------------------------------------------------------------------- /北大程序设计与算法专项课程/算法基础/递归_文件结构图.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/北大程序设计与算法专项课程/算法基础/递归_文件结构图.cpp -------------------------------------------------------------------------------- /浙大数据结构/第三周_List_leaves.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/浙大数据结构/第三周_List_leaves.cpp -------------------------------------------------------------------------------- /浙大数据结构/第三周_树的同构.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/浙大数据结构/第三周_树的同构.cpp -------------------------------------------------------------------------------- /浙大数据结构/第二周_线性结构_一元多项式的乘法与加法运算.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/浙大数据结构/第二周_线性结构_一元多项式的乘法与加法运算.cpp -------------------------------------------------------------------------------- /浙大数据结构/第四周_Root of AVL Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/浙大数据结构/第四周_Root of AVL Tree.cpp -------------------------------------------------------------------------------- /浙大数据结构/第四周_是否同一棵二叉搜索树.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/浙大数据结构/第四周_是否同一棵二叉搜索树.cpp -------------------------------------------------------------------------------- /真题模拟/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/.DS_Store -------------------------------------------------------------------------------- /真题模拟/1031 Hello World for U.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/1031 Hello World for U.cpp -------------------------------------------------------------------------------- /真题模拟/1032 Sharing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/1032 Sharing.cpp -------------------------------------------------------------------------------- /真题模拟/1033 To Fill or Not to Fill.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/1033 To Fill or Not to Fill.cpp -------------------------------------------------------------------------------- /真题模拟/1034 Head of a Gang.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/1034 Head of a Gang.cpp -------------------------------------------------------------------------------- /真题模拟/1035 Password.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/1035 Password.cpp -------------------------------------------------------------------------------- /真题模拟/1036 Boys vs Girls.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/1036 Boys vs Girls.cpp -------------------------------------------------------------------------------- /真题模拟/1037 Magic Coupon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/1037 Magic Coupon.cpp -------------------------------------------------------------------------------- /真题模拟/1038 Recover the Smallest Number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/1038 Recover the Smallest Number.cpp -------------------------------------------------------------------------------- /真题模拟/1136 A Delayed Palindrome .cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/1136 A Delayed Palindrome .cpp -------------------------------------------------------------------------------- /真题模拟/1152 Google Recruitment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/1152 Google Recruitment.cpp -------------------------------------------------------------------------------- /真题模拟/A1118_Birds in Forest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1118_Birds in Forest.cpp -------------------------------------------------------------------------------- /真题模拟/A1137_Final Grading.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1137_Final Grading.cpp -------------------------------------------------------------------------------- /真题模拟/A1138_Postorder Traversal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1138_Postorder Traversal.cpp -------------------------------------------------------------------------------- /真题模拟/A1139_First Contact.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1139_First Contact.cpp -------------------------------------------------------------------------------- /真题模拟/A1140_Look-and-say Sequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1140_Look-and-say Sequence.cpp -------------------------------------------------------------------------------- /真题模拟/A1141_PAT Ranking of Institutions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1141_PAT Ranking of Institutions.cpp -------------------------------------------------------------------------------- /真题模拟/A1142_Maximal Clique.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1142_Maximal Clique.cpp -------------------------------------------------------------------------------- /真题模拟/A1143_Lowest Common Ancestor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1143_Lowest Common Ancestor.cpp -------------------------------------------------------------------------------- /真题模拟/A1144_The Missing Number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1144_The Missing Number.cpp -------------------------------------------------------------------------------- /真题模拟/A1145_Hashing - Average Search Time .cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1145_Hashing - Average Search Time .cpp -------------------------------------------------------------------------------- /真题模拟/A1146_Topological Order.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1146_Topological Order.cpp -------------------------------------------------------------------------------- /真题模拟/A1147_Heaps .cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1147_Heaps .cpp -------------------------------------------------------------------------------- /真题模拟/A1148_Werewolf - Simple Version.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1148_Werewolf - Simple Version.cpp -------------------------------------------------------------------------------- /真题模拟/A1149_Dangerous Goods Packaging .cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1149_Dangerous Goods Packaging .cpp -------------------------------------------------------------------------------- /真题模拟/A1150_Travelling Salesman Problem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1150_Travelling Salesman Problem.cpp -------------------------------------------------------------------------------- /真题模拟/A1151_LCA in a Binary Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/真题模拟/A1151_LCA in a Binary Tree.cpp -------------------------------------------------------------------------------- /算法笔记/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/.DS_Store -------------------------------------------------------------------------------- /算法笔记/A1001_A+B Format.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1001_A+B Format.cpp -------------------------------------------------------------------------------- /算法笔记/A1004_Counting Leaves .cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1004_Counting Leaves .cpp -------------------------------------------------------------------------------- /算法笔记/A1005_Spell It Right .cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1005_Spell It Right .cpp -------------------------------------------------------------------------------- /算法笔记/A1007_Maximum Subsequence Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1007_Maximum Subsequence Sum.cpp -------------------------------------------------------------------------------- /算法笔记/A1008_Elevator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1008_Elevator.cpp -------------------------------------------------------------------------------- /算法笔记/A1010_Radix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1010_Radix.cpp -------------------------------------------------------------------------------- /算法笔记/A1012_The Best Rank.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1012_The Best Rank.cpp -------------------------------------------------------------------------------- /算法笔记/A1012_The Best Rank_ugly_version.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1012_The Best Rank_ugly_version.cpp -------------------------------------------------------------------------------- /算法笔记/A1013_Battle Over Cities.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1013_Battle Over Cities.cpp -------------------------------------------------------------------------------- /算法笔记/A1015_Reversible Primes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1015_Reversible Primes.cpp -------------------------------------------------------------------------------- /算法笔记/A1016_Phone Bills.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1016_Phone Bills.cpp -------------------------------------------------------------------------------- /算法笔记/A1017_Queueing at Bank.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1017_Queueing at Bank.cpp -------------------------------------------------------------------------------- /算法笔记/A1019_General Palindromic Number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1019_General Palindromic Number.cpp -------------------------------------------------------------------------------- /算法笔记/A1020_Tree Traversals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1020_Tree Traversals.cpp -------------------------------------------------------------------------------- /算法笔记/A1021_Deepest Root .cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1021_Deepest Root .cpp -------------------------------------------------------------------------------- /算法笔记/A1022_Digital Library.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1022_Digital Library.cpp -------------------------------------------------------------------------------- /算法笔记/A1023_Have Fun with Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1023_Have Fun with Numbers.cpp -------------------------------------------------------------------------------- /算法笔记/A1024_Palindromic Number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1024_Palindromic Number.cpp -------------------------------------------------------------------------------- /算法笔记/A1025_PAT Ranking.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1025_PAT Ranking.cpp -------------------------------------------------------------------------------- /算法笔记/A1027_Colors in Mars.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1027_Colors in Mars.cpp -------------------------------------------------------------------------------- /算法笔记/A1028_List Sorting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1028_List Sorting.cpp -------------------------------------------------------------------------------- /算法笔记/A1029_Median.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1029_Median.cpp -------------------------------------------------------------------------------- /算法笔记/A1030_Travel Plan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1030_Travel Plan.cpp -------------------------------------------------------------------------------- /算法笔记/A1031_Hello World for U.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1031_Hello World for U.cpp -------------------------------------------------------------------------------- /算法笔记/A1032_Sharing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1032_Sharing.cpp -------------------------------------------------------------------------------- /算法笔记/A1033_To Fill or Not to Fill.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1033_To Fill or Not to Fill.cpp -------------------------------------------------------------------------------- /算法笔记/A1034_Head of a Gang.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1034_Head of a Gang.cpp -------------------------------------------------------------------------------- /算法笔记/A1035_Password.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1035_Password.cpp -------------------------------------------------------------------------------- /算法笔记/A1037_Magic Coupon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1037_Magic Coupon.cpp -------------------------------------------------------------------------------- /算法笔记/A1038 Recover the Smallest Number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1038 Recover the Smallest Number.cpp -------------------------------------------------------------------------------- /算法笔记/A1039_Course List for Student.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1039_Course List for Student.cpp -------------------------------------------------------------------------------- /算法笔记/A1040_Longest Symmetric String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1040_Longest Symmetric String.cpp -------------------------------------------------------------------------------- /算法笔记/A1041_Be Unique.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1041_Be Unique.cpp -------------------------------------------------------------------------------- /算法笔记/A1043_Is It a Binary Search Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1043_Is It a Binary Search Tree.cpp -------------------------------------------------------------------------------- /算法笔记/A1044_Shopping in Mars .cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1044_Shopping in Mars .cpp -------------------------------------------------------------------------------- /算法笔记/A1044_Shopping in Mars.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1044_Shopping in Mars.cpp -------------------------------------------------------------------------------- /算法笔记/A1045_Favorite Color Stripe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1045_Favorite Color Stripe.cpp -------------------------------------------------------------------------------- /算法笔记/A1047_Student List for Course.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1047_Student List for Course.cpp -------------------------------------------------------------------------------- /算法笔记/A1048_Find Coins.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1048_Find Coins.cpp -------------------------------------------------------------------------------- /算法笔记/A1049_Counting Ones.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1049_Counting Ones.cpp -------------------------------------------------------------------------------- /算法笔记/A1050_String Subtraction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1050_String Subtraction.cpp -------------------------------------------------------------------------------- /算法笔记/A1051_Pop Sequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1051_Pop Sequence.cpp -------------------------------------------------------------------------------- /算法笔记/A1052_Linked List Sorting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1052_Linked List Sorting.cpp -------------------------------------------------------------------------------- /算法笔记/A1053_Path of Equal Weight.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1053_Path of Equal Weight.cpp -------------------------------------------------------------------------------- /算法笔记/A1054_The Dominant Color .cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1054_The Dominant Color .cpp -------------------------------------------------------------------------------- /算法笔记/A1055_The World's Richest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1055_The World's Richest.cpp -------------------------------------------------------------------------------- /算法笔记/A1056_Mice and Rice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1056_Mice and Rice.cpp -------------------------------------------------------------------------------- /算法笔记/A1057_Stack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1057_Stack.cpp -------------------------------------------------------------------------------- /算法笔记/A1058_A+B in Hogwarts.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1058_A+B in Hogwarts.cpp -------------------------------------------------------------------------------- /算法笔记/A1059_Prime Factors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1059_Prime Factors.cpp -------------------------------------------------------------------------------- /算法笔记/A1060_Are They Equal .cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1060_Are They Equal .cpp -------------------------------------------------------------------------------- /算法笔记/A1061_Dating.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1061_Dating.cpp -------------------------------------------------------------------------------- /算法笔记/A1062_Talent and Virtu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1062_Talent and Virtu.cpp -------------------------------------------------------------------------------- /算法笔记/A1063_Set Similarity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1063_Set Similarity.cpp -------------------------------------------------------------------------------- /算法笔记/A1064_Complete Binary Search Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1064_Complete Binary Search Tree.cpp -------------------------------------------------------------------------------- /算法笔记/A1066_Root of AVL Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1066_Root of AVL Tree.cpp -------------------------------------------------------------------------------- /算法笔记/A1067 Sort with Swap(0, i).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1067 Sort with Swap(0, i).cpp -------------------------------------------------------------------------------- /算法笔记/A1069_The Black Hole of Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1069_The Black Hole of Numbers.cpp -------------------------------------------------------------------------------- /算法笔记/A1070_Mooncake.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1070_Mooncake.cpp -------------------------------------------------------------------------------- /算法笔记/A1071_Speech Patterns.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1071_Speech Patterns.cpp -------------------------------------------------------------------------------- /算法笔记/A1073_Scientific Notation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1073_Scientific Notation.cpp -------------------------------------------------------------------------------- /算法笔记/A1074_Reversing Linked List .cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1074_Reversing Linked List .cpp -------------------------------------------------------------------------------- /算法笔记/A1075_PAT Judge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1075_PAT Judge.cpp -------------------------------------------------------------------------------- /算法笔记/A1076_Forwards on Weibo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1076_Forwards on Weibo.cpp -------------------------------------------------------------------------------- /算法笔记/A1077_Kuchiguse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1077_Kuchiguse.cpp -------------------------------------------------------------------------------- /算法笔记/A1078_Hashing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1078_Hashing.cpp -------------------------------------------------------------------------------- /算法笔记/A1079_Total Sales of Supply Chain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1079_Total Sales of Supply Chain.cpp -------------------------------------------------------------------------------- /算法笔记/A1080_Graduate Admission.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1080_Graduate Admission.cpp -------------------------------------------------------------------------------- /算法笔记/A1081_Rational Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1081_Rational Sum.cpp -------------------------------------------------------------------------------- /算法笔记/A1082_Read Number in Chinese.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1082_Read Number in Chinese.cpp -------------------------------------------------------------------------------- /算法笔记/A1083_List Grades.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1083_List Grades.cpp -------------------------------------------------------------------------------- /算法笔记/A1084_Broken Keyboard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1084_Broken Keyboard.cpp -------------------------------------------------------------------------------- /算法笔记/A1085 Perfect Sequenc_upper_bound().cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1085 Perfect Sequenc_upper_bound().cpp -------------------------------------------------------------------------------- /算法笔记/A1085 Perfect Sequence_BinarySearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1085 Perfect Sequence_BinarySearch.cpp -------------------------------------------------------------------------------- /算法笔记/A1085_Perfect Sequence_two_pointers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1085_Perfect Sequence_two_pointers.cpp -------------------------------------------------------------------------------- /算法笔记/A1086_Tree Traversals Again.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1086_Tree Traversals Again.cpp -------------------------------------------------------------------------------- /算法笔记/A1088_Rational Arithmetic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1088_Rational Arithmetic.cpp -------------------------------------------------------------------------------- /算法笔记/A1089_Insert or Merge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1089_Insert or Merge.cpp -------------------------------------------------------------------------------- /算法笔记/A1090_Highest Price in Supply Chain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1090_Highest Price in Supply Chain.cpp -------------------------------------------------------------------------------- /算法笔记/A1091_Acute Stroke.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1091_Acute Stroke.cpp -------------------------------------------------------------------------------- /算法笔记/A1092_To Buy or Not to Buy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1092_To Buy or Not to Buy.cpp -------------------------------------------------------------------------------- /算法笔记/A1093_Count PAT's.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1093_Count PAT's.cpp -------------------------------------------------------------------------------- /算法笔记/A1094_The Largest Generation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1094_The Largest Generation.cpp -------------------------------------------------------------------------------- /算法笔记/A1095_Cars on Campus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1095_Cars on Campus.cpp -------------------------------------------------------------------------------- /算法笔记/A1096_Consecutive Factors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1096_Consecutive Factors.cpp -------------------------------------------------------------------------------- /算法笔记/A1097_Deduplication on a Linked List.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1097_Deduplication on a Linked List.cpp -------------------------------------------------------------------------------- /算法笔记/A1098_Insertion or Heap Sort .cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1098_Insertion or Heap Sort .cpp -------------------------------------------------------------------------------- /算法笔记/A1099_Build A Binary Search Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1099_Build A Binary Search Tree.cpp -------------------------------------------------------------------------------- /算法笔记/A1100_Mars Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1100_Mars Numbers.cpp -------------------------------------------------------------------------------- /算法笔记/A1101_Quick Sort .cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1101_Quick Sort .cpp -------------------------------------------------------------------------------- /算法笔记/A1102_Invert a Binary Tree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1102_Invert a Binary Tree.cpp -------------------------------------------------------------------------------- /算法笔记/A1103_Integer Factorization.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1103_Integer Factorization.cpp -------------------------------------------------------------------------------- /算法笔记/A1104_Sum of Number Segments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1104_Sum of Number Segments.cpp -------------------------------------------------------------------------------- /算法笔记/A1105_Spiral Matrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1105_Spiral Matrix.cpp -------------------------------------------------------------------------------- /算法笔记/A1106_Lowest Price in Supply Chain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1106_Lowest Price in Supply Chain.cpp -------------------------------------------------------------------------------- /算法笔记/A1107_Social Clusters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/A1107_Social Clusters.cpp -------------------------------------------------------------------------------- /算法笔记/B1027_打印沙漏.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/B1027_打印沙漏.cpp -------------------------------------------------------------------------------- /算法笔记/B1037_在霍格沃茨找零钱.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/B1037_在霍格沃茨找零钱.cpp -------------------------------------------------------------------------------- /算法笔记/B1038_统计同成绩学生.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/B1038_统计同成绩学生.cpp -------------------------------------------------------------------------------- /算法笔记/B1042_字符统计.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/B1042_字符统计.cpp -------------------------------------------------------------------------------- /算法笔记/B1043_输出PATest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/B1043_输出PATest.cpp -------------------------------------------------------------------------------- /算法笔记/B1047_编程团体赛.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/B1047_编程团体赛.cpp -------------------------------------------------------------------------------- /算法笔记/B1048_数字加密.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/B1048_数字加密.cpp -------------------------------------------------------------------------------- /算法笔记/BFS解决矩阵块问题.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/BFS解决矩阵块问题.cpp -------------------------------------------------------------------------------- /算法笔记/C++字符串全排列.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/C++字符串全排列.cpp -------------------------------------------------------------------------------- /算法笔记/C++数字按升序全排列.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/C++数字按升序全排列.cpp -------------------------------------------------------------------------------- /算法笔记/DFS解决背包问题.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/DFS解决背包问题.cpp -------------------------------------------------------------------------------- /算法笔记/N皇后问题_回溯法.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/N皇后问题_回溯法.cpp -------------------------------------------------------------------------------- /算法笔记/N皇后问题_高效暴力法.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/N皇后问题_高效暴力法.cpp -------------------------------------------------------------------------------- /算法笔记/区间贪心.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/区间贪心.cpp -------------------------------------------------------------------------------- /算法笔记/好朋友_并查集例题.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/算法笔记/好朋友_并查集例题.cpp -------------------------------------------------------------------------------- /读书笔记/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/merelydust/PAT-Advanced-Level/HEAD/读书笔记/.DS_Store --------------------------------------------------------------------------------