+ 3
What is binary tree?
2 Answers
+ 5
https://www.sololearn.com/learn/322/?ref=app
a data structure in which a record is linked to two successor records, usually referred to as the left branch when greater and the right when less than the previous record.
+ 3
binary trees can be implemented with multidimensional arrays