Skip to content

This repository contains an implementation of a queue that is based on 2 stacks.

Notifications You must be signed in to change notification settings

lddelchev/queue-by-2-stacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description of the task:

Implement a stack data structure with push and pop operations and then implement a queue using two instances of stack data structure and operations on them.

About

This repository contains an implementation of a queue that is based on 2 stacks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages