Reverse a String or Array
Given an array which consists of only 0, 1 and 2. Sort the array without using any sorting algorithm
Maximum and minimum of an array using minimum number of comparisons.
square root of an integer.
Search in a rotated sorted array.
Find a Fixed Point (Value equal to index) in a given array.
Find first and last positions of an element in a sorted array.