Find largest number in an array

Find largest number in an Array

Problem Statement

Design an algorithm to find maximum value among a set of N numbers.

Solution

Algorithm Name: Search Max(A, N, R).

Input : A is an array contains N (>=0) number of real numbers.

Output: R will hold the index of the first maximum value in the the array A.

Step 1: R = 0.

Step 2: i = 1.

Step 3: WHILE ( i< N )

IF ( A[i] > A[R] ) Then

R = i

EndIf

i = i + 1

EndWhile.

Step 4: Return.

Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad