1
- [ js-heapq] ( http://make-github-pseudonymous-again .github.io/js- heapq )
1
+ [ js-heapq] ( http://data-structures-and-algorithms .github.io/heapq )
2
2
==
3
3
4
4
Python's heap and priority queue library for JavaScript. Parents are
5
5
[ js-data-structures] ( https://github.com/make-github-pseudonymous-again/js-data-structures )
6
6
and
7
- [ aureooms/ js-heap] ( https://github.com/make-github-pseudonymous-again/js-heap ) .
7
+ [ js-heap] ( https://github.com/make-github-pseudonymous-again/js-heap ) .
8
8
9
9
10
10
``` js
@@ -20,20 +20,20 @@ let {
20
20
} = heapq ;
21
21
```
22
22
23
- [ ![ License] ( https://img.shields.io/github/license/make-github-pseudonymous-again/js- heapq.svg )] ( https://raw.githubusercontent.com/make-github-pseudonymous-again/js- heapq/main/LICENSE )
24
- [ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js- heapq.svg )] ( https://www.npmjs.org/package/@aureooms/js- heapq )
25
- [ ![ Build] ( https://img.shields.io/travis/make-github-pseudonymous-again/js- heapq/main.svg )] ( https://travis-ci.org/make-github-pseudonymous-again/js- heapq/branches )
26
- [ ![ Dependencies] ( https://img.shields.io/david/make-github-pseudonymous-again/js- heapq.svg )] ( https://david-dm.org/make-github-pseudonymous-again/js- heapq )
27
- [ ![ Dev dependencies] ( https://img.shields.io/david/dev/make-github-pseudonymous-again/js- heapq.svg )] ( https://david-dm.org/make-github-pseudonymous-again/js- heapq?type=dev )
28
- [ ![ GitHub issues] ( https://img.shields.io/github/issues/make-github-pseudonymous-again/js- heapq.svg )] ( https://github.com/make-github-pseudonymous-again/js- heapq/issues )
29
- [ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js- heapq.svg )] ( https://www.npmjs.org/package/@aureooms/js- heapq )
23
+ [ ![ License] ( https://img.shields.io/github/license/data-structures-and-algorithms/ heapq.svg )] ( https://raw.githubusercontent.com/data-structures-and-algorithms/ heapq/main/LICENSE )
24
+ [ ![ Version] ( https://img.shields.io/npm/v/@data-structures-and-algorithms/ heapq.svg )] ( https://www.npmjs.org/package/@data-structures-and-algorithms/ heapq )
25
+ [ ![ Build] ( https://img.shields.io/travis/data-structures-and-algorithms/ heapq/main.svg )] ( https://travis-ci.org/data-structures-and-algorithms/ heapq/branches )
26
+ [ ![ Dependencies] ( https://img.shields.io/david/data-structures-and-algorithms/ heapq.svg )] ( https://david-dm.org/data-structures-and-algorithms/ heapq )
27
+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/data-structures-and-algorithms/ heapq.svg )] ( https://david-dm.org/data-structures-and-algorithms/ heapq?type=dev )
28
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/data-structures-and-algorithms/ heapq.svg )] ( https://github.com/data-structures-and-algorithms/ heapq/issues )
29
+ [ ![ Downloads] ( https://img.shields.io/npm/dm/@data-structures-and-algorithms/ heapq.svg )] ( https://www.npmjs.org/package/@data-structures-and-algorithms/ heapq )
30
30
31
- [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js- heapq.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js- heapq/issues )
32
- [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js- heapq.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js- heapq/trends/churn )
33
- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js- heapq/main.svg )] ( https://codecov.io/gh/make-github-pseudonymous-again/js- heapq )
34
- [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js- heapq.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js- heapq/trends/technical_debt )
35
- [ ![ Documentation] ( https://make-github-pseudonymous-again .github.io/js- heapq/badge.svg )] ( https://make-github-pseudonymous-again .github.io/js- heapq/source.html )
36
- [ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js- heapq )] ( https://bundlephobia.com/result?p=@aureooms/js- heapq )
31
+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/data-structures-and-algorithms/ heapq.svg )] ( https://codeclimate.com/github/data-structures-and-algorithms/ heapq/issues )
32
+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/data-structures-and-algorithms/ heapq.svg )] ( https://codeclimate.com/github/data-structures-and-algorithms/ heapq/trends/churn )
33
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/data-structures-and-algorithms/ heapq/main.svg )] ( https://codecov.io/gh/data-structures-and-algorithms/ heapq )
34
+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/data-structures-and-algorithms/ heapq.svg )] ( https://codeclimate.com/github/data-structures-and-algorithms/ heapq/trends/technical_debt )
35
+ [ ![ Documentation] ( https://data-structures-and-algorithms .github.io/heapq/badge.svg )] ( https://data-structures-and-algorithms .github.io/heapq/source.html )
36
+ [ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@data-structures-and-algorithms/ heapq )] ( https://bundlephobia.com/result?p=@data-structures-and-algorithms/ heapq )
37
37
38
38
## References
39
39
0 commit comments