1.

Wagner–Fischer algorithm is used to find ____________(a) Longest common subsequence(b) Longest increasing subsequence(c) Edit distance between two strings(d) Longest decreasing subsequenceI have been asked this question in an interview for internship.This interesting question is from Wagner-Fischer Algorithm in division Dynamic Programming of Data Structures & Algorithms II

Answer»

Right choice is (c) Edit distance between TWO STRINGS

The explanation is: Wagner–Fischer ALGORITHM is USED to find the edit distance between two strings.



Discussion

No Comment Found

Related InterviewSolutions