Question: You are given a string array S; that contains the names of some files along with their versions. Your task is to find and return
You are given a string array S; that contains the names of some files along with their
versions. Your task is to find and return an integer value representing the latest version
out of all the files that are correctly nared in the array. A file is considered correct if it
follows the format of the file nare as "FileXwhere X represents the file version number Retum ifthere are n correct files in the array.
Note: A file is incorrect if the name of the file does not ratch the format.
Input
input:A string array S representing the names of the files
input : An integer value representing the size of the array
Output Specification:
Return an integer value representing the latest version out of all the files that are
correctly named in the array.
Example :
input:fFileFile File
input:
Output:
Explanation:
Here the given file array is FilefileFile As we can see all the files are following
tho corrert file format nf "File Mersinn" So the serand file has the nreatest file version
code
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
