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?
What are compile time Errors?
What are different errors encountered while compiling?
What do you mean by Run time Errors?
Provide an algorithm to reverse a linked list without using recursion.
What do you know about different sorting algorithms?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
Write an algorithm to check if there is a loop in a doubly linked list.
Write an algorithm to find middle element in the linked list.
Write is a binary search tree? Write an algorithm and tell complexity?
How will you sort the elements of array in descending order?
How would you sort words in a large file?
Write a program for Sorting an Array. Which sorting will you prefer?