What is HttpURL connection ?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
Program to Find the second largest element in an array.
Print Vertical traversal of a Binary Tree.
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
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?