InterviewSolution
Saved Bookmarks
| 1. |
Who proposed the modern formulation of Floyd-Warshall Algorithm as three nested loops?(a) Robert Floyd(b) Stephen Warshall(c) Bernard Roy(d) Peter IngermanThe question was asked during an internship interview.Query is from Shortest Path topic in section Shortest Path of Data Structures & Algorithms II |
|
Answer» RIGHT option is (d) PETER Ingerman The best I can explain: The modern formulation of Floyd-Warshall Algorithm as three NESTED for-loops was proposed by Peter Ingerman in the YEAR 1962. |
|