Skip to content

A simple console application to simulate the behavior of stacks and queues using Linked List. Includes methods to insert/delete the nodes at the front/end of the list. An additional method to insert a node any given position specified by the user is also included.

Notifications You must be signed in to change notification settings

chethanv28/Stacks-and-Queues-Simulation-using-Linked-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Stacks-and-Queues-Simulation-using-Linked-List

A simple console application to simulate the behavior of stacks and queues using Linked List. Includes methods to insert/delete the nodes at the front/end of the list. An additional method to insert a node any given position specified by the user is also included.

About

A simple console application to simulate the behavior of stacks and queues using Linked List. Includes methods to insert/delete the nodes at the front/end of the list. An additional method to insert a node any given position specified by the user is also included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages