Which of the following data structure is linear data structure?
Which of the following case does not exist in complexity theory
The complexity of merge sort algorithm is
The Average case occur in linear search algorithm
The operation of processing each element in the list is known as
The complexity of Bubble sort algorithm is
The complexity of linear search algorithm is
Linked lists are best suited
Finding the location of the element with a given value is:
Two main measures for the efficiency of an algorithm are
Arrays are best data structures
The Worst case occur in linear search algorithm when
Which of the following data structure is not linear data structure?
Each array declaration need not give, implicitly or explicitly, the...
The space factor when determining the efficiency of algorithm is...
The elements of an array are stored successively in memory cells...
The complexity of Binary search algorithm is
The time factor when determining the efficiency of algorithm is...
The complexity of the average case of an algorithm is
In linked lists there are no NULL links in
In a balance binary tree the height of two sub trees of every node can...
Running time T(n), where 'n' is input size of recursive algorithm is...
The indirect change of the values of a variable in one module by...
Hash function f is defined as f(key) = key mod 7. If linear probing is...
The result of evaluating prefix expression */b+0dacd, where a=3, b=6,...
If yyy, xxx and zzz are the elements of a binary binary tree, then in...
Number of possible ordered trees with 3 nodes A,B,C is
Time complexity of an algorithm T(n), where n is the input size is...
A hash tabale with 10 buckets with one slot per bucket is depicted in...
A queue has configuration a,b,c,d. To get configuration d,c,b,a. One...
A binary tree in which every non-leaf node has non-empty left and...
If the out degree of every node is exactly equal to M or 0 and the num...
To arrange a binary tree in ascending order we need
Four altorithm A1, A2, A3, A4 solves a problem with order log(n), log...
A sorting technique which guarrantees that records with same primary...
Write the output of following program:int a[ ] = {1,2,3,} *p;
Consider two sorted lists of size L1, L2. Number of comparisions...
Arranging a pack of cards by picking one by one is an example of
Average successful search time for sequential search on 'n' item...
The total number of comparisons in a bubble sort is
The average number of comparisions performed by merge sort alrotithm...
Depth of a binary tree with n node is
In array representation of binary tree teh right child of root will be...
An algorithm consists of two modules X1, X2. Their order is f(n) and...
In which of the following cases linked list implementaion of sparse...
The advantage of sparse matrix linked list representationn over dope...
Number of swapping, operations need to sort numbers 8, 22, 7, 9, 31,...
In a stack the command to access nth element from the top of the stack...
IThe dummy header in linked list contain
In above question average access time will be
Bib O notation w.r.t algorithm signifies
In evaluating arithmatic expression 2*3-(4+5) using postfix stack...
If running time of an algorithm is given by T(n) = T(n-1) + T(n-2) +...
A text is made up of five characters, T1, T2, T3, T4, T5. The...
The centricity of node labeled 5 is
The information about an array used in a program will be stored in
To arrange the books of library the best method is
Running time of an algorithm T(n), where n is input size is given by...
Which of the following is correct
On which principle does stack work?
6 files X1, X2, X3, X4, X5, X6 have 150, 250, 55, 85, 125, 175 number...
The order of an algorithm that finds whether a given boolean function...
Average successful search time taken by binary search on sorted array...
The order of binary search algorithm is
Which algorithm solves all pair shortest path problem
Following sequence of operation is performed on a stack. Push(1),...
Which of the following algorithm has n log (n) time complexity