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)
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
AbstractCollection.h | 5789 |
Collection.h | 1231 |
DLLNode.h | 1323 |
LinkedList.h | 7478 |
List.h | 5332 |
PriorityQueue.h | 3496 |
Queue.h | 2080 |
Stack.h | 1700 |
test.cpp | 137 |
Vector.h | 8213 |