Skip to content

samarthsinha/Stacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stacks

This repository consists implementation of Stacks in three different ways using "Modular Programming Approach".

  • Array Stacks
  • Dynamic Array Stacks
  • Linked List Stacks

How to run this script

There is a makefile which consists of three rules :

  • Array
  • DynArr
  • LL

eg: $ make Array

For running Simple array based stack compile using 'make Array'

For running Dynamic Array based stack comile using 'make DynArr'

For running Linked List based stack implementation just compile using 'make LL'

and run the executable using ./stack

About

Modular Implementation of Stacks in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages