

InterviewSolution
Saved Bookmarks
1. |
`{:(A),(B),(C):}overset(A" " B" " C)({:[(0,3,4),(3,0,5),(4,5,0)]:})` The above matrix represent the number of routes by which we can travel from one place to another. How many ways can a person travel from C to A or B ?A. 3B. 7C. 8D. 9 |
Answer» Correct Answer - D The sum of elements in the third row. |
|