adinxu
by adinxu
~1 分钟 阅读用时

分类

标签

英文编程题相关单词收集

形式类:
palindromic 回文
zigzag 之字形
non-decreasing order 非递减顺序
distinct 无重复的
ascending 升序
alphanumeric characters 字母数字字符(只包含字母及数字)

操作类:
splicing拼接
clamp 截断
truncate toward zero 向零取整
truncate toward negative infinity 向负无穷取整
conversion 转换

数学运算类:
power 幂次方
modulo取模 (Modulo operation模除)
remainder 取余
coordinate 坐标
vertical 垂直
endpoints 端点
rectilinear 直线的
dividend被除数
divisor 除数
quotient 商(除法所得的结果)
fraction小数,分数

数据结构类
n-ary tree n叉树

杂项:
in-place 原地(删除) ps:即时间复杂度为O(1)
corresponding对应的
indices 数组下标
representing 代表
guaranteed 保证
respectively 分别的
overall run time complexity 时间复杂度
forms 构成
dash 破折号
Recursive递归
iteratively迭代