black red tree

hello

how can i implement those methodes in black red tree

public boolean validateAllLeavesAreBlack()
{ return false; }

public boolean validateAllChildrenOfRedNodeAreBlack()
{ return false; }
Last edited on
Java?
yeh it s in java
This is a C++ so you probably won't get much help here. Go find a Java forum or something.
Topic archived. No new replies allowed.