All, Data Structures, MCQ
Data Structures Multiple Choice Question with Answers Chapter: Non-LInear Data Structures ( Trees) 1. What is the maximum number of children that a binary tree node can have? A. 0 B. 1 C. 2 D. 3 Answer: C.2 2. The following given tree is an example for? A. Binary tree...
All, Data Structures, MCQ
Data Strutctures Multiple Choice Question with Answers Chapter: Non-LInear Data Structures ( Graphs) 1. Which of the following statements for a simple graph is correct? A. Every path is a trail B. Every trail is a path C. Every trail is a path as well as every path is...