Linked List

C

I.

  • Generic doubly-linked list
Source code

II.

  • Generic doubly-linked list
  • Uses empty nodes to mark the start and end of the list
  • Non-intrustive iterator
Source code
Examples