|
1 | | -:cherries: [@aureooms/js-pairing-heap](https://make-github-pseudonymous-again.github.io/js-pairing-heap) |
| 1 | +:cherries: [@heap-data-structure/pairing-heap](https://heap-data-structure.github.io/pairing-heap) |
2 | 2 | == |
3 | 3 |
|
4 | | -<img src="https://cdn.rawgit.com/make-github-pseudonymous-again/js-pairing-heap/main/media/sketch.svg" width="864"> |
| 4 | +<img src="https://cdn.rawgit.com/heap-data-structure/pairing-heap/main/media/sketch.svg" width="864"> |
5 | 5 |
|
6 | 6 | Pairing heap data structure for JavaScript. |
7 | | -See [docs](https://make-github-pseudonymous-again.github.io/js-pairing-heap/index.html). |
8 | | -Parent is [@aureooms/js-heap](https://github.com/make-github-pseudonymous-again/js-heap). |
| 7 | +See [docs](https://heap-data-structure.github.io/pairing-heap/index.html). |
| 8 | +Parent is [@heap-data-structure](https://github.com/heap-data-structure/about). |
9 | 9 |
|
10 | 10 | ```js |
11 | 11 | import {increasing} from '@aureooms/js-compare'; |
12 | | -import {PairingHeap} from '@aureooms/js-pairing-heap'; |
| 12 | +import {PairingHeap} from '@heap-data-structure/pairing-heap'; |
13 | 13 | let heap = new PairingHeap( increasing ) ; |
14 | 14 | ``` |
15 | 15 |
|
16 | | -[](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-pairing-heap/main/LICENSE) |
17 | | -[](https://www.npmjs.org/package/@aureooms/js-pairing-heap) |
18 | | -[](https://github.com/make-github-pseudonymous-again/js-pairing-heap/actions/workflows/ci:test.yml?query=branch:main) |
19 | | -[](https://david-dm.org/make-github-pseudonymous-again/js-pairing-heap) |
20 | | -[](https://david-dm.org/make-github-pseudonymous-again/js-pairing-heap?type=dev) |
21 | | -[](https://github.com/make-github-pseudonymous-again/js-pairing-heap/issues) |
22 | | -[](https://www.npmjs.org/package/@aureooms/js-pairing-heap) |
23 | | - |
24 | | -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-pairing-heap/issues) |
25 | | -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-pairing-heap/trends/churn) |
26 | | -[](https://codecov.io/gh/make-github-pseudonymous-again/js-pairing-heap) |
27 | | -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-pairing-heap/trends/technical_debt) |
28 | | -[](https://make-github-pseudonymous-again.github.io/js-pairing-heap/source.html) |
29 | | -[](https://bundlephobia.com/result?p=@aureooms/js-pairing-heap) |
| 16 | +[](https://raw.githubusercontent.com/heap-data-structure/pairing-heap/main/LICENSE) |
| 17 | +[](https://www.npmjs.org/package/@heap-data-structure/pairing-heap) |
| 18 | +[](https://github.com/heap-data-structure/pairing-heap/actions/workflows/ci:test.yml?query=branch:main) |
| 19 | +[](https://david-dm.org/heap-data-structure/pairing-heap) |
| 20 | +[](https://david-dm.org/heap-data-structure/pairing-heap?type=dev) |
| 21 | +[](https://github.com/heap-data-structure/pairing-heap/issues) |
| 22 | +[](https://www.npmjs.org/package/@heap-data-structure/pairing-heap) |
| 23 | + |
| 24 | +[](https://codeclimate.com/github/heap-data-structure/pairing-heap/issues) |
| 25 | +[](https://codeclimate.com/github/heap-data-structure/pairing-heap/trends/churn) |
| 26 | +[](https://codecov.io/gh/heap-data-structure/pairing-heap) |
| 27 | +[](https://codeclimate.com/github/heap-data-structure/pairing-heap/trends/technical_debt) |
| 28 | +[](https://heap-data-structure.github.io/pairing-heap/source.html) |
| 29 | +[](https://bundlephobia.com/result?p=@heap-data-structure/pairing-heap) |
30 | 30 |
|
31 | 31 |
|
32 | 32 | ## :scroll: References |
|
0 commit comments