为了方便自己也为了方便别人,虽然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-种颜色图。