Skip to content

Commit 8d39bac

Browse files
author
Aurélien Ooms
authored
Update README.md
1 parent eb61a9c commit 8d39bac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ let tree = RedBlackTree.from( increasing , range( 100000 ) ) ;
66
```
77

88
Red-black tree library for JavaScript. See [documentation](https://aureooms.github.io/js-red-black-tree/index.html).
9+
Parent is [@aureooms/js-bst](https://github.com/aureooms/js-bst).
910

1011
[![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)
1112
[![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)

0 commit comments

Comments
 (0)