为了方便自己也为了方便别人,虽然PAT大部分单词都认识,但刚刷起来很多读起来不通顺,慢慢积累起来熟练就应该好了吧。主要收集我认为比较常用常见的,还有较难翻译的地方。

  1. positive integer N:正整数N;
  2. the number of keys in the tree: N是树中关键字的数量
  3. N distinct integer keys:N个不同的整数
  4. level order traversal sequence: 层序遍历序列
  5. complete binary tree : 完全二叉树
  6. with all the numbers separated by a space :所有的数都用空格分开
  7. and no extra space at the beginning or the end of the line:并且每一行的开头和结尾都没有多余的
    空格
  8. subtree:子树
  9. vertex:顶点
  10. Non-negative:非负
  11. if it is a proper k-coloring for some positive k,如果这是一个k(int)个正整数的合适的k-种颜色图。
  12. Term:指令
  13. increasing alphabetical order 字典序递增

Shen
0 声望2 粉丝