Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
18 views1 page

Find The Smallest Number in An Array

The document outlines various operations that can be performed on arrays, including finding the smallest and largest numbers, calculating sums, and removing duplicates. It also covers advanced techniques like rotating arrays, finding equilibrium indices, and sorting by frequency. These operations are essential for effective array manipulation in programming.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

Find The Smallest Number in An Array

The document outlines various operations that can be performed on arrays, including finding the smallest and largest numbers, calculating sums, and removing duplicates. It also covers advanced techniques like rotating arrays, finding equilibrium indices, and sorting by frequency. These operations are essential for effective array manipulation in programming.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Find the smallest number in an array

Find the largest number in an array

Second Smallest and Second Largest element in an array

Reverse a given array

Count frequency of each element in an array

Rearrange array in increasing-decreasing order

Calculate sum of the elements of the array

Rotate array by K elements - Block Swap Algorithm

Average of all elements in an array

Find the median of the given array

Remove duplicates from a sorted array

Remove duplicates from unsorted array

Adding Element in an array

Find all repeating elements in an array

Find all non-repeating elements in an array

Find all symmetric pairs in array

Maximum product subarray in an array

Replace each element of the array by its rank in the array

Sorting elements of an array by frequency

Rotation of elements of array - left and right

Finding equilibrium index of an array

Finding Circular rotation of an array by K positions

Sort an array according to the order defined by another array

Search an element in an array

Check if Array is a subset of another array or not

You might also like