What is Non-linear data structure
In linked lists there are no NULL links in
In a stack the command to access nth element from the top of the stack...
In a balance binary tree the height of two sub trees of every node can...
A queue has configuration a,b,c,d. To get configuration d,c,b,a. One...
Following sequence of operation is performed on a stack. Push(1),...
A binary tree in which every non-leaf node has non-empty left and...
Depth of a binary tree with n node is
Average successful search time for sequential search on 'n' item...
Running time T(n), where 'n' is input size of recursive algorithm is...
Four algorithm A1, A2, A3, A4 solves a problem with order log(n), log...
Arranging a pack of cards by picking one by one is an example of
In evaluating arithmatic expression 2*3-(4+5) using postfix stack...
To arrange the books of library the best method is
The information about an array used in a program will be stored in
In which of the following cases linked list implementaion of sparse...
On which principle does stack work?
The Worst case occur in linear search algorithm when
Arrays are best data structures
Linked lists are best suited
The elements of an array are stored successively in memory cells...
Under which condition circular queue is Full
A leaf node have degree
The value of structure is resizing during run time by using
How many types of queue's are available
Disadvantage of linear queue is overcome by using
The result of evaluating prefix expression */b+*dacd, where a=3, b=6,...
In array representation of binary tree the right child of root will be...
The total number of comparisons in a bubble sort is
Number of possible ordered trees with 3 nodes A,B,C is
Number of swapping, operations need to sort numbers 8, 22, 7, 9, 31,...
To arrange a binary search tree in ascending order we need
Which is not application of stack
The dummy header in linked list contain
Hash function f is defined as f(key) = key mod 7. If linear probing is...
An algorithm consists of two modules X1, X2. Their order is f(n) and...
The order of binary search algorithm is
A hash tabale with 10 buckets with one slot per bucket is depicted in...
Average successful search time taken by binary search on sorted array...
Bib O notation w.r.t algorithm signifies