名词中文翻译
中文翻译:双重链接的线性列表
同义词:
['doubly linked list', 'doubly-linked list']
例句:
-
1.This data structure is used in many applications, including databases and file systems.
这种数据结构在许多应用中都有使用,包括数据库和文件系统。
-
2. The doubly-linked list implementation in this example uses a simple pointer approach to add elements at the end of the list.
在这个示例中的双向链表实现使用了一个简单的指针方法来向列表的末尾添加元素。
-
3. In a doubly-linked list, each node contains a reference to the previous node and the next node, allowingfor efficient insertion and deletion of elements.
在双向链表中,每个节点都包含对前一个节点和下一个节点的引用,这使得插入和删除元素变得高效。