计算机算法相关术语的英语词汇
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
计算机算法相关术语的英语词汇
计算机英语其实说难学习也不难,说不难又有一点难,小编今天就给大家整理了有关于计算机的英语,大家可以多多阅读一下
计算机英语
字典Dictionaries
堆Heap
优先级队列Priority queue
矩阵乘法Matrix multiplication
贪心算法Greedy algorithm
上界/下界Upper bound / Lower bound
最好情况/最坏情况/平均情况Best case /Worst Case/ Average case
插入排序Insertion sort
合并排序Merge sort
堆排序Heap sort
快速排序Quick sort
动态规划DP (Dynamic Programming)
背包问题Knapsack problem
霍夫曼编码Huffman Coding
迪杰斯特拉算法Dijkstra’s algorithm
贝尔曼-福德算法Bellman-Ford algorithm
弗洛伊德算法Floyd-Warshall algorithm
回溯Back-Tracking
N皇后问题N-Queen problem
渐进增长Asymptotic growth(包含O-notationΩ-notation Θ-notation)
线性规划Linear programming
随机数生成Random number generation
图的生成Generating graphs
图论-多项式算法Graph Problems – polynomial algorithm
连通分支Connected components
最小生成树Minimum Spanning Tree
最短路径Shortest path
NP问题Non-Deterministic Polynomial problem
旅行商问题Traveling salesman problem
同构Graph isomorphism
压缩Text compression
最长公共子串Longest Common Substring
最短公共父串Shortest Common Superstring
收敛速度Rate of convergence 计算机算法相关术语的英语词汇。