hello
how can i implement those methodes in black red tree
public boolean validateAllLeavesAreBlack()
{ return false; }
public boolean validateAllChildrenOfRedNodeAreBlack()
{ return false; }
Last edited on
This is a C++ so you probably won't get much help here. Go find a Java forum or something.