Given M x N matrix with sorted elements row wise and column wise, find elements?
What is the Insertion Sort Code?.
Explain the principle of quicksort. What is its complexity?
Write a program using mergesort technique.
Tell us the difference between merge and quick sort. Which one would you prefer and why?
Explain heapsort. What is its complexity?
Can you use Bubble Sort To sort the number of elements.
What is a reverse linked list.
Give us a program to reverse a linked list.
What is 2 dimensional linked list?
Reverse a linked list from the middle.
Write a program to reverse a single linked list.
Explain how is linked list implemented?
Explain Stack
Explain Queue