1.case insensitive 不区分大小写
2.nodecreasing order 递增次序;非递减次序
3.lower case 小写字母
4.upper case 大写字母
5.there is a tie 成绩并列
6.alphabetical order 字典序
7.simultaneously 同时地
8.positive number
9.negative number
10.chronologically 按时间的先后顺序记录
11.for the sake of simplicity 为了简单起见
图论:
1.directed grapg 有向图
2.undirected graph 无向图
3.directed edges 有向边
4.topological order 拓扑序列
5.vertices vertex的复数形式 表示节点
6.indices index的复数形式 一般表示下标
7.connected components 连通分量