Skip to content

A restaurant queuing simulator in Java using the Deque interface and Java.Random classes. The deque interface is a doubly linked queue where you can add and remove elements from both ends of the queue

Notifications You must be signed in to change notification settings

deepn2/Java-DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Java-DataStructures

This repo contains a Restaurant Queuing Simulator implemented in Java, that takes in inputs from the console window, and prints out a simulated restaurant queuing system on a regular day at a restaurant. This was my first major project in Java, and I learned a lot about implementing Java.Random class and using it in my program along with Math.random to generate randomized variables in the queuing process.

Created in Spring 2014

About

A restaurant queuing simulator in Java using the Deque interface and Java.Random classes. The deque interface is a doubly linked queue where you can add and remove elements from both ends of the queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages