Skip to content

Retrieval Tree Optimization #7

@JunlinDu

Description

@JunlinDu

The Retrieval tree can be optimized by:

  1. Having each node storing a value and the best value of its substring, so that the tree will not have to loop through all of its children, but instead look for children in the order of "best".
  2. using a priority queue to implement the feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions