为了方便自己也为了方便别人,虽然PAT大部分单词都认识,但刚刷起来很多读起来不通顺,慢慢积累起来熟练就应该好了吧。主要收集我认为比较常用常见的,还有较难翻译的地方。
- positive integer N:正整数N;
- the number of keys in the tree: N是树中关键字的数量
- N distinct integer keys:N个不同的整数
- level order traversal sequence: 层序遍历序列
- complete binary tree : 完全二叉树
- with all the numbers separated by a space :所有的数都用空格分开
- and no extra space at the beginning or the end of the line:并且每一行的开头和结尾都没有多余的
空格 - subtree:子树
- vertex:顶点
- Non-negative:非负
- if it is a proper k-coloring for some positive k,如果这是一个k(int)个正整数的合适的k-种颜色图。
- Term:指令
- increasing alphabetical order 字典序递增
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。