@@ -37,16 +37,20 @@ let heaps = [
37
37
] ;
38
38
```
39
39
40
- [ ![ License] ( https://img.shields.io/github/license/heap-data-structure/binomial-heap.svg?style=flat )] ( https://raw.githubusercontent.com/heap-data-structure/binomial-heap/main/LICENSE )
41
- [ ![ NPM version] ( https://img.shields.io/npm/v/@heap-data-structure/binomial-heap.svg?style=flat )] ( https://www.npmjs.org/package/@heap-data-structure/binomial-heap )
42
- [ ![ Build Status] ( https://img.shields.io/travis/heap-data-structure/binomial-heap.svg?style=flat )] ( https://travis-ci.com/heap-data-structure/binomial-heap )
43
- [ ![ Coverage Status] ( https://img.shields.io/coveralls/heap-data-structure/binomial-heap.svg?style=flat )] ( https://coveralls.io/r/heap-data-structure/binomial-heap )
44
- [ ![ Dependencies Status] ( https://img.shields.io/david/heap-data-structure/binomial-heap.svg?style=flat )] ( https://david-dm.org/heap-data-structure/binomial-heap#info=dependencies )
45
- [ ![ devDependencies Status] ( https://img.shields.io/david/dev/heap-data-structure/binomial-heap.svg?style=flat )] ( https://david-dm.org/heap-data-structure/binomial-heap#info=devDependencies )
46
- [ ![ Code Climate] ( https://img.shields.io/codeclimate/github/heap-data-structure/binomial-heap.svg?style=flat )] ( https://codeclimate.com/github/heap-data-structure/binomial-heap )
47
- [ ![ NPM downloads per month] ( https://img.shields.io/npm/dm/@heap-data-structure/binomial-heap.svg?style=flat )] ( https://www.npmjs.org/package/@heap-data-structure/binomial-heap )
48
- [ ![ GitHub issues] ( https://img.shields.io/github/issues/heap-data-structure/binomial-heap.svg?style=flat )] ( https://github.com/heap-data-structure/binomial-heap/issues )
49
- [ ![ Documentation] ( https://heap-data-structure.github.io/binomial-heapbadge.svg )] ( https://heap-data-structure.github.io/binomial-heapsource.html )
40
+ [ ![ License] ( https://img.shields.io/github/license/heap-data-structure/binomial-heap.svg )] ( https://raw.githubusercontent.com/heap-data-structure/binomial-heap/main/LICENSE )
41
+ [ ![ Version] ( https://img.shields.io/npm/v/@heap-data-structure/binomial-heap.svg )] ( https://www.npmjs.org/package/@heap-data-structure/binomial-heap )
42
+ [ ![ Tests] ( https://img.shields.io/github/workflow/status/heap-data-structure/binomial-heap/ci:test?event=push&label=tests )] ( https://github.com/heap-data-structure/binomial-heap/actions/workflows/ci:test.yml?query=branch:main )
43
+ [ ![ Dependencies] ( https://img.shields.io/david/heap-data-structure/binomial-heap.svg )] ( https://david-dm.org/heap-data-structure/binomial-heap )
44
+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/heap-data-structure/binomial-heap.svg )] ( https://david-dm.org/heap-data-structure/binomial-heap?type=dev )
45
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/heap-data-structure/binomial-heap.svg )] ( https://github.com/heap-data-structure/binomial-heap/issues )
46
+ [ ![ Downloads] ( https://img.shields.io/npm/dm/@heap-data-structure/binomial-heap.svg )] ( https://www.npmjs.org/package/@heap-data-structure/binomial-heap )
47
+
48
+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/heap-data-structure/binomial-heap.svg )] ( https://codeclimate.com/github/heap-data-structure/binomial-heap/issues )
49
+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/heap-data-structure/binomial-heap.svg )] ( https://codeclimate.com/github/heap-data-structure/binomial-heap/trends/churn )
50
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/heap-data-structure/binomial-heap/main.svg )] ( https://codecov.io/gh/heap-data-structure/binomial-heap )
51
+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/heap-data-structure/binomial-heap.svg )] ( https://codeclimate.com/github/heap-data-structure/binomial-heap/trends/technical_debt )
52
+ [ ![ Documentation] ( https://heap-data-structure.github.io/binomial-heap/badge.svg )] ( https://heap-data-structure.github.io/binomial-heap/source.html )
53
+ [ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@heap-data-structure/binomial-heap )] ( https://bundlephobia.com/result?p=@heap-data-structure/binomial-heap )
50
54
51
55
## :scroll : Reference
52
56
0 commit comments