Difference between binary search and binary search tree?
13:02 05 Feb 2014

What is the difference between binary search and binary search tree?

Are they the same? Reading the internet it seems the second is only for trees (up to 2 children nodes) and binary search doesn't follow this rule. I didn't quite get it.

algorithm data-structures binary-search-tree binary-search