1. 程式人生 > >amazon coding questions

amazon coding questions

2016-10-18
1. Coding: very simple, like tree pre-order traversal

2. search a number in ordered array without knowing the array length

3. leetcode 53

4. 字串正反找的那個演算法

2016-11-23
5. 有一個有序數列, 有重複數字. 不知道長度. 但是提供一個函式可以返回是不是過界. 要寫一個函式來找到一個數第一次出現的index

2017-2-8 applied scientist
leetcode 四八零

2018-9-18
Research Scientist電面:
update 一串資料的均值和標準差

2018-7-20 DS
number of islands: https://leetcode.com/problems/number-of-islands/description/