
PAT
文章平均质量分 69
PTA上面一些算法奇妙的题目
WananRd
不是因为有了希望才坚持,而是因为有了坚持才有了希望。
展开
-
7-1 Arithmetic Progression of Primes (20 分)--PAT甲级(埃氏筛法)
PAT、埃氏筛法原创 2021-09-08 23:53:23 · 293 阅读 · 0 评论 -
7-2 Lab Access Scheduling (25 分)--PAT甲级(贪心)
PAT甲级、贪心原创 2021-09-08 23:46:44 · 347 阅读 · 0 评论 -
7-3 Structure of Max-Heap (25 分)--PAT甲级(堆)
PAT、堆原创 2021-09-08 23:35:08 · 232 阅读 · 0 评论 -
7-4 Recycling of Shared Bicycles (30 分)--PAT甲级(Dfs+Flody)
PAT甲级、dfs、floyd原创 2021-09-08 23:27:28 · 305 阅读 · 0 评论 -
1147 Heaps (30 分)--PAT甲级(判断堆),写完这题心态有点小崩
心态小崩原创 2021-09-07 22:59:03 · 96 阅读 · 0 评论 -
1142 Maximal Clique (25 分)--PAT甲级(图)
PAT甲级、图的联通原创 2021-09-07 22:04:40 · 130 阅读 · 0 评论 -
1141 PAT Ranking of Institutions (25 分)--PAT甲级(模拟)
PAT甲级原创 2021-09-07 20:50:34 · 113 阅读 · 0 评论 -
1140 Look-and-say Sequence (20 分)--PAT甲级
PAT甲级原创 2021-09-07 19:23:36 · 73 阅读 · 0 评论 -
1139 First Contact (30 分)--PAT甲级(中级模拟)
PAT甲级、中级模拟原创 2021-09-07 19:18:29 · 436 阅读 · 0 评论 -
1138 Postorder Traversal (25 分)--PAT甲级(后序)
PAT甲级、后序原创 2021-09-06 21:07:44 · 78 阅读 · 0 评论 -
1137 Final Grading (25 分)--PAT甲级(模拟)
PAT甲级、模拟原创 2021-09-06 16:51:55 · 135 阅读 · 0 评论 -
1136 A Delayed Palindrome (20 分)--PAT甲级(大数处理)
PAT甲级、大数处理原创 2021-09-06 16:18:42 · 101 阅读 · 0 评论 -
1135 Is It A Red-Black Tree (30 分)--PAT甲级(判断红黑树)
PAT甲级、树原创 2021-09-06 15:54:10 · 152 阅读 · 0 评论 -
1134 Vertex Cover (25 分)--PAT甲级(图)
PAT、图原创 2021-09-06 11:28:14 · 88 阅读 · 0 评论 -
1133 Splitting A Linked List (25 分)--PAT甲级(链表)
PAT甲级、链表原创 2021-09-06 10:31:03 · 109 阅读 · 0 评论 -
1132 Cut Integer (20 分)--PAT甲级
PAT甲级原创 2021-09-06 09:59:56 · 75 阅读 · 0 评论 -
1155 Heap Paths (30 分)--PAT甲级(bfs思想)
bfs、搜索、pat甲级原创 2021-09-03 17:32:43 · 77 阅读 · 0 评论 -
1143 Lowest Common Ancestor (30 分)--PAT甲级(LCA)
树、最小祖先原创 2021-09-01 16:02:53 · 140 阅读 · 0 评论 -
1078 Hashing (25 分)--PAT甲级(二次探测法)
PAT甲级、二次探测法原创 2021-09-06 09:54:09 · 138 阅读 · 0 评论 -
1077 Kuchiguse (20 分)--PAT甲级
PAT甲级原创 2021-09-06 09:54:01 · 85 阅读 · 0 评论 -
1076 Forwards on Weibo (30 分)--PAT甲级(bfs、dfs)
PAT甲级、BFS原创 2021-08-30 12:07:30 · 121 阅读 · 0 评论 -
1099 Build A Binary Search Tree (30 分)--PAT甲级(二叉搜索树)
PAT、搜索树原创 2021-08-30 11:57:21 · 110 阅读 · 0 评论 -
1098 Insertion or Heap Sort (25 分)--PAT甲级(堆排序)
堆排序、PAT甲级原创 2021-08-30 11:40:41 · 81 阅读 · 0 评论 -
1097 Deduplication on a Linked List (25 分)--PAT甲级(链表)
PAT甲级、链表原创 2021-08-30 11:22:15 · 153 阅读 · 0 评论 -
1094 The Largest Generation (25 分)--PAT甲级(树的同层最大数)
树的同层最大数、PAT甲级原创 2021-08-30 10:43:52 · 107 阅读 · 0 评论 -
1091 Acute Stroke (30 分)--PAT甲级(三维dfs)
三维dfs、pat甲级原创 2021-08-30 10:36:13 · 179 阅读 · 0 评论 -
1096 Consecutive Factors (20 分)--PAT甲级(最长连续质数)
最长连续质数、PAT原创 2021-08-30 11:10:40 · 126 阅读 · 0 评论 -
1095 Cars on Campus (30 分)--PAT甲级(中等模拟)
PAT甲级、中等模拟原创 2021-08-30 10:56:05 · 111 阅读 · 0 评论 -
1090 Highest Price in Supply Chain (25 分)--PAT甲级(叶子结点)
叶子结点原创 2021-08-30 10:25:48 · 104 阅读 · 0 评论 -
1087 All Roads Lead to Rome (30 分)--PAT甲级(DFS+Dijkstra)
PAT甲级、DFS、dijkstra原创 2021-08-23 21:25:58 · 342 阅读 · 0 评论 -
1044 Shopping in Mars (25 分)--PAT甲级(前缀和、双指针)
前缀和、双指针、pat甲级原创 2021-08-21 21:40:10 · 218 阅读 · 0 评论 -
1045 Favorite Color Stripe (30 分)--PAT甲级(dp)
PAT甲级、dp原创 2021-08-21 21:34:59 · 144 阅读 · 0 评论 -
1042 Shuffling Machine (20 分)--PAT甲级
PAT甲级原创 2021-08-17 22:17:10 · 96 阅读 · 0 评论 -
1040 Longest Symmetric String (25 分)--PAT甲级(双指针)
PAT、双指针原创 2021-08-17 21:35:53 · 97 阅读 · 0 评论 -
1039. Course List for Student (25)-PAT甲级(STL)
STL、PAT原创 2021-08-17 21:32:39 · 78 阅读 · 0 评论 -
1033 To Fill or Not to Fill (25 分)---PAT甲级(模拟+贪心)
PAT、模拟、贪心原创 2021-08-17 21:28:31 · 85 阅读 · 0 评论 -
1041 Be Unique (20 分)--PAT甲级
PAT甲级原创 2021-08-17 21:28:12 · 105 阅读 · 0 评论 -
1032 Sharing (25 分)--PAT甲级(链表)
PAT甲级、链表原创 2021-08-17 21:27:23 · 160 阅读 · 0 评论 -
1031 Hello World for U (20 分)--PAT甲级
PAT甲级原创 2021-08-17 21:27:14 · 64 阅读 · 0 评论 -
1029 Median (25 分)--PAT甲级
PAT甲级原创 2021-08-17 21:23:02 · 70 阅读 · 0 评论