Skip to content

Enhancement: Node equality and isomorphism methods #260

@aaron-sandoval

Description

@aaron-sandoval

It would be useful to have methods streamlining various Node equality checks:

  • Check Node equality by contents only (ignoring each Node's children property and subtrees)
  • Check Node equality including subtrees
    • Allow passing a function to use for Node equality
  • Check isomorphism of 2 Node subtrees
    • Allow passing a function to use for Node equality

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