Difference between binary search and binary search tree?
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.