/StackInC

The Stack is a linear data structure that follows the Last-In-First-Out (LIFO) principle. In a stack, elements are inserted and removed from the same end, which is called the top.

Primary LanguageC

No issues in this repository yet.