Computational Geometry Algorithms

Computational Geometry Algorithms Quiz

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the convex hull of a set of points?

  1. Graham's Scan
  2. Quickhull
  3. Jarvis's March
  4. Gift Wrapping
Question 2 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the closest pair of points in a set of points?

  1. Brute-force algorithm
  2. Divide-and-conquer algorithm
  3. Sweep-line algorithm
  4. Closest-pair algorithm
Question 3 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the intersection of two line segments?

  1. Line-segment intersection algorithm
  2. Point-line intersection algorithm
  3. Line-plane intersection algorithm
  4. Plane-plane intersection algorithm
Question 4 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the area of a polygon?

  1. Shoelace formula
  2. Green's theorem
  3. Stokes' theorem
  4. Gauss's theorem
Question 5 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the volume of a tetrahedron?

  1. Cavalieri's principle
  2. Pythagorean theorem
  3. Heron's formula
  4. Euler's formula
Question 6 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the shortest path between two points in a graph?

  1. Dijkstra's algorithm
  2. Bellman-Ford algorithm
  3. Floyd-Warshall algorithm
  4. A* algorithm
Question 7 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the minimum spanning tree of a graph?

  1. Kruskal's algorithm
  2. Prim's algorithm
  3. Borůvka's algorithm
  4. Jarnik's algorithm
Question 8 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the maximum flow in a network?

  1. Ford-Fulkerson algorithm
  2. Edmonds-Karp algorithm
  3. Dinic's algorithm
  4. Push-relabel algorithm
Question 9 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the shortest path between two points in a Euclidean space?

  1. A* algorithm
  2. Dijkstra's algorithm
  3. Bellman-Ford algorithm
  4. Floyd-Warshall algorithm
Question 10 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the convex hull of a set of points in three dimensions?

  1. Quickhull
  2. Graham's Scan
  3. Jarvis's March
  4. Gift Wrapping
Question 11 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the closest pair of points in a set of points in three dimensions?

  1. Brute-force algorithm
  2. Divide-and-conquer algorithm
  3. Sweep-line algorithm
  4. Closest-pair algorithm
Question 12 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the intersection of two planes?

  1. Plane-plane intersection algorithm
  2. Line-plane intersection algorithm
  3. Point-plane intersection algorithm
  4. Line-segment intersection algorithm
Question 13 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the volume of a parallelepiped?

  1. Cavalieri's principle
  2. Pythagorean theorem
  3. Heron's formula
  4. Euler's formula
Question 14 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the shortest path between two points on a surface?

  1. Dijkstra's algorithm
  2. Bellman-Ford algorithm
  3. Floyd-Warshall algorithm
  4. A* algorithm
Question 15 Multiple Choice (Single Answer)

What is the name of the algorithm that finds the convex hull of a set of points on a surface?

  1. Quickhull
  2. Graham's Scan
  3. Jarvis's March
  4. Gift Wrapping