Skip to content

Pelmeshka127/Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack

This repository includes the implementation of Stack on C programm language

Stack is a data structure organized according to the LIFO (last in first out) principle.

This implementation includes Canary_Protection that do not allow to penetrate the structure of Stack

It also contains Stack_Dump that allows us to check the status of Stack after "Pushing", "Popping" and "Resizing"

To build this prog:

make

./stack

About

The implementation of Stack in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published