|
1 |
| -:christmas_tree: [@aureooms/js-red-black-tree](https://make-github-pseudonymous-again.github.io/js-red-black-tree) |
| 1 | +:christmas_tree: [@binary-search-tree/red-black-tree](https://binary-search-tree.github.io/red-black-tree) |
2 | 2 | ==
|
3 | 3 |
|
4 | 4 | <p align="center">
|
5 |
| -<img src="https://cdn.rawgit.com/make-github-pseudonymous-again/js-red-black-tree/main/media/sketch.svg" width="480"> |
| 5 | +<img src="https://cdn.rawgit.com/binary-search-tree/red-black-tree/main/media/sketch.svg" width="480"> |
6 | 6 | </p>
|
7 | 7 |
|
8 | 8 | ```js
|
9 |
| -import {from} from '@aureooms/js-red-black-tree'; |
10 |
| -import {increasing} from '@aureooms/js-compare'; |
11 |
| -import {range} from '@aureooms/js-itertools'; |
| 9 | +import {from} from '@binary-search-tree/red-black-tree'; |
| 10 | +import {increasing} from '@total-order/primitive'; |
| 11 | +import {range} from '@iterable-iterator/range'; |
12 | 12 | let tree = from( increasing , range( 100000 ) ) ;
|
13 | 13 | ```
|
14 | 14 |
|
15 | 15 | Red-black tree library for JavaScript.
|
16 |
| -See [documentation](https://make-github-pseudonymous-again.github.io/js-red-black-tree/index.html). |
17 |
| -Parent is [@aureooms/js-bst](https://github.com/make-github-pseudonymous-again/js-bst). |
| 16 | +See [documentation](https://binary-search-tree.github.io/red-black-tree/index.html). |
| 17 | +Parent is [js-bst](https://github.com/make-github-pseudonymous-again/js-bst). |
18 | 18 |
|
19 |
| -[](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-red-black-tree/main/LICENSE) |
20 |
| -[](https://www.npmjs.org/package/@aureooms/js-red-black-tree) |
21 |
| -[](https://github.com/make-github-pseudonymous-again/js-red-black-tree/actions/workflows/ci:test.yml?query=branch:main) |
22 |
| -[](https://david-dm.org/make-github-pseudonymous-again/js-red-black-tree) |
23 |
| -[](https://david-dm.org/make-github-pseudonymous-again/js-red-black-tree?type=dev) |
24 |
| -[](https://github.com/make-github-pseudonymous-again/js-red-black-tree/issues) |
25 |
| -[](https://www.npmjs.org/package/@aureooms/js-red-black-tree) |
| 19 | +[](https://raw.githubusercontent.com/binary-search-tree/red-black-tree/main/LICENSE) |
| 20 | +[](https://www.npmjs.org/package/@binary-search-tree/red-black-tree) |
| 21 | +[](https://github.com/binary-search-tree/red-black-tree/actions/workflows/ci:test.yml?query=branch:main) |
| 22 | +[](https://david-dm.org/binary-search-tree/red-black-tree) |
| 23 | +[](https://david-dm.org/binary-search-tree/red-black-tree?type=dev) |
| 24 | +[](https://github.com/binary-search-tree/red-black-tree/issues) |
| 25 | +[](https://www.npmjs.org/package/@binary-search-tree/red-black-tree) |
26 | 26 |
|
27 |
| -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-red-black-tree/issues) |
28 |
| -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-red-black-tree/trends/churn) |
29 |
| -[](https://codecov.io/gh/make-github-pseudonymous-again/js-red-black-tree) |
30 |
| -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-red-black-tree/trends/technical_debt) |
31 |
| -[](https://make-github-pseudonymous-again.github.io/js-red-black-tree/source.html) |
32 |
| -[](https://bundlephobia.com/result?p=@aureooms/js-red-black-tree) |
| 27 | +[](https://codeclimate.com/github/binary-search-tree/red-black-tree/issues) |
| 28 | +[](https://codeclimate.com/github/binary-search-tree/red-black-tree/trends/churn) |
| 29 | +[](https://codecov.io/gh/binary-search-tree/red-black-tree) |
| 30 | +[](https://codeclimate.com/github/binary-search-tree/red-black-tree/trends/technical_debt) |
| 31 | +[](https://binary-search-tree.github.io/red-black-tree/source.html) |
| 32 | +[](https://bundlephobia.com/result?p=@binary-search-tree/red-black-tree) |
0 commit comments