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
Hi, this library is awesome thanks for the work you put into it.
We’re using BSTree to index domain names from documents. We can use inorderTraversal to traverse documents by our custom domain ranking.
Is there a way to inorderTraverse from a specific starting point? (vs. traversing the whole tree). It seems like some other trees provide this and maybe it could be fairly straightforward to implement in BSTree.
Use case: we want to get all docs for a certain domain (I.e. trello.com) without traversing the entire tree.
The text was updated successfully, but these errors were encountered:
Hi, this library is awesome thanks for the work you put into it.
We’re using BSTree to index domain names from documents. We can use inorderTraversal to traverse documents by our custom domain ranking.
Is there a way to inorderTraverse from a specific starting point? (vs. traversing the whole tree). It seems like some other trees provide this and maybe it could be fairly straightforward to implement in BSTree.
Use case: we want to get all docs for a certain domain (I.e. trello.com) without traversing the entire tree.
The text was updated successfully, but these errors were encountered: