/RBTree

An experimental implementation of red–black tree

Primary LanguageC++

RBTree

This is an experimental implementation of red-black tree.

Test Environment

g++ (Ubuntu 7.4.0-1ubuntu1~18.04) 7.4.0

TODO List

  • Erase the last elem will invalidate end() iter
  • Performance optimization
  • ...