您的位置:首页 > 理论基础 > 数据结构算法

数据结构学习偶遇英语

2015-11-12 08:54 288 查看
翻译是由我通过查询单词翻译而来的,有更精准的翻译请网友不吝指出,谢谢!

Linked list is a data structure consisting of a group of vertices which together represent a sequence. Under the simplest form,each vertex is composed of a data and a reference (in other words,a link) to the next vertex in the sequence.

链表是一种数据结构,这种数据结构是由一组代表一个序列的顶点来组成的。基于最简单的形式,在序列中的每个顶点是由一个数据和指向下一个顶点的一个引用组成。

注:consist of 由...组成,vertice 顶点, represent 代表, vertex 顶点 , be composed of 由...组成, reference 引用

All available operations will be shown here. Select an action and provide the necessary input, and the action will be animated in the visualisation area.

这里展示了所有可用的操作,选择一个操作并且提供必要的输入,然后动作将会在可视化的区域内被推动。

注:animate 推动,使有活力 visualisation/visualization 可视化

As the action is being carried out, each step will be described in the status panel.

当操作被执行,每一步都会在状态嵌板中被描述。

注:panel 嵌板,仪表板

You can also follow the psuedocode highlights to trace the algorithm.

你也可以跟随高亮的伪代码追踪算法。

注:psuedo 假的,虚伪的; psuedocode 伪代码;highlight 高亮,强调;trace 追踪 algorithm 算法
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: