S.No
Topic
Problem
------------------------------------------------------------------------------------------------------------------------------
1) Array Reverse the array or string.
2) Array Find the maximum and minimum element in an array
3) Array Find the "Kth" max and min element of an array
4) Array Given 0, 1 and 2. Sort the array without using any sorting alg
5) Array Move all the negative elements to one side of the array
6) Array Find the Union and Intersection of the two sorted arrays.
7) Array Write a program to cyclically rotate an array by one.
8) Array Find Largest sum contiguous Sub-array.
------------------------------------------------------------------------------------------------------------------------------
1) Searching & Sorting Find the first and last positions of an element in a
sorted array
2) Searching
& Sorting
Find a Fixed Point (Value equal to index) in a given
array
3) Searching & Sorting
Search in a rotated sorted array.
4) Searching & Sorting
square root of an integer.
5) Searching & Sorting Maximum and minimum of an array using min number of comp.
0 Comments
If you have any doubt then let me know.