Google Interview 2020 Internship
  1. To find if you can reach the end of a mxn grid starting from (0, 0). Every cell has a direction (left, right, up or down).
  2. If you can't, minimum number of changes to make for making it possible.
Comments (5)