11:christmas_tree : [ @aureooms/js-red-black-tree ] ( https://aureooms.github.io/js-red-black-tree )
22==
33
4- <img src =" https://cdn.rawgit.com/aureooms/js-red-black-tree/master /media/sketch.svg " width =" 864 " >
4+ <img src =" https://cdn.rawgit.com/aureooms/js-red-black-tree/main /media/sketch.svg " width =" 864 " >
55
66``` js
77let tree = RedBlackTree .from ( increasing , range ( 100000 ) ) ;
@@ -11,17 +11,17 @@ Red-black tree library for JavaScript.
1111See [ documentation] ( https://aureooms.github.io/js-red-black-tree/index.html ) .
1212Parent is [ @aureooms/js-bst ] ( https://github.com/aureooms/js-bst ) .
1313
14- [ ![ License] ( https://img.shields.io/github/license/aureooms/js-red-black-tree.svg )] ( https://raw.githubusercontent.com/aureooms/js-red-black-tree/master /LICENSE )
14+ [ ![ License] ( https://img.shields.io/github/license/aureooms/js-red-black-tree.svg )] ( https://raw.githubusercontent.com/aureooms/js-red-black-tree/main /LICENSE )
1515[ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-red-black-tree.svg )] ( https://www.npmjs.org/package/@aureooms/js-red-black-tree )
16- [ ![ Build] ( https://img.shields.io/travis/aureooms/js-red-black-tree/master .svg )] ( https://travis-ci.org/aureooms/js-red-black-tree/branches )
16+ [ ![ Build] ( https://img.shields.io/travis/aureooms/js-red-black-tree/main .svg )] ( https://travis-ci.org/aureooms/js-red-black-tree/branches )
1717[ ![ Dependencies] ( https://img.shields.io/david/aureooms/js-red-black-tree.svg )] ( https://david-dm.org/aureooms/js-red-black-tree )
1818[ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms/js-red-black-tree.svg )] ( https://david-dm.org/aureooms/js-red-black-tree?type=dev )
1919[ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-red-black-tree.svg )] ( https://github.com/aureooms/js-red-black-tree/issues )
2020[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-red-black-tree.svg )] ( https://www.npmjs.org/package/@aureooms/js-red-black-tree )
2121
2222[ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms/js-red-black-tree.svg )] ( https://codeclimate.com/github/aureooms/js-red-black-tree/issues )
2323[ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms/js-red-black-tree.svg )] ( https://codeclimate.com/github/aureooms/js-red-black-tree/trends/churn )
24- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-red-black-tree/master .svg )] ( https://codecov.io/gh/aureooms/js-red-black-tree )
24+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-red-black-tree/main .svg )] ( https://codecov.io/gh/aureooms/js-red-black-tree )
2525[ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms/js-red-black-tree.svg )] ( https://codeclimate.com/github/aureooms/js-red-black-tree/trends/technical_debt )
2626[ ![ Documentation] ( https://aureooms.github.io/js-red-black-tree/badge.svg )] ( https://aureooms.github.io/js-red-black-tree/source.html )
2727[ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-red-black-tree )] ( https://bundlephobia.com/result?p=@aureooms/js-red-black-tree )
0 commit comments