https://github.com/data-structures-and-algorithms/deque
:snake: Python's deque data structure for JavaScript
https://github.com/data-structures-and-algorithms/deque
agpl computer-science data-structures deque javascript
Last synced: about 1 month ago
JSON representation
:snake: Python's deque data structure for JavaScript
- Host: GitHub
- URL: https://github.com/data-structures-and-algorithms/deque
- Owner: data-structures-and-algorithms
- License: agpl-3.0
- Created: 2016-11-14T16:59:07.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T22:10:08.000Z (about 1 month ago)
- Last Synced: 2025-05-01T02:39:21.217Z (about 1 month ago)
- Topics: agpl, computer-science, data-structures, deque, javascript
- Language: JavaScript
- Homepage: https://data-structures-and-algorithms.github.io/js-collections-deque
- Size: 4.69 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:snake: [@data-structure/deque](https://data-structures-and-algorithms.github.io/deque)
==Python's deque data structure for JavaScript.
See [docs](https://data-structures-and-algorithms.github.io/deque).
Parent is [js-data-structures](https://github.com/make-github-pseudonymous-again/js-data-structures).```js
import {deque} from '@data-structure/deque';
deque( 'abcde' , 3 ) ; // 'cde'
```[](https://raw.githubusercontent.com/data-structures-and-algorithms/deque/main/LICENSE)
[](https://www.npmjs.org/package/@data-structure/deque)
[](https://github.com/data-structures-and-algorithms/deque/actions/workflows/ci.yml?query=branch:main)
[](https://github.com/data-structures-and-algorithms/deque/network/dependencies)
[](https://github.com/data-structures-and-algorithms/deque/issues)
[](https://www.npmjs.org/package/@data-structure/deque)[](https://codeclimate.com/github/data-structures-and-algorithms/deque/issues)
[](https://codeclimate.com/github/data-structures-and-algorithms/deque/trends/churn)
[](https://codecov.io/gh/data-structures-and-algorithms/deque)
[](https://codeclimate.com/github/data-structures-and-algorithms/deque/trends/technical_debt)
[](https://data-structures-and-algorithms.github.io/deque/source.html)
[](https://bundlephobia.com/result?p=@data-structure/deque)