Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
stack Directory Reference
Directory dependency graph for stack:

Directories

directory  stack_linked_list
 

Files

file  dynamic_stack.c
 Dynamic Stack, just like Dynamic Array, is a stack data structure whose the length or capacity (maximum number of elements that can be stored) increases or decreases in real time based on the operations (like insertion or deletion) performed on it.
 
file  stack.h [code]