Consider the following two sequences: X = < B, C, D, C, A, B, C >, and Y = < C, A, D, B, C, B >. What is the length of the longest common subsequence?

a. 4
b. 5
c. 3
d. 2

a. 4

Computer Science & Information Technology

You might also like to view...

dynamic_cast is often used to:

a. Perform type checking for objects. b. Convert pointers to strings. c. Upcast pointers. d. Downcast pointers.

Computer Science & Information Technology

The purpose of the __________ is to configure a label for a

.

a. ```

``` c. ```

```

Computer Science & Information Technology