搜索
分类检索
算法
A
ACO
n. 蚁群算法
aggregation
n. 聚合
algorithm
n. 算法
amortized analysis
n. 平衡分析
B
binary search
n. 二分法查找
Bloom filter
n. 布隆过滤器
breadth-first search
n. 广度优先搜索
C
CAP theorem
n. CAP定理
checksum
n. 校验和
circuit breaker
n. 断路器
circuit breaker
n. 熔断
collaborative filtering
n. 协同过滤
consistent hashing
n. 一致哈希
content-based filtering
n. 基于内容的过滤
D
decision tree
n. 决策树
depth-first search
n. 深度优先搜索
DFT
n. 离散傅里叶变换
DHT
n. 分布式散列表
distributed computing
n. 分布式计算
distributed tracing
n. 分布式追踪
dynamic programming
n. 动态规划
E
eventual consistency
n. 最终一致性
F
FFT
n. 快速傅里叶变换
FIFO
n. 先进先出
finite-state machine
n. 有限状态机
first in first out
phr. 先进先出
G
genetic algorithm
n. 遗传算法
greedy algorithm
n. 贪心算法
greedy algorithm
n. 贪婪算法
H
hash
n. 哈希
hash
n. 散列
heapsort
n. 堆排序
Huffman coding
n. 霍夫曼编码
I
isolation
n. 隔离
K
Kalman filtering
n. 卡尔曼滤波
L
least frequently used
phr. 最不常使用
least recently used
phr. 最久未使用
LFU
n. 最不常使用
LRU
n. 最久未使用
O
optimistic locking
n. 乐观锁
P
parallel
n. 平行
parallel
a. 平行
partition tolerance
n. 分区容错性
pattern recognition
n. 模式识别
pessimistic locking
n. 悲观锁
proposal
n. 提案
propose
v. 提议
Q
quicksort
n. 快速排序
R
random
n. 随机
random
a. 随机
S
simulated annealing
n. 模拟退火
sorting algorithm
n. 排序算法
state machine
n. 状态机
state transition diagram
n. 状态迁移图
T
TSP
n. 旅行推销员问题
two-phase commit
n. 二阶段提交