Skip to content

Search for a better end marker for BST #2

Description

@localghost

Would making:

  • head->parent == head -> true
  • head->left == root -> true
  • head->right == root -> true

result in a cleaner implementation of iterators?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions