Explore topic-wise MCQs in Data Structure.

This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Data Structure knowledge and support exam preparation. Choose a topic below to get started.

1.

Consider the two strings (empty string) and abcd . What is the edit distance between the two strings?

A. 0
B. 4
C. 2
D. 3
Answer» C. 2
2.

Consider the strings monday and tuesday . What is the edit distance between the two strings?

A. 3
B. 4
C. 5
D. 6
Answer» C. 5