Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alajfit/js.dequeuearray

Build an JS array with Dequeue Array functionality
https://github.com/alajfit/js.dequeuearray

Last synced: about 1 month ago
JSON representation

Build an JS array with Dequeue Array functionality

Awesome Lists containing this project

README

        

# JavaScript - DequeueArray Data Structure
Build an JS array with Dequeue Array functionality

## Motivation

- [Dynamic Array Queue](https://web.engr.oregonstate.edu/~sinisa/courses/OSU/CS261/lectures/Deque.pdf)
- [Kotlin Implementation](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-array-deque/)

## Challanges

- [ ] Test if its possible to build a Dequeue Array with JavaScript
- [ ] Test if the built Data Structure is faster than built in JavaScript Arrays