Skip to content

nkitan/linkedSTACK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linkedSTACK

a linked list implementation of a STACK written in C++

This is a simple implementation of the FIFO data structure written in C++.

FOR LINUX

compile the included cpp file using g++ linkedSTACK.cpp -o linkedSTACK
then, run the binary file using ./linkedSTACK

FOR WINDOWS

Compile and run using your favourite compiler/IDE. recommended: DEV C++ or Code::Blocks

FEATURES

  • Push , pop and display using functions ( Modular )
  • Menu driven (CLI)
  • Dynamically allocated memory
  • ( Virutally ) Infinite storage
  • Data structure can be morphed/changed easily
  • Garbage collection
  • Quick runtime

DISCLAIMER: This is for learing purposes , i know it has bugs. help me out with them? and it also happens to be my first repository.

About

a basic data structure written in pure C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages