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