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.
- Host: GitHub
- URL: https://github.com/kevinlin1/deques
- Owner: kevinlin1
- License: mit
- Created: 2022-08-09T03:15:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T02:03:25.000Z (over 1 year ago)
- Last Synced: 2023-09-27T11:55:52.164Z (over 1 year ago)
- Topics: data-structures, deque, education, queue, stack
- Language: Java
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.