double_linked_list 1.0.2
double_linked_list: ^1.0.2 copied to clipboard
A Generic Double Linked List data structure. This data structure allows constant time inserting at elements at both ends, and with access to any node, also allows constant time inserting new elements [...]