Given two unsorted arrays find the number of pairs where A[i] > X and B[i] > Y

前端 未结 0 1220
时光取名叫无心
时光取名叫无心 2020-12-13 01:03

We are given two unsorted arrays. We have to find the number of pairs such that for each pair A[i] > X and B[i] > Y. We will have to process 1 million such queries whe

相关标签:
回答
  • 消灭零回复
提交回复
热议问题