Queues is a software library that provides a Deque and a Randomized Queue
Queues is a software library that provides the following useful generic data structures:
Project Structure
Prerequisites
NetBeans IDE - for download and install go to https://netbeans.org/
Set-up
Testing
JUnit test files in the test folder.
Permutation.java reads in a sequence of strings from .txt folders and tests weather the RandomizedQueue iterator returns the elements in a random order.
Author
Andreea Teodor
Credits
This application was written as part of an assignment for: Algorithms, Part I by Princeton University on Coursera.