常见算法名词

mathematical induction 数学归纳法
Pseudocode 伪代码

arithmetic (add, subtract, multiply, divide, remainder, floor, ceiling)
算术指令(加,减,乘,除,求余,向下取整,向上取整)
data movement (load, store, copy)
数据移动指令(装入,存储,复制)
control (conditional and unconditional branch, subroutine call and return)
控制指令(条件和非条件转移、子程序调用和返回)

你可能感兴趣的:(算法)