Skip to content

BSTree - inorderTraversal from specific starting point #18

@aguynamedben

Description

@aguynamedben

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions