Maximize Deletions
CodeChefOpen on judge ↗
Let’s define an operation $\bf{deletion}$ for an array `nums` of length $N$, as the removal of $i^{th}$ number in `nums` and concatenating the remaining elements without changing their order, such that $0 \leq i \lt N$. **Note** that after performing this operation, index of elements in `nums` does not change. You are given two lists of integers $A$ and $B$ of length $N$ and $M$ respectively. I
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start