Vidyalelo
Data Structure · Q733

Miscellaneous on Data Structures

Programming · Data Structure · question 733

Q733

Which approach is based on computing the distance between each pair of distinct points and finding a pair with the smallest distance?

A.
Brute force
Answer
B.
Exhaustive search
C.
Divide and conquer
D.
Branch and bound

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board