Question: how do we solve it MATLAB Class Work 5 Fall 2018 M. Khabbaz Finding The Longest Ordered Sub-String Notes: This is an individual project, no

how do we solve it
MATLAB Class Work 5 Fall 2018 M. Khabbaz Finding The Longest Ordered Sub-String Notes: This is an individual project, no group work is allowed. Project should be presented by email in a report format including a cover page having the student name, ID, major, title, instructor name and due date. The report should include all the MATLAB code and outputs of each section The MATLAB code should be well commented and written in only one M-file. Separation betweer sections should be clear in the M-File This project accounts for 10% of your grade. Project Description: You are required to write a MATLAB program that accepts from the user a certain random string. This program will then look in this fed in string for the longest possible substring that have characters sorted in alphabetical order. An example of the imput and output of this code is shown below Example Please enter a random string: azxkeuroegghijoplalageiep The longest substring sorted alphabetically is: egghijop phabet Notice that the characters in the found substring occur in order in the al
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
