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

https://github.com/mirror4s/deque

A double ended queue implementation based on linked list and array.
https://github.com/mirror4s/deque

data-structures-and-algorithms deque java

Last synced: about 1 year ago
JSON representation

A double ended queue implementation based on linked list and array.

Awesome Lists containing this project

README

          

# deque

A double ended queue implementation based on list and array.

## prior acknowledge

- [CS61B lecture 4 and lecture 5 and lecture 6](https://sp18.datastructur.es/index.html)

## reference

- [CS61B project 1A: Data Structures](https://sp18.datastructur.es/materials/proj/proj1a/proj1a)
- [gradescope](https://www.gradescope.com/courses/20666/assignments/85897/submissions/226366558)