Hi. Can anyone recommend an good tested Java open source implementation of
a red-black tree that I can download? I know the standard java.util.TreeM ap
implements it but I need one without the extra code clutter and one that is
free from dependency on the java.util package and one that doesn't have
clutter from all the interfaces that java.util.TreeM ap implements.
Thanks!
a red-black tree that I can download? I know the standard java.util.TreeM ap
implements it but I need one without the extra code clutter and one that is
free from dependency on the java.util package and one that doesn't have
clutter from all the interfaces that java.util.TreeM ap implements.
Thanks!