InterviewSolution
Saved Bookmarks
| 1. |
Which data structure is suitable to model telephone connections in a network? |
|
Answer» A phone network is distributed over land areas called cells, each served by at least ONE base station. These base STATIONS PROVIDE the cell with the network coverage which can be used for TRANSMISSION of voice, data and OTHERS. ... Ted’s mobile telephone communicates with a base . Types of Data structure Primitive types. Composite types or non-primitive type. Abstract data types. Arrays. Lists. Binary trees. B-trees. Heaps. binary tree data structure will be suitable to model telephone connections in a network. |
|