Skip to content

donheshanthaka/stack-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stack-in-c

stack implementation in c (array / linked_list)

Two main methods have been implemented:

  1. Array (fixed size)
  2. Linked list

Functions: Push, Pop, returnTop, print,

  • The main branch inlcudes the linked list code and there is another branch for array implementation.

Releases

No releases published

Packages

No packages published

Languages