Add a value x to array from index l to r where 0 <= l <= r <= n-1
Implement a stack with push (), pop() and min() in O(1) time.
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
Convert Binary tree to linked list.
Convert a BST into a DLL and DLL to BST in place.
worst case complexities of Quick sort and Merge sort.
What do you mean by hashing?
What is the definition of tree ?
When can you say a graph to be a tree?
What do you mean by constant time complexity?
Write a program to show whether a graph is a tree or not using adjacency matrix.
You're given a Boolean 2D matrix, can you find the number of islands?
What steps are taken when the OS shifts from one-thread execution to another?
What are the differences between graph and tree?
Differentiate between overriding and overloading cases?