#BST question
4 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
A BST can contain equal elements, in this case it would represent a multiset.
a BST could use "left child has elements < the root, right child has elments >= the root" to allow duplicates