719. Find K-th Smallest Pair Distance | Binary Search | Leetcode Daily Challenge | Coding ASMR |Java

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น • 4

  • @RakeshSingh-vl2mz
    @RakeshSingh-vl2mz 4 หลายเดือนก่อน

    Nice explanation keep it up

    • @LeetQuest
      @LeetQuest  4 หลายเดือนก่อน

      Thank you, I will ❤️

  • @pankajbisht3920
    @pankajbisht3920 4 หลายเดือนก่อน +1

    Y is right 14??

    • @LeetQuest
      @LeetQuest  4 หลายเดือนก่อน

      Maximum possible difference is 15 - 1 = 14 nah. If we know the range of possible outcomes at that time we can use binary search and here we know that max diff can be 14 there is no other pair whose difference exceeds this limit.
      got it?