-
Priority Queue
What is Priority Queue? Explain with example.
-
Sorting algorithms
Which is the best sorting algorithm and why? I know again that it depends on the implementation but how do you select that a particular one is the best one to implement. In other words what are the factors for selecting a sorting algorithm?
-
Reverse Single Linked List
How will you reverse a single linked list which consists of nodes a to z using recursion?
-
-
What are the various kinds of sorting techniques? Which is has least worst case?
These are some sorting techs,bubble sortquick sortinsertion sortselection sortmerge sortheap sorttell me any more sorting is found..... ad which is best....
How to find the loop in singly linked list
If we are having the singly linked list then last node of the list is linked with middle (or) any node in the list then it causes the loop then how to find the loop with less time complexity
Arrays Vs Linked List
Among arrays and linked list, which one is easiest to imlement and why?
Deletions at Both the Ends
Identify the data structure which allows deletions at both ends of the list but insertion at only one end.a. Input-restricted dequeb. Output-restricted dequec. Priority queuesd. None of above
Programming in C
Define data type NodeCD, declare 100 variables of CD1 & access data?
Time Complexity of Adding Three Matrices
What is the time complexity of adding three matrices of size NXN cell-by-cell?
Macro Usage
Why macro cannot be used in place of inline function?
Bit Transformation
The process of transforming 1 bit pattern into another is called ______________
Ans