Skip to content

algs: implement the red-black tree #2

Description

@mrForza

What should be implemented:

  1. Public API: insert, search, delete, size, isEmpty and iterators
  2. Internal API: leftRotate, rightRotate, insertFixup, deleteFixup, findMin, findMax, transplant, getColor, setColor
  3. Unit tests for public and internal API operations
  4. Integration tests

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions