Skip to content

面试题词汇

AstroMen edited this page Feb 27, 2017 · 7 revisions

算法面试题词汇

单词 音标 翻译
product [ˈprɑdʌkt] 乘积
palindrome [ˈpælɪndroʊm] 回文
ascending [əˈsɛndɪŋ] 升序

计算机专业词汇

单词 音标 翻译
exclusive-or [ɪkˈsklusɪv] XOR 异或
bit manipulation [məˌnɪpjʊˈleʃən] 位操作
carry [ˈkæri] 进位
congruence formula [ˈkɑŋɡruəns, kənˈɡru-] [ˈfɔrmjələ] 同余式

STL
  标准STL序列容器
  * vector
  * string
  * deque
  * list
  标准STL Associative Container
  * set
  * multiset
  * map
  * multimap
  非标准关联容器
  * hash_set
  * hash_multiset
  * hash_map
  * hash_multimap
  * unordered_set
  * unordered_multiset
  * unordered_map
  标准非STL容器
  * array
  * stack
  * queue
  * hash_multimap
  数据结构的对比

笔记
  常用头文件
  用法注意
  位运算

常见面试题
  面试题词汇
  TopK
  5亿个int找中位数
  多线程-生产者消费者模式

Suggestion
  * Suggestion for job

Clone this wiki locally