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...

List two advantages of a navigation form

What will be an ideal response?

Computer Science & Information Technology

You can see text inside a text frame on your page, and the frame has a solid edge (so you know it is not on a master page). How ever, you cannot select it or edit the text inside it. What is the likely reason, and what can you do to make it editable?

What will be an ideal response?

Computer Science & Information Technology