/deques

An introduction to data structures and algorithm analysis through a comparison of double-ended queue implementations.

Primary LanguageJavaMIT LicenseMIT

Deques

An introduction to data structures and algorithm analysis through a comparison of double-ended queue implementations. See the Releases for instructions.

Setup

This project is pre-configured for IntelliJ IDEA.

  1. Install IntelliJ IDEA.
  2. Download or clone this project and open it in IntelliJ.
  3. Run the BrowserHistory class to try-out the default implementation.