2-3 Tree

hi

i am trying to write code for a 2-3 tree but am having a lot of trouble. i am able to write basic code for a binary tree but when i try to write a 2-3 tree i dont know what to do. does anyone know of a website that has basic code for a 2-3 tree or would anyone be able to tell me how to write a basic 2-3 tree?

thanks

[340 byte] By [cmur8594a] at [2007-11-27 0:51:37]
# 1
Here's a decent explanation: http://slady.net/java/bt/
prometheuzza at 2007-7-11 23:22:34 > top of Java-index,Java Essentials,Java Programming...
# 2
I've never written a 2-3 tree, but searching on google provided me with several pages that gave me enough information to implement one. Perhaps you should start in a similar fashion?
Alerona at 2007-7-11 23:22:34 > top of Java-index,Java Essentials,Java Programming...