What is the minimum number of queues that can be used to implement a priority queue?
Which sorting is worst?
What is heap tree in data structure?
What are the issues that hamper the efficiency in sorting a file?
How many different trees are possible with 10 nodes ?
Is quicksort a stable sorting algorithm?
How do you find the depth of a binary tree?
What are the applications of stack?
What is the difference between one and two dimensional?
How do signed and unsigned numbers affect memory?
Is hashset thread safe?
What are the advantages of array?
Let the G be a graph with 100 vertices numbered 1 to 100 Two vertices i and j are adjecnt if | i-j| =8 or | i-j| =12. The Number of connected components in G is ?