Difficulties in finding the best solution
Difference between en1 and en2, changed 9 character(s)
Hi! Is anybody who can give me a solution for this? We have an array with n elements and a number k. We are asked to calculate in how many continuous strings of size exactly k (k is even), the element at the i-th position is in the firstsecond half if we sort that continuous string (all values are different). Example: n=6, k=4, the array: 1 4 2 5 9 3, the output will be like this: 0 1 0 3 2 0  

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English Usu 2019-02-17 22:19:24 60
en2 English Usu 2019-02-17 22:16:29 9 Tiny change: 'is in the first half if w' -> 'is in the second half if w'
en1 English Usu 2019-02-17 22:01:04 432 Initial revision (published)