DLL:双重链接列表
“双向链表”在计算机科学领域,尤其是在数据库相关的技术文档中应用广泛。为了书写和使用的便捷,其英文名称“Doubly Linked List”通常被缩写为DLL。这种数据结构通过前后两个方向的指针链接节点,既支持正向遍历,也支持反向遍历,从而在数据插入、删除等操作中展现出更高的灵活性和效率。
Doubly Linked List具体释义
Doubly Linked List的英文发音
例句
- Basically, as items are added to the list, they are appended to a doubly linked list.
- 基本上,在项目添加到列表中,他们被追加到一个双向链表。
- One we referenced earlier is the implementation of a doubly linked list in the SPL class SplDoublyLinkedList.
- 我们前面提到一个类就是在SPL类SplDoublyLinkedList中实现的双重链接列表(DLL)。
- Generally, if you've ever taken a programming course, you probably know what a doubly linked list is.
- 一般来说,如果你曾经采取了编程过程中,你可能知道什么是双向链表的。
- Understanding the doubly linked list API will help you develop with this efficient data structure as well as understand the plethora of code in the kernel that utilizes lists.
- 理解这个双重链接的列表API有助于使用这个有效的数据结构进行开发,您会发现,代码在这个利用列表的内核中是多余的。
- Simple doubly linked list implementation.
- 简单的双循环链表的实现。
本站英语缩略词为个人收集整理,可供非商业用途的复制、使用及分享,但严禁任何形式的采集或批量盗用
若DLL词条信息存在错误、不当之处或涉及侵权,请及时联系我们处理:675289112@qq.com。