Amazon Interview | Set 73 (For SDE-1)
I have been interviewed for SDE1 by amazon. Here are the questions. 1st Round - Online Coding 1. Contiguous elements in an array whose sum is k. 2. Convert sorted array to binary search tree. 2nd Round - Telephonic 1. Implement stack with Push, Pop, GetMin and GetMax in constant time. Algo + Code 2.