Student Name: __________________
Class and Section __________________
Total Points (15 pts) __________________
Due: Feb 14, 2011 before the class
Project: Maximum Consecutive Increasingly Ordered
Substring
CSCI 2410 Data Structures and Algorithms
Armstrong Atlantic State University
Problem Description:
Write a program that prompts the user to enter a string and displays the maximum
consecutive increasingly ordered substring. Analyze the time complexity of your
program. Here is a sample run:
Design Algorithm:
(Describe how your algorithm works)
Analysis of the Algorithm: (Describe how you analyze the algorithm)
Coding: (Copy source code here)
Name the program Exercise22_01