Panda Guru LogoPanda
Guru

Amazon OA Feb 2025

Round 1

Questions: The problem involves determining the maximum number of moves that can be made to remove dominoes while maintaining a minimum order defined by the length of the longest strictly increasing subsequence (LIS) of the remaining dominoes.

Given:

The task is to find the maximum number of removals such that the LIS of the remaining dominoes is at least min_order.

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.