Dynamics data struct in C++, the current data structs available are:
- Stack
- Queue
All the data struct are in the directory libs/datastruct and are header files, only include the datastruct header file in the main file o anything other file
A example for all data struct are in the src/examples folder
- Stack:
- A converter from infix to postfix
- A delimitator checker
- Queue:
- A flighs simulator