Flowchart to Find the Largest Element in an Array

The largest element in an array is the element that has the maximum value. For example, if an array has the elements 50, 70, 10, 40, 15, 55, then the largest element is 70. We have to check each element in an unsorted array to find the largest element. Flowchart to find the largest element in an array has been shown below.



Page content(s):

1. Flowchart


Additional content(s):

1. Algorithm

2. Pseudocode

3. Time complexity




1. Flowchart to Find the Largest Element in an Array