code-shoily / algorithms-in-dart

Implementation of data structures and algorithms in Dart programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Red Black Tree.

happy-san opened this issue · comments

Implement Red Black Tree.

@code-shoily Should I define a sentinel NIL node as mentioned here ? I have implemented the class with NIL node but I think the code would work either way...