Reverse the arrayeasy
Find the maximum and minimum element in an arrayeasy
Given an array which is sorted, but after sorting some elements are reversed. Sort it in O(nlogn)easy
Move all the negative elements to one side of the arrayeasy
Find the Union and Intersection of the two sorted arrayseasy
Write a program to cyclically rotate an array by oneeasy
Minimise the maximum difference between heightsmedium
Subarrays with equal 0s, 1s and 2smedium
Chocolate Distribution Problemeasy
Three way partitioning of an array around a given valuemedium
Minimum swaps required bring elements less equal K togethermedium
Minimum no. of operations required to make an array palindromemedium