An Array is what kind of data structure
Which of the following data structure is linear data structure?
The Average case occur in linear search algorithm
Following sequence of operation is performed on a stack. Push(1),...
In linked lists there are no NULL links in
A queue has configuration a,b,c,d. To get configuration d,c,b,a. One...
What is Non-linear data structure
The elements of an array are stored successively in memory cells...
How many types of queue's are available
With every push in the stack the top
The total number of comparisons in a bubble sort is
Number of possible ordered trees with 3 nodes A,B,C is
Which of the following case does not exist in complexity theory
An algorithm consists of two modules X1, X2. Their order is f(n) and...
A leaf node have degree
Disadvantage of linear queue is overcome by using
Finding the location of the element with a given value is:
In a balance binary tree the height of two sub trees of every node can...
Arrays are best data structures
Arrays are best data structures
Linked lists are best suited
Linked lists are best suited
The elements of an array are stored successively in memory cells...
In array representation of binary tree the right child of root will be...
Two main measures for the efficiency of an algorithm are
To arrange a binary search tree in ascending order we need
The value of structure is resizing during run time by using
The Worst case occur in linear search algorithm when
Under which condition circular queue is Full
A Stack follows the principle of
The Worst case occur in linear search algorithm when
Which of the following data structure is not linear data structure?
What is the advantage of linear search
To Delete an item from a Queue identify the correct set of statements...
The operation of processing each element in the list is known as
The result of evaluating prefix expression */b+*dacd, where a=3, b=6,...
Which data structure is best suited to print the documents in the...
The space factor when determining the efficiency of algorithm is...
The complexity of Bubble sort algorithm is
Which Data structure is best suited for the UNDO operation in Windows
Find the value of the postfix expression :- ABCD ^*- (IF A =...
The complexity of linear search algorithm is
Average successful search time taken by binary search on sorted array...
In evaluating arithmatic expression 2*3-(4+5) using postfix stack...
Which is not application of stack
The time factor when determining the efficiency of algorithm is...
The information about an array used in a program will be stored in
What is the disadvantage of a binary search
Hash function f is defined as f(key) = key mod 7. If linear probing is...
A binary tree in which every non-leaf node has non-empty left and...
Four algorithm A1, A2, A3, A4 solves a problem with order log(n), log...
Which one is the Application of Stack
Write the postfix notation of A + B * C / D
Each array declaration need not give, implicitly or explicitly, the...
To arrange the books of library the best method is
In a stack the command to access nth element from the top of the stack...
Identify the UnderFlow condition for a Stack
A hash tabale with 10 buckets with one slot per bucket is depicted in...
In which of the following cases linked list implementaion of sparse...
The order of binary search algorithm is
Arranging a pack of cards by picking one by one is an example of
Average successful search time for sequential search on 'n' item...
Number of swapping, operations need to sort numbers 8, 22, 7, 9, 31,...
Depth of a binary tree with n node is
The complexity of merge sort algorithm is
The dummy header in linked list contain
Running time T(n), where 'n' is input size of recursive algorithm is...
To Insert an item from a stack identify the correct set of statements...
The complexity of Binary search algorithm is
What is the contents of the array after the execution of the...
On which principle does stack work?
Bib O notation w.r.t algorithm signifies
While inserting an item in an array of integers which loop is right,...
Find the postfix expression of the following :- A OR B AND !C
Identify the OverFlow condition for a Queue
The complexity of the average case of an algorithm is
Write the prefix notation of A + B * C / D
To delete an item from an array which loop is correct, where p is the...
The indirect change of the values of a variable in one module by...
If the search item lies in the upper half in case of binary search...