双向链接 meaning in English
tow-way link
two-way linkage
Examples
- Using xlink , you can create bidirectional links
使用xlink ,可以创建双向链接。 - Represents a doubly linked list
表示双向链接列表。 - If your code does not require a doubly linked list you may want to reconsider using
如果代码不要求双向链接表,可能需要重新考虑使用 - Is a doubly linked list , so element insertion is fast at the head , tail , and at a known position
是双向链接表,因此头、尾和表中已知位置( - The elements are doubly - linked so that an arbitrary element can be removed without traversing the list
那些元素双向链接的,所以不用遍历链表就可以删除任意一个元素。