Miscellaneous On Data Structures - Study Mode
[#851] Manhattan distance is an alternative way to define a distance between two points.
Correct Answer
(A) true
[#852] Which type of exception is raised by computer hardware when a code tries to access a block of memory that is not stored in physical memory?
Correct Answer
(C) Page fault
[#853] . . . . . . . . is a matching with the largest number of edges.
Correct Answer
(A) Maximum bipartite matching
[#854] . . . . . . . . separates a particular pair of vertices in a graph.
Correct Answer
(C) cut
[#855] What type of graph has chromatic number less than or equal to 2?
Correct Answer
(B) Bipartite