What is space complexity of a program?
Explain heapsort. What is its complexity?
What is a pseudocode example?
Explain the implementation of an AVL tree and Binary tree.
Is treeset synchronized?
List out the basic operations that can be performed on a stack?
What is the main advantage of a linked list?
What is circular queue in data structure?
Can arraylist shrink?
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 ?
Is array a dynamic data structure?
Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?
Explain singly linked list in short.