Requesting Approach behind a problem

Revision en2, by hiroshima_boy, 2019-12-23 07:58:54

I don't have the exact question link which directs us implement this idea but I have an abstract.

Two arrays containing distinct(unique) elements are given . We have to delete minimum number of elements from both the arrays such that a strictly increasing sequence of length 4 does not exist. Provided a Sequence is made by alternately taking elements from the arrays.

Arrays contain only the elements from [1,array1.length+array2.length]

Tags english, #arrays, sequences

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English hiroshima_boy 2019-12-23 07:58:54 73
en1 English hiroshima_boy 2019-12-22 21:38:17 407 Initial revision (published)