-
-
Macro Usage
Why macro cannot be used in place of inline function?
-
-
-
-
Time Complexity of Adding Three Matrices
What is the time complexity of adding three matrices of size NXN cell-by-cell?
-
-
Programming in C
Define data type NodeCD, declare 100 variables of CD1 & access data?
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
Arrays Vs Linked List
Among arrays and linked list, which one is easiest to imlement and why?
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
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....
Reverse Single Linked List
How will you reverse a single linked list which consists of nodes a to z using recursion?
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?
Priority Queue
What is Priority Queue? Explain with example.
DS Trees
Is it possible to implement trees using arrays ? If yes, how?
What is the total number of spanning trees ?
The total number of spanning trees that can be drawn using five labelled vertices is: A)125 B) 64 C)36 D)16
Ans