To compile, use the command make list
The relevant files are
- List.h
- List.cpp
- ListClient.cpp (To be completed)
Stack clients have been written already. Each client does the same thing.
To compile, use the command make stackv
The relevant files are
- StackV.h
- StackV.cpp (To be completed)
- StackVclient.cpp
To compile, use the command make stackl
The relevant files are
- StackL.h
- StackL.cpp (To be completed)
- StackLclient.cpp
To compile, use the command make stackll
The relevant files are
- StackLL.h
- StackLL.cpp (To be completed)
- StackLLclient.cpp