Data structure-4 双向链表 DoubleLinkedList--Java语言实现
1. 双向链表简介 Doubly Linked List is a variation of Linked list in which navigation is possible in both ways, either forward and backward easily as compared to Single Linked List. Following are the import