Andrew Lalis
|
69daec541c
|
Merge pull request #1 from andrewlalis/andrew
Finalized linked list functions and readme
|
2017-05-23 21:13:03 +02:00 |
Andrew Lalis
|
306f193312
|
Finalized linked list functions and readme
The linked lists are finalized, and the readme is updated with a section on linked lists.
|
2017-05-23 21:11:35 +02:00 |
Andrew Lalis
|
dad33e0587
|
working on insert list
|
2017-05-23 18:29:13 +02:00 |
Andrew Lalis
|
f8cc4c0a2b
|
Added list structure.
Added a generic list structure. Some functions still need to be added.
|
2017-05-23 18:02:10 +02:00 |
Andrew Lalis
|
167b450ce3
|
added an is_empty function to the stack.
|
2017-05-23 11:21:38 +02:00 |
Andrew Lalis
|
2787de465b
|
added back to top and fixed some c code in functions list in readme
|
2017-05-23 11:15:42 +02:00 |
Andrew Lalis
|
2a1503ef41
|
fixed table of contents list newlines
|
2017-05-23 11:13:41 +02:00 |
Andrew Lalis
|
0b9581f638
|
corrected links in readme.
|
2017-05-23 11:12:23 +02:00 |
Andrew Lalis
|
cd87b4c76f
|
working on readme
|
2017-05-23 11:10:24 +02:00 |
Andrew Lalis
|
68a18e7cf3
|
changed readme a bit
|
2017-05-23 11:05:23 +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
|
76e80dbd9a
|
fixed some more with the readme
|
2017-05-22 15:36:54 +02:00 |
Andrew Lalis
|
1ccc72c16d
|
trying out the code in readme
|
2017-05-22 15:34:36 +02:00 |
Andrew Lalis
|
3ae088f445
|
Updated readme with stack functions.
|
2017-05-22 15:30:13 +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 |
A.G. Lalis
|
e668263ab7
|
Added git ignore
|
2017-05-22 14:28:05 +02:00 |
A.G. Lalis
|
af8ad2fded
|
Changed the readme a little bit.
Added some structure for listing all the functions.
|
2017-05-22 14:23:01 +02:00 |
Andrew Lalis
|
f28d738b21
|
Initial commit
|
2017-05-22 14:13:50 +02:00 |