Menu

Design and Analysis of Algorithms Basics Questions

MCQ
41.
Quick sort is based on divide and conquer paradigm; we divide the problem on base of pivotelementand:
forum Discussion
MCQ
42.
Dijkstra
forum Discussion
MCQ
43.
What algorithm technique is used in the implementation of Kruskal
forum Discussion
MCQ
44.
. Which is true statement in the following?
forum Discussion
MCQ
45.
Data by itself is not useful unless
forum Discussion
MCQ
46.
Which of the following data structure is not linear data structure?
forum Discussion
MCQ
47.
The disadvantage in using a circular linked list is
forum Discussion
MCQ
48.
A linear list in which each node has pointers to point to the predecessor and successors nodes is called as ..
forum Discussion
MCQ
49.
A ____ is a linear list in which insertions and deletions are made to from either end of the structure.
forum Discussion
MCQ
50.
In a priority queue, insertion and deletion takes place at
forum Discussion