PAT常用英文單詞(持續更新)

爲了方便自己也爲了方便別人,雖然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-種顏色圖。
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章