Skip to content

Latest commit

Β 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Stack-LIFO-and-Queue-FIFO-

This is a simple C# console application that demonstrates two fundamental data structures: Stack (LIFO) and Queue (FIFO). The program provides an interactive menu system where users can perform basic operations on each data structure.

Features

πŸ”Ή Stack (LIFO)

-Push β†’ Insert element at the top

-Pop β†’ Remove element from the top

-Peek β†’ View the top element without removing it

-Display β†’ Show all elements in the stack

πŸ”Ή Queue (FIFO)

-Enqueue β†’ Insert element at the rear

-Dequeue β†’ Remove element from the front

-Peek β†’ View the front element without removing it

-Display β†’ Show all elements in the queue

About

This is a simple C# console application that demonstrates two fundamental data structures: Stack (LIFO) and Queue (FIFO). The program provides an interactive menu system where users can perform basic operations on each data structure.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages