- Peak Element - https://practice.geeksforgeeks.org/problems/peak-element/1
- Find the minimum and maximum element in an array - https://practice.geeksforgeeks.org/problems/find-minimum-and-maximum-element-in-an-array4428/1
- Write a program to reverse the array - https://practice.geeksforgeeks.org/problems/reverse-an-array/0
- Write a program to sort the given array - https://practice.geeksforgeeks.org/problems/sort-the-array0055/1
- Find the Kth largest and Kth smallest number in an array - https://practice.geeksforgeeks.org/problems/kth-smallest-element5635/1
- Find the occurrence of an integer in the array
- Sort the array of 0s, 1s, and 2s
- Subarray with given Sum
- Move all the negative elements to one side of the array
- Find the Union and Intersection of the two sorted arrays - https://practice.geeksforgeeks.org/problems/union-of-two-arrays3538/1
- Write a program to cyclically rotate an array -
- Find the Missing Number - https://practice.geeksforgeeks.org/problems/missing-number-in-array1416/1