code-shoily / algorithms-in-dart

Implementation of data structures and algorithms in Dart programming language.
223 stars 77 forks source link

Red Black Tree. #11

Closed happy-san closed 4 years ago

happy-san commented 4 years ago

Implement Red Black Tree.

happy-san commented 4 years ago

@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...