Skip to content

inpour/stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Stack

The stack type represents a last-in-first-out (LIFO) stack of generic items implemented using a linked list. It supports the usual Push and Pop operations, along with methods for Peeking at the top item, getting the size of the stack and testing if the stack is empty. The Push, Pop, Peek, Size, and IsEmpty operations all take constant time in the worst case.

About

Stack (linked list implementation)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages