Print all Jumping Numbers smaller than or equal to a given value | GeeksforGeeks

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024
  • Explanation for the article: www.geeksforgee...
    Read More: www.geeksforge...
    This video is contributed by Pranav Nambiar.

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

  • @tannukimasti4715
    @tannukimasti4715 5 ปีที่แล้ว +8

    please improve , your way of explanation..

  • @Neerajkumar-xl9kx
    @Neerajkumar-xl9kx 4 ปีที่แล้ว +2

    Hey buddy...how i slept watching this video

  • @reyou7
    @reyou7 7 ปีที่แล้ว +2

    what a nice puzzle. and perfect solution. Thanks a lot!

  • @sachinbhalla14
    @sachinbhalla14 5 ปีที่แล้ว

    how to find time complexity of any program

  • @adityasuri4739
    @adityasuri4739 4 ปีที่แล้ว

    how to get its output in sorted manner?

    • @just_relax3110
      @just_relax3110 4 ปีที่แล้ว +2

      Instead of printing store the num in priority queue and then print the element of priority queue one by one

  • @ishansaha9767
    @ishansaha9767 4 ปีที่แล้ว

    How are all the single digit numbers jumping numbers?

  • @azadalishah2966
    @azadalishah2966 4 ปีที่แล้ว +3

    😩See explaination at 3:23 and does it make any sense? Go 1 to 3 & number formed is 10? Howwwwwww? 😩

    • @gauthampracharya9592
      @gauthampracharya9592 3 ปีที่แล้ว +1

      1 can go to 2 or 0, and we know that they are jumping. Since 12 and 10 are jumping, and lesser than 30, we print it

  • @sahildoshi1949
    @sahildoshi1949 7 ปีที่แล้ว

    What if input number is more than 2 digit?

  • @dhruvkinger2449
    @dhruvkinger2449 4 ปีที่แล้ว

    Well explained !