Q. Which of the following statement is not related to quickhull algorithm?

  • (A) finding points with minimum and maximum coordinates
  • (B) dividing the subset of points by a line
  • (C) eliminating points within a formed triangle
  • (D) finding the shortest distance between two points
πŸ’¬ Discuss
βœ… Correct Answer: (D) finding the shortest distance between two points
Explanation: finding the shortest distance between two points belongs to closest pair algorithm while the rest is quickhull.

Explanation by: Mr. Dubey
finding the shortest distance between two points belongs to closest pair algorithm while the rest is quickhull.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
260
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate