ASSIGNMENT 5 SOLUTION

$29.99 $18.99

Write a main program that uses the list based queue class (defined below) to check if an input string is of the form ๐‘Ž๐‘›๐‘๐‘›๐‘Ž๐‘›, meaning ๐‘› times the character โ€˜aโ€™ followed by ๐‘› times the charater โ€˜b,โ€™ followed by ๐‘› times the character โ€˜aโ€™. REQUIREMENTS 1) Must use a .h file for class definitions and…

You’ll get a: .ย zip file solution

 

ย 
Categorys:
Tags:

Description

Rate this product

Write a main program that uses the list based queue class (defined below) to check if an input string is of the form ๐‘Ž๐‘›๐‘๐‘›๐‘Ž๐‘›, meaning ๐‘› times the character โ€˜aโ€™ followed by ๐‘› times the charater โ€˜b,โ€™ followed by ๐‘› times the character โ€˜aโ€™.

REQUIREMENTS

1) Must use a .h file for class definitions and two .cpp file for the C++ implementation.

2) You have to generate the list from scratch and check for overflow

3) Extra points, for example,extensive testing, checking for exceptions, and usable user interface.

4) Submit enough screenshots showing compiling and execution under Linux.