File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ Parent is [@aureooms/js-heap](https://github.com/aureooms/js-heap).
1212let heap = new FibonacciHeap ( compare .increasing ) ;
1313```
1414
15- [ ![ License] ( https://img.shields.io/github/license/aureooms/js-fibonacci-heap.svg )] ( https://raw.githubusercontent.com/aureooms/js-fibonacci-heap/master /LICENSE )
15+ [ ![ License] ( https://img.shields.io/github/license/aureooms/js-fibonacci-heap.svg )] ( https://raw.githubusercontent.com/aureooms/js-fibonacci-heap/main /LICENSE )
1616[ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-fibonacci-heap.svg )] ( https://www.npmjs.org/package/@aureooms/js-fibonacci-heap )
17- [ ![ Build] ( https://img.shields.io/travis/aureooms/js-fibonacci-heap/master .svg )] ( https://travis-ci.org/aureooms/js-fibonacci-heap/branches )
17+ [ ![ Build] ( https://img.shields.io/travis/aureooms/js-fibonacci-heap/main .svg )] ( https://travis-ci.org/aureooms/js-fibonacci-heap/branches )
1818[ ![ Dependencies] ( https://img.shields.io/david/aureooms/js-fibonacci-heap.svg )] ( https://david-dm.org/aureooms/js-fibonacci-heap )
1919[ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms/js-fibonacci-heap.svg )] ( https://david-dm.org/aureooms/js-fibonacci-heap?type=dev )
2020[ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-fibonacci-heap.svg )] ( https://github.com/aureooms/js-fibonacci-heap/issues )
2121[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-fibonacci-heap.svg )] ( https://www.npmjs.org/package/@aureooms/js-fibonacci-heap )
2222
2323[ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms/js-fibonacci-heap.svg )] ( https://codeclimate.com/github/aureooms/js-fibonacci-heap/issues )
2424[ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms/js-fibonacci-heap.svg )] ( https://codeclimate.com/github/aureooms/js-fibonacci-heap/trends/churn )
25- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-fibonacci-heap/master .svg )] ( https://codecov.io/gh/aureooms/js-fibonacci-heap )
25+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-fibonacci-heap/main .svg )] ( https://codecov.io/gh/aureooms/js-fibonacci-heap )
2626[ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms/js-fibonacci-heap.svg )] ( https://codeclimate.com/github/aureooms/js-fibonacci-heap/trends/technical_debt )
2727[ ![ Documentation] ( https://aureooms.github.io/js-fibonacci-heap/badge.svg )] ( https://aureooms.github.io/js-fibonacci-heap/source.html )
2828
Original file line number Diff line number Diff line change 11# Examples
22
3- > More examples in [ the test files] ( https://github.com/aureooms/js-fibonacci-heap/tree/master /test/src ) .
3+ > More examples in [ the test files] ( https://github.com/aureooms/js-fibonacci-heap/tree/main /test/src ) .
You can’t perform that action at this time.
0 commit comments