1
1
:christmas_tree : [ @aureooms/js-red-black-tree ] ( https://aureooms.github.io/js-red-black-tree )
2
2
==
3
3
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 " >
5
5
6
6
``` js
7
7
let tree = RedBlackTree .from ( increasing , range ( 100000 ) ) ;
@@ -11,17 +11,17 @@ Red-black tree library for JavaScript.
11
11
See [ documentation] ( https://aureooms.github.io/js-red-black-tree/index.html ) .
12
12
Parent is [ @aureooms/js-bst ] ( https://github.com/aureooms/js-bst ) .
13
13
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 )
15
15
[ ![ 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 )
17
17
[ ![ Dependencies] ( https://img.shields.io/david/aureooms/js-red-black-tree.svg )] ( https://david-dm.org/aureooms/js-red-black-tree )
18
18
[ ![ 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 )
19
19
[ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-red-black-tree.svg )] ( https://github.com/aureooms/js-red-black-tree/issues )
20
20
[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-red-black-tree.svg )] ( https://www.npmjs.org/package/@aureooms/js-red-black-tree )
21
21
22
22
[ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms/js-red-black-tree.svg )] ( https://codeclimate.com/github/aureooms/js-red-black-tree/issues )
23
23
[ ![ 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 )
25
25
[ ![ 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 )
26
26
[ ![ Documentation] ( https://aureooms.github.io/js-red-black-tree/badge.svg )] ( https://aureooms.github.io/js-red-black-tree/source.html )
27
27
[ ![ 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