0 votes
in Data Structures & Algorithms by

The property of binary tree is

a) the first subset is called left subtree

b) the second subtree is called right subtree

c) the root cannot contain null

d) the right subtree can be empty

1 Answer

0 votes
by

d) the right subtree can be empty

Related questions

0 votes
asked Oct 3, 2021 in Data Structures & Algorithms by john ganales
+1 vote
asked May 14, 2019 in C Plus Plus by anonymous
...