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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ for (const node of tree) {
61
61
62
62
## Complete Documentation
63
63
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/)
64
-
64
+
> Note: May need to use polyfills for Array.entries(), to make BTree work in older browsers like IE11.
65
65
66
66
## Help us expand
67
67
Let me know in issues/github page or on email which javascript functions to include in next release.
0 commit comments