In graph terminology, the nodes are referred to as ____________________.
a) vertices
b) edges
c) parents
d) children
e) none of the above
a) vertices
You might also like to view...
If an inner class contains non static members, then the class name must be modified by the keyword:
a. Final b. Static c. Void d. Protected
It has been said that the Internet could exist without the Web, but the Web couldn't exist without the Internet. Why is this true?
What will be an ideal response?
Computers use a binary base 2 number system and binary codes to carry out commands
Indicate whether the statement is true or false
Which of the following statements generates a random number between 0 and 50?
A. srand(time(0)); num = rand() % 50; B. srand(time(10)); num = rand()/50; C. srand(time(0)); num = rand()50; D. srand(time(10)); num = rand() % 50;