Hello,
Can you help me please with this exercise
THANKS
Write in C the programm and algorithm for finding the minimum (min) between elements in a stack.
Build in C language two methods that calculate the minimum of a stack:
a)Stack implemented with linked list (one way linked list)
b)Stack Implemented with array