java polymorphic binary search tree

Posted by ashraf on Stack Overflow See other posts from Stack Overflow or by ashraf
Published on 2010-04-02T05:31:47Z Indexed on 2010/04/02 5:33 UTC
Read the original article Hit count: 482

Filed under:
|
|
|
|

how can i implement a polymorphic binary search tree (that makes use of EmptyTree and NonEmptyTree) without using downcasting or class checking?

© Stack Overflow or respective owner

Related posts about java

Related posts about polymorphic