InterviewSolution
Saved Bookmarks
| 1. |
Wagner–Fischer is a ____________ algorithm.(a) Brute force(b) Greedy(c) Dynamic programming(d) RecursiveThis question was addressed to me in an interview for internship.This is a very interesting question from Wagner-Fischer Algorithm in division Dynamic Programming of Data Structures & Algorithms II |
|
Answer» CORRECT OPTION is (c) DYNAMIC programming The best explanation: Wagner–Fischer BELONGS to the dynamic programming TYPE of algorithms. |
|