BrandonWallace2K / DoublyLinkedList

The class is implemented as a doubly-linked list, providing bidirectional iteration capability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DoublyLinkedList

LL is a container that supports constant time insertion and removal of /// elements from anywhere in the container. Fast random access is not /// supported. The class is implemented as a doubly-linked list. This container /// provides bidirectional iteration capability.

About

The class is implemented as a doubly-linked list, providing bidirectional iteration capability.

License:Apache License 2.0


Languages

Language:C++ 100.0%