Custom data containers created as a student project in the second year at ESAT.
The next data containers have been implemented in C:
- Vector
- List
- Double List
- Queue
- Stack
The use of pointers has been chosen to manage the memory and avoid memory leaks.
I know that the code could be improved, but this is a second year project with the objective of knowing how the data work and using them in later projects with the aim of making improved and optimized systems.
Access the project through Github:
