List all the 4-subsequences contained in the data sequence for part (a) (assuming the timing constraints are flexible).

What will be an ideal response?


This will include all the subsequences in part (a) as well as the following:
< {1, 2, 3, 4} > < {1, 2, 3} {2} >
< {1, 2, 3} {3} > < {1, 2, 3} {4} >
< {1, 3} {2, 4} > < {1, 3} {3, 4} >
< {1} {2} {2, 4} > < {1} {2} {3, 4} >
< {3} {2} {2, 4} > < {3} {2} {3, 4} >
< {1, 2} {2, 3} > < {1, 2} {2, 4} >
< {1, 2} {3, 4} > < {1, 2} {2}{4} >
< {1, 2} {3} {4} > < {2, 3} {2, 3} >
< {2, 3} {2, 4} > < {2, 3} {3, 4} >
< {2, 3} {2}{4} > < {2, 3} {3} {4} >
< {1} {2, 3, 4} > < {1} {2} {2, 4} >
< {1} {2} {3, 4} > < {3} {2, 3, 4} >
< {3} {2} {2, 4} > < {3} {2} {3, 4} >
< {2} {2, 3, 4} >

Computer Science & Information Technology

You might also like to view...

Inside a method, a variable’s declaration statement must appear ____________ any other statements that use the variable.

a. after b. before c. near d. in

Computer Science & Information Technology

The ____ object should be used to ensure that the user enters data in a field.

A. RequiredFieldValidator B. RegularExpressionValidator C. RangeValidator D. CompareValidator

Computer Science & Information Technology

Understanding your ________ will make it easier to handle situations which require ethical action.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

____ is a command line tool that guides you through the different aspects of the X11 configuration.

A. YaST B. SaX2 C. xorgconfig D. yastconfig

Computer Science & Information Technology