Amazon interview question

find second minimun element in array O(n)

Interview Answers

Anonymous

20 Apr 2018

i have answer right but fail on edge cases like how distinct duplications

1

Anonymous

8 Jun 2020

Use minimum pile with size of k

1