Skip to content

Search for a better end marker for BST #2

@localghost

Description

@localghost

Would making:

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

result in a cleaner implementation of iterators?

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