Skip to content

The task involves compiling and running a Java program that implements and tests a stack data structure using a linked list. The output demonstrates various stack operations such as checking if the stack is empty, pushing elements, peeking at the top element, popping elements, and verifying the stack's state.

Notifications You must be signed in to change notification settings

SandyWagwa/linked-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

About

The task involves compiling and running a Java program that implements and tests a stack data structure using a linked list. The output demonstrates various stack operations such as checking if the stack is empty, pushing elements, peeking at the top element, popping elements, and verifying the stack's state.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages