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
Explain Array
Explain Linked List
There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?
Provide an algorithm to reverse a linked list without using recursion.