In tree construction which is the suitable efficient data structure?
(a) Array (b) Linked list (c) Stack (d) Queue (e) none
What are the average and worst time complexity in a sorted binary tree is
Explain how to find 3rd element from end in a linked list in one pass?
How would you swap the Kth node from beginning with Kth node from end in a Linked List.
Is radix sort stable?
State the merit of linked representation of binary trees?
Which sorting is best for large data?
What are hashmaps good for?
difference between the run time polymorphism and compile time poly morphism and about virtual function.
2 Answers CybAge, Innowe, TCS, Wipro,
What does each entry in the link list called?
Is quicksort faster than merge sort?
Explain the term recursive case?
Write a program to reverse a link list.