0 تصويتات
بواسطة
The depth (height) of a Binary tree is equal to the number of levels in it.
a.False
b.True

1 إجابة واحدة

0 تصويتات
بواسطة
False
The depth (height) of a binary tree is not necessarily equal to the number of levels in it. The height of a binary tree is determined by the longest path from the root to a leaf node, while the number of levels is determined by the total number of levels or layers in the tree. The depth of a tree is generally considered as the length of the longest path from the root to a leaf node.
مرحبًا بك إلى يزيد، حيث يمكنك طرح الأسئلة وانتظار الإجابة عليها من المستخدمين الآخرين.

اسئلة متعلقة

0 تصويتات
1 إجابة
...