5 Day Array Plan
5 Day Array Plan
1. Reverse an Array.
2. Find the Maximum and Minimum in an Array.
3. Find the Second Largest Element.
4. Find the Occurrence of an Element.
5. Rotate an Array by K Positions (Clockwise).
6. Rotate an Array by K Positions (Anti-clockwise).
7. Sort an Array (Ascending and Descending).
8. Remove Duplicates from a Sorted Array.
9. Check if an Array is Sorted.
10. Find the Sum of all Elements in an Array.