infos
infos copied to clipboard
double link list implementation
Replace forward list implementation with double-linked list implementation, which allows O(1) complexity for adding and removing both end of the list.