The following C project contains the C source code and C examples used for standard container. It's standard template container consist of Queue, Stack, PriorirtyQueue, LinkedList, List(Circle LinkedList) all these structures use Double Linked List. And this container also contains Vector(Dynamic Array)