What is binary tree? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
3rd May 2018, 5:07 PM
Maninder $ingh
Maninder $ingh - avatar
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.
3rd May 2018, 5:15 PM
Scooby
Scooby - avatar
+ 3
binary trees can be implemented with multidimensional arrays
3rd May 2018, 6:11 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar