中级农民
- 积分
- 262
- 大米
- 颗
- 鳄梨
- 个
- 水井
- 尺
- 蓝莓
- 颗
- 萝卜
- 根
- 小米
- 粒
- 学分
- 个
- 注册时间
- 2023-8-19
- 最后登录
- 1970-1-1
|
注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号
x
Most Frequently Asked Interview Questions at Amazon
1. K largest elements from a big file or array.
2. Find a triplet a, b, c such that a2 = b2 + c2. Variations of this problem include finding a triplet with a sum equal to 0. Find a pair with a given sum. All such questions are efficiently solved using hashing. – Practice here
3. Binary tree traversal questions like left view, right view, top view, bottom view, maximum of a level, minimum of a level, children sum property, diameter, etc.
4. Convert a Binary tree to DLL – Practice here
5. Lowest Common ancestor in a Binary Search Tree and Binary Tree.
6. Implement a stack with push(), pop() and min() in O(1) time.
7. Reverse a linked list in groups of size k – Practice here
8. Given two numbers represented by two linked lists, write a function that returns sum list – Practice here
9. Rotate a matrix by 90 degree.
10. Stock span problem
11. Next greater element
12. Some Dynamic Programming problems like:
13. Why Amazon?
14. Questions about projects done in previous company or final year.
15. Important Links :
Amazon Interview Video.
|
上一篇: 请教什么软件可以做到遗忘曲线式的复习提醒?下一篇: 分享一个超级好用的大厂高频OA题网站,求求求求大米求求了
|