Please read the new rule regarding the restriction on the use of AI tools. ×

GladiatorAQUIB's blog

By GladiatorAQUIB, history, 22 months ago, In English

Whenever you want to maximize or minimize something in an array, by taking the values of a range from the elements of the same array, then you can do a binary search by taking the minimum and maximum of the elements of that array. Problem Link:- https://codeforces.me/contest/1623/problem/C

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it