DoublyLinkedListNode carries a value and keeps reference of the previous and the next node. It also stores a reference to the List it belongs to for checking purposes.
List
Generated using TypeDoc
DoublyLinkedListNode carries a value and keeps reference of the previous and the next node. It also stores a reference to the
List
it belongs to for checking purposes.