Hi guys,
Could any one point me to a good,simple implementation of red-black trees in c++ , which i can use in competitive coding as a general balanced binary tree. I am not particularly looking for template based implementations. Simple implementations with integer nodes(STRUCT) would do.
thanks