You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -31,14 +31,12 @@ var nodel = new BTreeNode({ value: 15, lNode: node });
31
31
```
32
32
33
33
## Complete Documentation
34
-
Checkout [DOCUMENTATION.md](DOCUMENTATION.md) for complete documentation or View Documentation online at [https://github.com/dsinjs/binary-tree/](https://github.com/dsinjs/binary-tree/)
34
+
Checkout [DOCUMENTATION.md](DOCUMENTATION.md) for complete documentation or View Documentation online at [https://dsinjs.github.io/binary-tree/](https://dsinjs.github.io/binary-tree/)
35
35
36
36
## All Features:
37
-
- Data type check functions.
38
-
- Frontend XHR wrapper.
39
-
- EnumGenerator, defaultsGenerator functions.
40
-
- 0 Dependancy.
37
+
- All data structure functionality.
38
+
- extra functions like toString(), toJSON(), validate() etc.
41
39
42
40
## Help us expand:
43
41
Let me know in issues/github page or on email which javascript functions to include in next release.
44
-
Check all the [Contributors](Contributors.md) to this library.
42
+
Check all the [Contributing authors](CONTRIBUTING.md) to this library.
0 commit comments