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
With every push in the stack the top
How many types of queue's are available
The elements of an array are stored successively in memory cells...
The total number of comparisons in a bubble sort is
Which of the following case does not exist in complexity theory
Number of possible ordered trees with 3 nodes A,B,C is
A leaf node have degree
Disadvantage of linear queue is overcome by using
An algorithm consists of two modules X1, X2. Their order is f(n) and...
Finding the location of the element with a given value is:
Arrays are best data structures
Arrays are best data structures
In a balance binary tree the height of two sub trees of every node can...
Linked lists are best suited
The elements of an array are stored successively in memory cells...
Linked lists are best suited
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
Under which condition circular queue is Full
The Worst case occur in linear search algorithm when
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
The operation of processing each element in the list is known as
To Delete an item from a Queue identify the correct set of statements...
The complexity of Bubble sort algorithm is
The result of evaluating prefix expression */b+*dacd, where a=3, b=6,...
The space factor when determining the efficiency of algorithm is...
Which data structure is best suited to print the documents in the...
Find the value of the postfix expression :- ABCD ^*- (IF A =...
The complexity of linear search algorithm is
Which Data structure is best suited for the UNDO operation in Windows
Which is not application of stack
In evaluating arithmatic expression 2*3-(4+5) using postfix stack...
The time factor when determining the efficiency of algorithm is...
Average successful search time taken by binary search on sorted array...
What is the disadvantage of a binary search
The information about an array used in a program will be stored in
Hash function f is defined as f(key) = key mod 7. If linear probing is...
Each array declaration need not give, implicitly or explicitly, the...
Which one is the Application of Stack
Write the postfix notation of A + B * C / D
Four algorithm A1, A2, A3, A4 solves a problem with order log(n), log...
A binary tree in which every non-leaf node has non-empty left and...
To arrange the books of library the best method is
Identify the UnderFlow condition for a Stack
In a stack the command to access nth element from the top of the stack...
The order of binary search algorithm is
In which of the following cases linked list implementaion of sparse...
A hash tabale with 10 buckets with one slot per bucket is depicted in...
Arranging a pack of cards by picking one by one is an example of
Average successful search time for sequential search on 'n' item...
Depth of a binary tree with n node is
Number of swapping, operations need to sort numbers 8, 22, 7, 9, 31,...
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?
Find the postfix expression of the following :- A OR B AND !C
While inserting an item in an array of integers which loop is right,...
Bib O notation w.r.t algorithm signifies
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...