PAT题单目录

Posted 揭航

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PAT题单目录相关的知识,希望对你有一定的参考价值。

PAT题单目录

PAT乙级

编号标题题解类型-备注
1001害死人不偿命的(3n+1)猜想[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1001. 害死人不偿命的(3n+1)猜想.cpp)水题
1002写出这个数[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1002. 写出这个数.cpp)STL 应用
1003我要通过![C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1003. 我要通过!.cpp)数学规律推导
1004成绩排名[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1004. 成绩排名.cpp)水题
1005继续(3n+1)猜想[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1005. 继续(3n+1)猜想.cpp)散列表
1006换个格式输出整数[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1006. 换个格式输出整数.cpp)字符串处理
1007素数对猜想[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1007. 素数对猜想.cpp)数学素数
1008数组元素循环右移问题[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1008. 数组元素循环右移问题.md)水题三次翻转
1009说反话[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1009. 说反话.cpp)STL 应用
1010一元多项式求导[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1010. 一元多项式求导.cpp)水题
1011A+B 和 C[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1011. A+B和C.cpp)水题
1012数字分类[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1012. 数字分类.cpp)水题
1013数素数[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1013. 数素数.md)数学素数
1014福尔摩斯的约会[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1014. 福尔摩斯的约会.cpp)散列表
1015德才论[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1015. 德才论.cpp)排序
1016部分 A+B[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1016. 部分A+B.md)字符串处理
1017A 除以 B[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1017. A除以B.cpp)数学大整数运算
1018锤子剪刀布[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1018. 锤子剪刀布.md)STL 应用
1019数字黑洞[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1019. 数字黑洞.cpp)排序
1020月饼[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1020. 月饼.cpp)贪心
1021个位数统计[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1021. 个位数统计.cpp)散列表
1022D 进制的 A+B[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1022. D进制的A+B.cpp)进制转换
1023组个最小数[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1023. 组个最小数.cpp)贪心
1024科学计数法[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1024. 科学计数法.cpp)模拟正则表达式
1025反转链表[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1025. 反转链表.cpp)链表
1026程序运行时间[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1026. 程序运行时间.cpp)水题
1027打印沙漏[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1027. 打印沙漏.cpp)图形输出
1028人口普查[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1028. 人口普查.cpp)水题
1029旧键盘[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1029. 旧键盘.cpp)散列表
1030完美数列[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1030. 完美数列.cpp)二分查找、two pointers
1031查验身份证[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1031. 查验身份证.cpp)字符串处理
1032挖掘机技术哪家强[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1032. 挖掘机技术哪家强.cpp)散列表
1033旧键盘打字[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1033. 旧键盘打字.cpp)散列表
1034有理数四则运算[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1034. 有理数四则运算.cpp)数学分数
1035插入与归并[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1035. 插入与归并.cpp)排序插入排序、归并排序
1036跟奥巴马一起编程[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1036. 跟奥巴马一起编程.md)图形输出
1037在霍格沃茨找零钱[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1037. 在霍格沃茨找零钱.cpp)进制转换
1038统计同成绩学生[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1038. 统计同成绩学生.cpp)散列表
1039到底买不买[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1039. 到底买不买.cpp)散列表
1040有几个 PAT[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1040. 有几个PAT.md)双向推导
1041考试座位号[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1041. 考试座位号.md)散列表
1042字符统计[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1042. 字符统计.md)散列表
1043输出 PATest[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1043. 输出PATest.cpp)STL 应用
1044火星数字[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1044. 火星数字.cpp)散列表
1045快速排序[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1045. 快速排序.md)双向推导
1046划拳[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1046. 划拳.md)水题
1047编程团体赛[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1047. 编程团体赛.md)散列表
1048数字加密[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1048. 数字加密.md)进制转换
1049数列的片段和[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1049. 数列的片段和.cpp)数学规律推导
1050螺旋矩阵[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1050. 螺旋矩阵.cpp)图形输出
1051复数乘法[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1051. 复数乘法.cpp)数学简单数学问题
1052卖个萌[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1052. 卖个萌.cpp)字符串处理
1053住房空置率[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1053. 住房空置率.md)水题
1054求平均值[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1054. 求平均值.cpp)模拟正则表达式
1055集体照[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1055. 集体照.md)排序
1056组合数的和[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1056. 组合数的和.md)暴力枚举
1057数零壹[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1057. 数零壹.cpp)STL 应用
1058选择题[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1058. 选择题.cpp)模拟成绩统计
1059C 语言竞赛[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1059. C语言竞赛.cpp)散列表
1060爱丁顿数[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1060. 爱丁顿数.md)二分查找
1061判断题[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1061. 判断题.md)STL 应用
1062最简分数[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1062. 最简分数.md)数学分数
1063计算谱半径[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1063. 计算谱半径.cpp)水题
1064朋友数[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1064. 朋友数.cpp)进制转换
1065单身狗[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1065. 单身狗.cpp)散列表
1066图像过滤[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1066. 图像过滤.cpp)水题
1067试密码[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1067. 试密码.cpp)字符串处理
1068万绿丛中一点红[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1068. 万绿丛中一点红.cpp)散列表
1069微博转发抽奖[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1069. 微博转发抽奖.cpp)散列表
1070结绳[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1070. 结绳.md)贪心
1071小赌怡情[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1071. 小赌怡情.cpp)水题
1072开学寄语[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1072. 开学寄语.cpp)STL 应用
1073多选题常见计分法[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1073. 多选题常见计分法.cpp)模拟成绩统计
1074宇宙无敌加法器[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1074. 宇宙无敌加法器.md)数学大整数运算
1075链表元素分类[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1075. 链表元素分类.cpp)链表
1076Wifi 密码[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1076. Wifi密码.md)字符串处理
1077互评成绩计算[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1077. 互评成绩计算.cpp)STL 应用
1078字符串压缩与解压[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1078. 字符串压缩与解压.cpp)字符串处理
1079延迟的回文数[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1079. 延迟的回文数.cpp)数学大整数运算
1080MOOC 期终成绩[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1080. MOOC期终成绩.cpp)模拟成绩统计
1081检查密码[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1081. 检查密码.md)字符串处理
1082射击比赛[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1082. 射击比赛.md)STL 应用
1083是否存在相等的差[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1083. 是否存在相等的差.cpp)STL 应用
1084外观数列[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1084. 外观数列.cpp)字符串处理
1085PAT 单位排行[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1085. PAT单位排行.cpp)模拟成绩统计
1086就不告诉你[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1086. 就不告诉你.md)水题
1087有多少不同的值[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1087. 有多少不同的值.cpp)STL 应用
1088三人行[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1088. 三人行.md)暴力枚举
1089狼人杀-简单版[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1089. 狼人杀-简单版.cpp)暴力枚举
1090危险品装箱[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1090. 危险品装箱.cpp)散列表
1091N-自守数[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1091. N-自守数.md)数学简单数学问题
1092最好吃的月饼[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1092. 最好吃的月饼.md)STL 应用
1093字符串 A+B[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1093. 字符串A+B.md)散列表
1094谷歌的招聘[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1094. 谷歌的招聘.cpp)数学素数
1095解码 PAT 准考证[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Basic Level/1095. 解码PAT准考证.md)模拟成绩统计

