Amazon Interview Question

2nd question was based on the array window sliding problem

Interview Answer

Anonymous

Oct 9, 2023

and you can say easy to medium and i solved it but all test cases was not passing only 8/15 test cases were passing, i realised later that my solution was correct but the inputs are very large so i didnt took long int instead i had taken int thats why my test cases ware not passing.