List all the 3-element 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 (b) as well as the following:
< {1, 2, 3} {2} {4} > < {1, 2, 3} {3} {4} >
< {1, 2, 3} {2, 3} {4} > < {1, 2} {2} {4} >
< {1, 2} {3} {4} > < {1, 2} {2, 3} {4} >
< {2, 3} {2} {4} > < {2, 3} {3} {4} >
< {2, 3} {2, 3} {4} > < {1} {2} {2, 4} >
< {1} {2} {3, 4} > < {1} {2} {2, 3, 4} >
< {3} {2} {2, 4} > < {3} {2} {3, 4} >
< {3} {2} {2, 3, 4} > < {1, 3} {2} {2, 4} >
< {1, 3} {2} {3, 4} > < {1, 3} {2} {2, 3, 4} >

Computer Science & Information Technology

You might also like to view...

Typing new text into a document at the insertion point is called ________ mode

Fill in the blank(s) with correct word

Computer Science & Information Technology

Both Cisco and Microsoft treat CompTIA Network+ as a prerequisite toward at least some of their own certifications.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In the Find and Replace dialog box, clicking the ________ button replaces all instances of a word or phrase at one time

Fill in the blank(s) with correct word

Computer Science & Information Technology

When is the criterion entered in a parameter query?

A. When the query is created B. When the query is saved C. When the query is run D. When the query is in SQL view

Computer Science & Information Technology