热心市民小喷
热心市民小喷
全部文章
分类
BFS(2)
DFS(2)
pat乙级(69)
pat甲级(16)
栈,队列(1)
浙工大(3)
问题小技巧(2)
随笔(8)
题解(2)
归档
标签
去牛客网
登录
/
注册
谁人打的太极
TA的专栏
99篇文章
2人订阅
代码学习笔记
99篇文章
1874人学习
全部文章
(共6篇)
PAT甲级1099
来自专栏
1099 Build A Binary Search Tree (30分) A Binary Search Tree (BST) is recursively defined as a binary tree which has t...
树的遍历
二叉树
二叉树的建立插入
BFS
2020-05-04
0
501
PAT甲级1004
来自专栏
1004 Counting Leaves (30分) A family hierarchy is usually presented by a pedigree tree. Your job is to count those fa...
DFS
BFS
2020-05-02
0
664
PAT1091
来自专栏
1091 Acute Stroke (30分) One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Give...
BFS
2020-05-01
1
819
PAT甲级1020(算法笔记9.2.4)
1020 Tree Traversals (25分) Suppose that all the keys in a binary tree are distinct positive integers. Given the post...
二叉树
队列
BFS
2020-04-28
1
568
算法笔记8.2.2
来自专栏
#include<iostream> #include<string> #include<vector> #include<queue> using namespace std; const int maxn&n...
最优解
BFS
2020-04-27
0
597
算法笔记8.2.1
提示: #include<iostream> #include<queue> using namespace std; #define maxn 100 struct nod { int x, y; ...
BFS
2020-04-27
0
554