Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

B.i.b.e.r's blog

By B.i.b.e.r, history, 11 months ago, In English

Hello Everyone, Recently in one of my interview Rounds ,I got asked this question, I just wanted to know is there any optimal way to do this ? in less than 0(nlogn) or 0(n) Complexity

Given an array of Integers(positive and negative) and Target Element K ,you have to find minimum absolute difference between target element and subarray summ. Also there are going to be q queries where each time you will have different K

Full text and comments »

  • Vote: I like it
  • +8
  • Vote: I do not like it