|
Question |
Rating |
View Answer |
 |
How can a node be inserted in the middle of a linked list? |
|
View Answer |
 |
What exactly does this procedure BUBBLE_SORT (K, N) does? |
|
View Answer |
 |
What is data structure? |
|
View Answer |
 |
What is Heap data structure? |
|
View Answer |
 |
If you are using C language to implement the heterogeneous linked list, what pointer type will you use? |
|
View Answer |
 |
List out the areas in which data structures are applied extensively? |
|
View Answer |
 |
What is the data structures used to perform recursion? |
|
View Answer |
 |
What is placement new? |
|
View Answer |
 |
What is the heap? |
|
View Answer |
 |
How can I search for data in a linked list? |
|
View Answer |
 |
What is a node class? |
|
View Answer |
 |
What is a spanning Tree? |
|
View Answer |
 |
Name two desirable properties of hashing functions. |
|
View Answer |
 |
How memory is reserved using a declaration statement ? |
|
View Answer |
 |
Given N discs of decreasing size stacked on one needle and two empty needles, it is required to stack all the discs onto a second needle in decreasing order of size. The third needle may be used as temporary storage. The movement of the discs is restricted by the following rules (1) A disc may be moved from any needle to any other (2) Only one disc may be moved at a time (3) At no time may a larger disc rest upon smaller disc explain the solution? |
|
View Answer |
 |
Explain the three applications in which stacks are used? |
|
View Answer |
 |
How is the front of the queue calculated ? |
|
View Answer |
 |
Which one is faster? A binary search of an orderd set of elements in an array or a sequential search of the elements. |
|
View Answer |
 |
What is the relationship between a queue and its underlying array? |
|
View Answer |
 |
What is a priority queue? |
|
View Answer |