电面:
Longest Substring With K Distinct Chars
昂塞:
1)简易版 https://leetcode.com/problems/string-to-integer-atoi
2)设计Instagram评论,要求评论实时update
3)
- https://leetcode.com/problems/monotonic-array/
- 变种:https://leetcode.com/problems/subarray-sum-equals-k/
4)
- BQ:最大的技术挑战和合作挑战
- coding: https://leetcode.com/problems/palindrome-pairs/
5)
- https://leetcode.com/problems/boundary-of-binary-tree/
- https://leetcode.com/problems/number-of-islands/ (允许对角线移动). 深入讨论了iterative和recursive方案, 要求对recursive方案优化.
6)
- https://leetcode.com/problems/add-two-numbers-ii/ 可以负数,如["-",“1”,“3”]
- follow-up: 两数相减
总体感觉不错,在面试中也学到不少东西。