Requesting Approach behind a problem

Правка en2, от 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]

Теги english, #arrays, sequences

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский hiroshima_boy 2019-12-23 07:58:54 73
en1 Английский hiroshima_boy 2019-12-22 21:38:17 407 Initial revision (published)