An open API service indexing awesome lists of open source software.

https://github.com/kevinlin1/deques

An introduction to data structures and algorithm analysis through a comparison of double-ended queue implementations.
https://github.com/kevinlin1/deques

data-structures deque education queue stack

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Deques

An introduction to data structures and algorithm analysis through a comparison of double-ended queue implementations. See the [**Releases**](https://github.com/kevinlin1/deques/releases) for instructions.

## Setup

This project is pre-configured for IntelliJ IDEA.

1. Install [IntelliJ IDEA](https://www.jetbrains.com/idea/download/).
1. Download or clone this project and open it in IntelliJ.
1. Run the `BrowserHistory` class to try-out the default implementation.