Why it is important to have aligned addresses? What is the exception generated when there is a misaligned address?
On clicking a node in a tree, all the adjacent edges are turned on. Calculate min of clicks such that all the edges are turned on.
Explain the implementation of an AVL tree and Binary tree.
Describe the complexity of Quick Sort
Explain different methods in which you can traverse a tree?
How can you implement a stack?
What is a Breadth First Search? Give a few of its applications.
How would you check if a binary tree is BST or not ? Write a program.
What the principle of quick sort and its complexity?
Describe the complexity of Binary search
What is peep stack?
What is the prerequisite for binary searching?
Write a program for reversing the Single Linked List?
What are stacks? Give some of its applications.
You are given a singly linked list. How would you find out if it contains a loop or not without using temporary space?