- #美国面经
- #码农类general
- #面试经验
Twitter phone interview

30852
先是聊经历,大概15分钟,然后开始coding。就做了一题,结果还出了一个bug,最终没run通过,目测是挂了,sigh。。。
问题:
Given a 2D matrix a two cells inside the matrix, find the length of the shortest path bet
本帖隐藏的内容需要积分高于 188 才可浏览,点击前往一亩三分地论坛阅读。
eturn 1
Example 2:
matrix:
0, 1, 0
0, 1, 0
0, 0, 0
start (0, 0), end (0, 2), then return 6
问题:
Given a 2D matrix a two cells inside the matrix, find the length of the shortest path bet
本帖隐藏的内容需要积分高于 188 才可浏览,点击前往一亩三分地论坛阅读。
eturn 1
Example 2:
matrix:
0, 1, 0
0, 1, 0
0, 0, 0
start (0, 0), end (0, 2), then return 6
2条回复
热度排序