Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alajfit/js.dequeuearray
- Owner: alajfit
- License: mit
- Created: 2021-02-02T18:20:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-05T18:53:33.000Z (almost 4 years ago)
- Last Synced: 2024-03-18T18:10:43.711Z (10 months ago)
- Language: TypeScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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