PAT甲级

编号标题题解类型备注
1001A+B Format[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1001. A+B Format.md)字符串处理
1002A+B for Polynomials[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1002. A+B for Polynomials.cpp)STL 应用
1003Emergency[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1003. Emergency.md)最短路径问题
1004Counting Leaves[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1004. Counting Leaves.cpp)多叉树
1005Spell It Right[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1005. Spell It Right.md)STL 应用
1006Sign In and Sign Out[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1006. Sign In and Sign Out.cpp)水题
1007Maximum Subsequence Sum[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1007. Maximum Subsequence Sum.md)动态规划最大连续子序列和问题
1008Elevator[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1008. Elevator.cpp)数学简单数学问题
1009Product of Polynomials[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1009. Product of Polynomials.md)STL 应用
1010Radix[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1010. Radix.cpp)二分查找
1011World Cup Betting[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1011. World Cup Betting.md)水题
1012The Best Rank[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1012. The Best Rank.md)模拟成绩统计
1013Battle Over Cities[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1013. Battle Over Cities.cpp)无向图连通分量分解
1014Waiting in Line[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1014. Waiting in Line.cpp)模拟与优先级有关的模拟
1015Reversible Primes[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1015. Reversible Primes.md)数学素数
1016Phone Bills[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1016. Phone Bills.cpp)模拟记录匹配
1017Queueing at Bank[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1017. Queueing at Bank.cpp)模拟与优先级有关的模拟
1018Public Bike Management[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1018. Public Bike Management.md)最短路径问题
1019General Palindromic Number[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1019. General Palindromic Number.cpp)进制转换
1020Tree Traversals[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1020. Tree Traversals.cpp)根据遍历序列创建二叉树
1021Deepest Root[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1021. Deepest Root.md)无向图连通分量分解
1022Digital Library[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1022. Digital Library.md)散列表
1023Have Fun with Numbers[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1023. Have Fun with Numbers.cpp)数学大整数运算
1024Palindromic Number[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1024. Palindromic Number.md)数学大整数运算
1025PAT Ranking[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1025. PAT Ranking.cpp)排序
1026Table Tennis[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1026. Table Tennis.cpp)模拟与优先级有关的模拟
1027Colors in Mars[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1027. Colors in Mars.cpp)进制转换
1028List Sorting[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1028. List Sorting.cpp)排序function 应用
1029Median[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1029. Median.cpp)two pointers
1030Travel Plan[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1030. Travel Plan.md)最短路径问题
1031Hello World for U[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1031. Hello World for U.cpp)图形输出
1032Sharing[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1032. Sharing.cpp)链表
1033To Fill or Not to Fill[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1033. To Fill or Not to Fill.cpp)贪心
1034Head of a Gang[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1034. Head of a Gang.md)并查集
1035Password[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1035. Password.md)散列表
1036Boys vs Girls[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1036. Boys vs Girls.md)水题
1037Magic Coupon[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1037. Magic Coupon.md)贪心
1038Recover the Smallest Number[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1038. Recover the Smallest Number.cpp)STL 应用
1039Course List for Student[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1039. Course List for Student.md)散列表
1040Longest Symmetric String[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1040. Longest Symmetric String.md)最长回文子串问题
1041Be Unique[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1041. Be Unique.md)散列表
1042Shuffling Machine[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1042. Shuffling Machine.cpp)STL 应用
1043Is It a Binary Search Tree[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1043. Is It a Binary Search Tree.cpp)根据遍历序列创建二叉树
1044Shopping in Mars[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1044. Shopping in Mars.cpp)二分查找、two pointers
1045Favorite Color Stripe[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1045. Favorite Color Stripe.md)动态规划最长不下降子序列问题
1046Shortest Distance[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1046. Shortest Distance.cpp)数学规律推导
1047Student List for Course[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1047. Student List for Course.cpp)排序
1048Find Coins[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1048. Find Coins.md)二分查找、two pointers
1049Counting Ones[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1049. Counting Ones.md)数学规律推导
1050String Subtraction[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1050. String Subtraction.md)散列表
1051Pop Sequence[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1051. Pop Sequence.cpp)STL 应用
1052Linked List Sorting[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1052. Linked List Sorting.md)链表
1053Path of Equal Weight[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1053. Path of Equal Weight.md)多叉树
1054The Dominant Color[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1054. The Dominant Color.cpp)散列表
1055The World’s Richest[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1055. The World’s Richest.md)排序
1056Mice and Rice[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1056. Mice and Rice.md)模拟
1057Stack[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1057. Stack.md)树状数组、线段树、multiset
1058A+B in Hogwarts[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1058. A+B in Hogwarts.md)进制转换
1059Prime Factors[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1059. Prime Factors.cpp)数学素数
1060Are They Equal[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1060. Are They Equal.cpp)字符串处理
1061Dating[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1061. Dating.cpp)散列表
1062Talent and Virtue[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1062. Talent and Virtue.cpp)排序
1063Set Similarity[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1063. Set Similarity.md)STL 应用
1064Complete Binary Search Tree[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1064. Complete Binary Search Tree.cpp)创建形态固定的二叉查找树
1065A+B and C (64bit)[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1065. A+B and C.md)水题
1066Root of AVL Tree[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1066. Root of AVL Tree.md)AVL树
1067Sort with Swap(0,*)[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1067. Sort with Swap(0, i).md)贪心
1068Find More Coins[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1068. Find More Coins.md)动态规划0-1背包问题
1069The Black Hole of Numbers[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1069. The Black Hole of Numbers.cpp)排序
1070Mooncake[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1070. Mooncake.cpp)贪心
1071Speech Patterns[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1071. Speech Patterns.md)STL 应用
1072Gas Station[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1072. Gas Station.cpp)最短路径问题
1073Scientific Notation[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1073. Scientific Notation.cpp)模拟正则表达式
1074Reversing Linked List[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1074. Reversing Linked List.cpp)链表
1075PAT Judge[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1075. PAT Judge.md)模拟成绩统计
1076Forwards on Weibo[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1076. Forwards on Weibo.md)图的遍历
1077Kuchiguse[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1077. Kuchiguse.cpp)STL 应用
1078Hashing[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1078. Hashing.md)哈希
1079Total Sales of Supply Chain[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1079. Total Sales of Supply Chain.cpp)多叉树
1080Graduate Admission[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1080. Graduate Admission.md)排序
1081Rational Sum[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1081. Rational Sum.md)数学分数
1082Read Number in Chinese[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1082. Read Number in Chinese.md)字符串处理
1083List Grades[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1083. List Grades.md)排序
1084Broken Keyboard[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1084. Broken Keyboard.cpp)散列表
1085Perfect Sequence[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1085. Perfect Sequence.cpp)二分查找、two pointers
1086Tree Traversals Again[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1086. Tree Traversals Again.cpp)根据遍历序列创建二叉树
1087All Roads Lead to Rome[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1087. All Roads Lead to Rome.md)最短路径问题
1088Rational Arithmetic[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1088. Rational Arithmetic.cpp)数学分数
1089Insert or Merge[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1089. Insert or Merge.cpp)排序插入排序、归并排序
1090Highest Price in Supply Chain[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1090. Highest Price in Supply Chain.cpp)多叉树
1091Acute Stroke[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1091. Acute Stroke.md)图的遍历
1092To Buy or Not to Buy[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1092. To Buy or Not to Buy.cpp)散列表
1093Count PAT’s[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1093. Count PAT’s.md)双向推导
1094The Largest Generation[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1094. The Largest Generation.md)多叉树
1095Cars on Campus[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1095. Cars on Campus.cpp)模拟记录匹配
1096Consecutive Factors[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1096. Consecutive Factors.md)数学素数
1097Deduplication on a Linked List[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1097. Deduplication on a Linked List.md)链表
1098Insertion or Heap Sort[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1098. Insertion or Heap Sort.cpp)排序插入排序、堆排序
1099Build A Binary Search Tree[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1099. Build A Binary Search Tree.cpp)创建形态固定的二叉查找树
1100Mars Numbers[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1100. Mars Numbers.cpp)散列表
1101Quick Sort[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1101. Quick Sort.md)双向推导
1102Invert a Binary Tree[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1102. Invert a Binary Tree.cpp)二叉树
1103Integer Factorization[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1103. Integer Factorization.md)暴力搜索
1104Sum of Number Segments[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1104. Sum of Number Segments.cpp)数学规律推导
1105Spiral Matrix[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1105. Spiral Matrix.cpp)图形输出
1106Lowest Price in Supply Chain[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1106. Lowest Price in Supply Chain.md)多叉树
1107Social Clusters[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1107. Social Clusters.cpp)并查集
1108Finding Average[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1108. Finding Average.cpp)模拟正则表达式
1109Group Photo[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1109. Group Photo.md)排序
1110Complete Binary Tree[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1110. Complete Binary Tree.cpp)完全二叉树
1111Online Map[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1111. Online Map.md)最短路径问题
1112Stucked Keyboard[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1112. Stucked Keyboard.cpp)散列表
1113Integer Set Partition[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1113. Integer Set Partition.md)数学简单数学问题
1114Family Property[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1114. Family Property.md)并查集
1115Counting Nodes in a BST[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1115. Counting Nodes in a BST.cpp)二叉查找树
1116Come on! Let’s C[C++](https://github.com/richenyunqi/CCF-CSP-and-PAT-solution/blob/master/PAT/Advanced Level/1116. Come on! Let’s C.cpp)散列表
1117Eddington Number[C&

以上是关于PAT题单目录的主要内容,如果未能解决你的问题,请参考以下文章

背包DP题单★

记忆化搜索题单

解题报告_算法题单_索引

天梯赛赛前热身

PAT练习题目录

PAT甲级目录

(c)2006-2024 SYSTEM All Rights Reserved IT常识