Skip to content

Fix unexpected behavior in Tree.find method #21

@ItIsMrLaG

Description

@ItIsMrLaG

Descriprion:

After inserting two elements:

  • key = key1 & value = null
  • key = key2 & value = null

When trying to find an element by key1 an exception is thrown:
Value doesn't exist in the tree
Expected: null

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions