Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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 "File_X"(where X represents the file version
om
amch
number). Retum -1 ifthere are no correct files in the array.
0340
Input Specification:
input1:A string array S, representing the names of the files
input2 : 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.
dar
Example 1:
input1:fFile_1,File 3,File_2)
input2:3
Output:3
Explanation:
Here the given file array is (File_1,file_3,File_2). 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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Inductive Databases And Constraint Based Data Mining

Authors: Saso Dzeroski ,Bart Goethals ,Pance Panov

2010th Edition

1489982175, 978-1489982179

More Books

Students also viewed these Databases questions

Question

3. Discuss the process of behavior modeling training.

Answered: 1 week ago