Design And Analysis Of Algorithms Set 6

On This Page

This set of Design and Analysis of Algorithms Multiple Choice Questions & Answers (MCQs) focuses on Design And Analysis Of Algorithms Set 6

Q1 | What will be the cross product of the vectors 2i + 3j + k and 3i + 2j + k?
Q2 | Which of the following operation will give a vector that is perpendicular to both vectors a and b?
Q3 |                        is a method of constructing a smallest polygon out of n given points.
Q4 | What is the other name for quick hull problem?
Q5 | How many approaches can be applied to solve quick hull problem?
Q6 | What is the average case complexity of a quick hull algorithm?
Q7 | What is the worst case complexity of quick hull?
Q8 | What does the following diagram depict?
Q9 | Which of the following statement is not related to quickhull algorithm?
Q10 | The quick hull algorithm runs faster if the input uses non- extreme points.
Q11 | To which type of problems does quick hull belong to?
Q12 | Which of the following algorithms is similar to a quickhull algorithm?
Q13 | Who formulated quick hull algorithm?
Q14 | The time is taken to find the ‘n’ points that lie in a convex quadrilateral is?
Q15 | Chan’s algorithm is used for computing
Q16 | What is the running time of Chan’s algorithm?
Q17 | Who formulated Chan’s algorithm?
Q18 | The running time of Chan’s algorithm is obtained from combining two algorithms.
Q19 | Which of the following is called the “ultimate planar convex hull algorithm”?
Q20 | Which of the following algorithms is the simplest?
Q21 | What is the running time of Hershberger algorithm?
Q22 | Which of the following statements is not a part of Chan’s algorithm?
Q23 | Which of the following factors account more to the cost of Chan’s algorithm?
Q24 | Chan’s algorithm can be used to compute the lower envelope of a trapezoid.