|
1 | | -:snake: [@aureooms/js-collections-deque](https://make-github-pseudonymous-again.github.io/js-collections-deque) |
| 1 | +:snake: [@data-structure/deque](https://data-structures-and-algorithms.github.io/deque) |
2 | 2 | == |
3 | 3 |
|
4 | 4 | Python's deque data structure for JavaScript. |
5 | | -See [docs](https://make-github-pseudonymous-again.github.io/js-collections-deque). |
6 | | -Parent is [@aureooms/js-data-structures](https://github.com/make-github-pseudonymous-again/js-data-structures). |
| 5 | +See [docs](https://data-structures-and-algorithms.github.io/deque). |
| 6 | +Parent is [js-data-structures](https://github.com/data-structures-and-algorithms/data-structures). |
7 | 7 |
|
8 | 8 | ```js |
9 | | -import {deque} from '@aureooms/js-collections-deque'; |
| 9 | +import {deque} from '@data-structure/deque'; |
10 | 10 | deque( 'abcde' , 3 ) ; // 'cde' |
11 | 11 | ``` |
12 | 12 |
|
13 | | -[](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-collections-deque/main/LICENSE) |
14 | | -[](https://www.npmjs.org/package/@aureooms/js-collections-deque) |
15 | | -[](https://github.com/make-github-pseudonymous-again/js-collections-deque/actions/workflows/ci:test.yml?query=branch:main) |
16 | | -[](https://david-dm.org/make-github-pseudonymous-again/js-collections-deque) |
17 | | -[](https://david-dm.org/make-github-pseudonymous-again/js-collections-deque?type=dev) |
18 | | -[](https://github.com/make-github-pseudonymous-again/js-collections-deque/issues) |
19 | | -[](https://www.npmjs.org/package/@aureooms/js-collections-deque) |
| 13 | +[](https://raw.githubusercontent.com/data-structures-and-algorithms/deque/main/LICENSE) |
| 14 | +[](https://www.npmjs.org/package/@data-structure/deque) |
| 15 | +[](https://github.com/data-structures-and-algorithms/deque/actions/workflows/ci:test.yml?query=branch:main) |
| 16 | +[](https://david-dm.org/data-structures-and-algorithms/deque) |
| 17 | +[](https://david-dm.org/data-structures-and-algorithms/deque?type=dev) |
| 18 | +[](https://github.com/data-structures-and-algorithms/deque/issues) |
| 19 | +[](https://www.npmjs.org/package/@data-structure/deque) |
20 | 20 |
|
21 | | -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-collections-deque/issues) |
22 | | -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-collections-deque/trends/churn) |
23 | | -[](https://codecov.io/gh/make-github-pseudonymous-again/js-collections-deque) |
24 | | -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-collections-deque/trends/technical_debt) |
25 | | -[](https://make-github-pseudonymous-again.github.io/js-collections-deque/source.html) |
26 | | -[](https://bundlephobia.com/result?p=@aureooms/js-collections-deque) |
| 21 | +[](https://codeclimate.com/github/data-structures-and-algorithms/deque/issues) |
| 22 | +[](https://codeclimate.com/github/data-structures-and-algorithms/deque/trends/churn) |
| 23 | +[](https://codecov.io/gh/data-structures-and-algorithms/deque) |
| 24 | +[](https://codeclimate.com/github/data-structures-and-algorithms/deque/trends/technical_debt) |
| 25 | +[](https://data-structures-and-algorithms.github.io/deque/source.html) |
| 26 | +[](https://bundlephobia.com/result?p=@data-structure/deque) |
0 commit comments