Skip to content

A program that implements the queue and stack data structures with thier methods created in 2022 as a lab assignment for my course on Data Structures and Algorithms in the British University in Dubai

Mayonaka88/queue-and-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Queue and Stack

A program that implements the queue and stack data structures with thier respective methods.

Program created in 2022 as an lab assignment for my course on Data Structures and Algorithms in the British University in Dubai.

There are 2 classes present which are the Queue class and the Stacker class.

App.java contains the main method.

queue.java contains the Queue class and its methods which are enqueue and dequeue.

stacker.java contains the Stacker class, that represent the stack data structure, and its methods which are push and pop.

About

A program that implements the queue and stack data structures with thier methods created in 2022 as a lab assignment for my course on Data Structures and Algorithms in the British University in Dubai

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages