Skip to content

Writes a generic data type for a deque and a randomized queue. A double-ended queue or deque (pronounced "deck") is a generalization of a stack and a queue that supports adding and removing items from either the front or the back of the data structure. A randomized queue is similar to a stack or queue, except that the item removed is chosen unif…

Notifications You must be signed in to change notification settings

BLuEScioN/Randomized-Queues-and-Deques

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Randomized-Queues-and-Deques

Writes a generic data type for a deque and a randomized queue. A double-ended queue or deque (pronounced "deck") is a generalization of a stack and a queue that supports adding and removing items from either the front or the back of the data structure. A randomized queue is similar to a stack or queue, except that the item removed is chosen uniformly at random from items in the data structure.

About

Writes a generic data type for a deque and a randomized queue. A double-ended queue or deque (pronounced "deck") is a generalization of a stack and a queue that supports adding and removing items from either the front or the back of the data structure. A randomized queue is similar to a stack or queue, except that the item removed is chosen unif…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages