@@ -11,13 +11,13 @@ 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
- [ ![ NPM license] ( http ://img.shields.io/npm/l/@aureooms/js-red-black-tree.svg?style=flat)] ( https://raw.githubusercontent.com/aureooms/js-red-black-tree/master/LICENSE )
15
- [ ![ NPM version] ( http ://img.shields.io/npm/v/@aureooms/js-red-black-tree.svg?style=flat)] ( https://www.npmjs.org/package/@aureooms/js-red-black-tree )
16
- [ ![ Build status] ( http ://img.shields.io/travis/aureooms/js-red-black-tree.svg?style=flat)] ( https://travis-ci.org/aureooms/js-red-black-tree )
17
- [ ![ Coverage status] ( http ://img.shields.io/coveralls/aureooms/js-red-black-tree.svg?style=flat)] ( https://coveralls.io/r/aureooms/js-red-black-tree )
18
- [ ![ Dependencies status] ( http ://img.shields.io/david/aureooms/js-red-black-tree.svg?style=flat)] ( https://david-dm.org/aureooms/js-red-black-tree#info=dependencies )
19
- [ ![ Dev dependencies status] ( http ://img.shields.io/david/dev/aureooms/js-red-black-tree.svg?style=flat)] ( https://david-dm.org/aureooms/js-red-black-tree#info=devDependencies )
20
- [ ![ Code Climate] ( http ://img.shields.io/codeclimate/github/aureooms/js-red-black-tree.svg?style=flat)] ( https://codeclimate.com/github/aureooms/js-red-black-tree )
21
- [ ![ NPM downloads per month] ( http ://img.shields.io/npm/dm/@aureooms/js-red-black-tree.svg?style=flat)] ( https://www.npmjs.org/package/@aureooms/js-red-black-tree )
22
- [ ![ GitHub issues] ( http ://img.shields.io/github/issues/aureooms/js-red-black-tree.svg?style=flat)] ( https://github.com/aureooms/js-red-black-tree/issues )
14
+ [ ![ NPM license] ( https ://img.shields.io/npm/l/@aureooms/js-red-black-tree.svg?style=flat)] ( https://raw.githubusercontent.com/aureooms/js-red-black-tree/master/LICENSE )
15
+ [ ![ NPM version] ( https ://img.shields.io/npm/v/@aureooms/js-red-black-tree.svg?style=flat)] ( https://www.npmjs.org/package/@aureooms/js-red-black-tree )
16
+ [ ![ Build status] ( https ://img.shields.io/travis/aureooms/js-red-black-tree.svg?style=flat)] ( https://travis-ci.org/aureooms/js-red-black-tree )
17
+ [ ![ Coverage status] ( https ://img.shields.io/coveralls/aureooms/js-red-black-tree.svg?style=flat)] ( https://coveralls.io/r/aureooms/js-red-black-tree )
18
+ [ ![ Dependencies status] ( https ://img.shields.io/david/aureooms/js-red-black-tree.svg?style=flat)] ( https://david-dm.org/aureooms/js-red-black-tree#info=dependencies )
19
+ [ ![ Dev dependencies status] ( https ://img.shields.io/david/dev/aureooms/js-red-black-tree.svg?style=flat)] ( https://david-dm.org/aureooms/js-red-black-tree#info=devDependencies )
20
+ [ ![ Code Climate] ( https ://img.shields.io/codeclimate/github/aureooms/js-red-black-tree.svg?style=flat)] ( https://codeclimate.com/github/aureooms/js-red-black-tree )
21
+ [ ![ NPM downloads per month] ( https ://img.shields.io/npm/dm/@aureooms/js-red-black-tree.svg?style=flat)] ( https://www.npmjs.org/package/@aureooms/js-red-black-tree )
22
+ [ ![ GitHub issues] ( https ://img.shields.io/github/issues/aureooms/js-red-black-tree.svg?style=flat)] ( https://github.com/aureooms/js-red-black-tree/issues )
23
23
[ ![ Documentation] ( https://aureooms.github.io/js-red-black-tree/badge.svg )] ( https://aureooms.github.io/js-red-black-tree/source.html )
0 commit comments