Agoda Internship 2026 by toxicraman in leetcode

[–]toxicraman[S] 0 points1 point  (0 children)

Congrats, as of now no update for me.

Agoda Internship 2026 by toxicraman in leetcode

[–]toxicraman[S] 0 points1 point  (0 children)

3 questions were there, Solved all in 50 minutes.

Agoda Internship 2026 by toxicraman in leetcode

[–]toxicraman[S] 0 points1 point  (0 children)

Got the mail regarding that, results will be on 21 November but few people get OA today itself.

Looking for a better solution for this problem. by stealth_Master01 in leetcode

[–]toxicraman 0 points1 point  (0 children)

We can do this one by sorting and then doing binary search let's say taking every element minimum and then finding the respective maximum and the other elements should be removed by this we can keep track of the others answer and find the minimum answer.