|
1 |
| -:shell: [@aureooms/js-fibonacci-heap](https://make-github-pseudonymous-again.github.io/js-fibonacci-heap) |
| 1 | +:scissors: [@heap-data-structure/fibonacci-heap](https://heap-data-structure.github.io/fibonacci-heap) |
2 | 2 | ==
|
3 | 3 |
|
4 | 4 | Fibonacci heap data structure for JavaScript.
|
5 |
| -See [docs](https://make-github-pseudonymous-again.github.io/js-fibonacci-heap/index.html). |
6 |
| -Parent is [@aureooms/js-heap](https://github.com/make-github-pseudonymous-again/js-heap). |
| 5 | +See [docs](https://heap-data-structure.github.io/fibonacci-heap/index.html). |
| 6 | +Parent is [@heap-data-structure/about](https://github.com/heap-data-structure/about). |
7 | 7 |
|
8 | 8 | > :warning: The code requires `regeneratorRuntime` to be defined, for instance by importing
|
9 | 9 | > [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).
|
10 | 10 |
|
11 | 11 | ```js
|
12 |
| -import {FibonacciHeap} from '@aureooms/js-fibonacci-heap'; |
13 |
| -import {increasing} from '@aureooms/js-compare'; |
| 12 | +import {FibonacciHeap} from '@heap-data-structure/fibonacci-heap'; |
| 13 | +import {increasing} from '@heap-data-structure/js-compare'; |
14 | 14 | let heap = new FibonacciHeap( increasing ) ;
|
15 | 15 | ```
|
16 | 16 |
|
17 |
| -[](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-fibonacci-heap/main/LICENSE) |
18 |
| -[](https://www.npmjs.org/package/@aureooms/js-fibonacci-heap) |
19 |
| -[](https://github.com/make-github-pseudonymous-again/js-fibonacci-heap/actions/workflows/ci:test.yml?query=branch:main) |
20 |
| -[](https://david-dm.org/make-github-pseudonymous-again/js-fibonacci-heap) |
21 |
| -[](https://david-dm.org/make-github-pseudonymous-again/js-fibonacci-heap?type=dev) |
22 |
| -[](https://github.com/make-github-pseudonymous-again/js-fibonacci-heap/issues) |
23 |
| -[](https://www.npmjs.org/package/@aureooms/js-fibonacci-heap) |
24 |
| - |
25 |
| -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-fibonacci-heap/issues) |
26 |
| -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-fibonacci-heap/trends/churn) |
27 |
| -[](https://codecov.io/gh/make-github-pseudonymous-again/js-fibonacci-heap) |
28 |
| -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-fibonacci-heap/trends/technical_debt) |
29 |
| -[](https://make-github-pseudonymous-again.github.io/js-fibonacci-heap/source.html) |
30 |
| -[](https://bundlephobia.com/result?p=@aureooms/js-fibonacci-heap) |
| 17 | +[](https://raw.githubusercontent.com/heap-data-structure/fibonacci-heap/main/LICENSE) |
| 18 | +[](https://www.npmjs.org/package/@heap-data-structure/fibonacci-heap) |
| 19 | +[](https://github.com/heap-data-structure/fibonacci-heap/actions/workflows/ci:test.yml?query=branch:main) |
| 20 | +[](https://david-dm.org/heap-data-structure/fibonacci-heap) |
| 21 | +[](https://david-dm.org/heap-data-structure/fibonacci-heap?type=dev) |
| 22 | +[](https://github.com/heap-data-structure/fibonacci-heap/issues) |
| 23 | +[](https://www.npmjs.org/package/@heap-data-structure/fibonacci-heap) |
| 24 | + |
| 25 | +[](https://codeclimate.com/github/heap-data-structure/fibonacci-heap/issues) |
| 26 | +[](https://codeclimate.com/github/heap-data-structure/fibonacci-heap/trends/churn) |
| 27 | +[](https://codecov.io/gh/heap-data-structure/fibonacci-heap) |
| 28 | +[](https://codeclimate.com/github/heap-data-structure/fibonacci-heap/trends/technical_debt) |
| 29 | +[](https://heap-data-structure.github.io/fibonacci-heap/source.html) |
| 30 | +[](https://bundlephobia.com/result?p=@heap-data-structure/fibonacci-heap) |
31 | 31 |
|
32 | 32 |
|
33 | 33 | ## :scroll: References
|
|
0 commit comments