Computational Geometry Algorithms
Computational Geometry Algorithms Quiz
Questions
What is the name of the algorithm that finds the convex hull of a set of points?
- Graham's Scan
- Quickhull
- Jarvis's March
- Gift Wrapping
What is the name of the algorithm that finds the closest pair of points in a set of points?
- Brute-force algorithm
- Divide-and-conquer algorithm
- Sweep-line algorithm
- Closest-pair algorithm
What is the name of the algorithm that finds the intersection of two line segments?
- Line-segment intersection algorithm
- Point-line intersection algorithm
- Line-plane intersection algorithm
- Plane-plane intersection algorithm
What is the name of the algorithm that finds the area of a polygon?
- Shoelace formula
- Green's theorem
- Stokes' theorem
- Gauss's theorem
What is the name of the algorithm that finds the volume of a tetrahedron?
- Cavalieri's principle
- Pythagorean theorem
- Heron's formula
- Euler's formula
What is the name of the algorithm that finds the shortest path between two points in a graph?
- Dijkstra's algorithm
- Bellman-Ford algorithm
- Floyd-Warshall algorithm
- A* algorithm
What is the name of the algorithm that finds the minimum spanning tree of a graph?
- Kruskal's algorithm
- Prim's algorithm
- Borůvka's algorithm
- Jarnik's algorithm
What is the name of the algorithm that finds the maximum flow in a network?
- Ford-Fulkerson algorithm
- Edmonds-Karp algorithm
- Dinic's algorithm
- Push-relabel algorithm
What is the name of the algorithm that finds the shortest path between two points in a Euclidean space?
- A* algorithm
- Dijkstra's algorithm
- Bellman-Ford algorithm
- Floyd-Warshall algorithm
What is the name of the algorithm that finds the convex hull of a set of points in three dimensions?
- Quickhull
- Graham's Scan
- Jarvis's March
- Gift Wrapping
What is the name of the algorithm that finds the closest pair of points in a set of points in three dimensions?
- Brute-force algorithm
- Divide-and-conquer algorithm
- Sweep-line algorithm
- Closest-pair algorithm
What is the name of the algorithm that finds the intersection of two planes?
- Plane-plane intersection algorithm
- Line-plane intersection algorithm
- Point-plane intersection algorithm
- Line-segment intersection algorithm
What is the name of the algorithm that finds the volume of a parallelepiped?
- Cavalieri's principle
- Pythagorean theorem
- Heron's formula
- Euler's formula
What is the name of the algorithm that finds the shortest path between two points on a surface?
- Dijkstra's algorithm
- Bellman-Ford algorithm
- Floyd-Warshall algorithm
- A* algorithm
What is the name of the algorithm that finds the convex hull of a set of points on a surface?
- Quickhull
- Graham's Scan
- Jarvis's March
- Gift Wrapping