Which statement about trees is false?

a) A tree is a non-linear, two-dimensional data structure.
b) Tree nodes contain two or more links.
c) Binary tree nodes contain two or fewer links.
d) Binary tree nodes contain exactly two links.

c) Binary tree nodes contain two or fewer links.

Computer Science & Information Technology

You might also like to view...

A direct access file is also known as a(n) __________access file.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ________ clause specifies the type constraint for type parameter T.

a) As b) Constraint c) Where d) Cnst

Computer Science & Information Technology