>I am having trouble implementing a BST Dictionary ADT, I know what I am
>supposed to do but not how to do it, could someone please point to a
>reference that shows me how to write the methods.
Google "Binary Search Tree Java" ... Take your choice
Gaz - 28 Jan 2006 22:22 GMT
I tried google but I couldn't find any example code of implementing the adt
>>I am having trouble implementing a BST Dictionary ADT, I know what I am
>>supposed to do but not how to do it, could someone please point to a
>>reference that shows me how to write the methods.
>
> Google "Binary Search Tree Java" ... Take your choice