Data structures (C++) Collection of elementary data structures implemented from scratch in C++. Summary Singly linked list Doubly linked list Circular linked list (to be added) Skiplists (to be added) Stacks and Queues (to be added) Trees (to be added) Graphs (to be added)