Andrew Lalis
|
167b450ce3
|
added an is_empty function to the stack.
|
2017-05-23 11:21:38 +02:00 |
Andrew Lalis
|
bdfb9c9d57
|
Added true generic typing for stacks.
Allowed the user to custom define types for stacks, and more to come in the future.
|
2017-05-23 10:45:31 +02:00 |
Andrew Lalis
|
d034657bf6
|
Added custom type to the stack
User can define a different type if they wish, and the stack will store those items.
|
2017-05-22 15:52:30 +02:00 |
Andrew Lalis
|
33cf63a30e
|
Added a tester file and used pointers for stacks.
Changed arguments for stack functions to pointers, for ease of use!
|
2017-05-22 15:26:21 +02:00 |
A.G. Lalis
|
4c6ff8bb23
|
Added handyargs.h and code for stacks.
Implemented full stack functionality for integer items. Functions added:
createStack, freeStack, pushToStack, popFromStack, printStack.
|
2017-05-22 15:04:25 +02:00 |