Pregunta de entrevista de Grab

android, binary trees

Respuestas de entrevistas

Anónimo

26 de ene de 2019

tree in which all the node have at most 2 child nodes are known as Binary tree. i.e a tree can have 0 child node, 1 child and 2 child nodes but not more than two child nodes.

3

Anónimo

26 de ene de 2019

tree in which all the node have at most 2 child nodes are known as Binary tree. i.e a tree can have 0 child node, 1 child and 2 child nodes but not more than two child nodes.