The traversal of a binary tree is ______.

a. O(n)
b. O(1)
c. O(n2)
d. O(log2 n)

a. O(n)

Computer Science & Information Technology

You might also like to view...

By using the Windows XP Control Panel, you can change the speed at which the insertion point blinks

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ____ is a data structure that stores all information (such as file permissions, ownership, and file type) about a file except the actual data and filename.

A. directory B. inode C. hard link D. symbolic link

Computer Science & Information Technology