209 - Recursive Digit Sum | Recursion | Hackerrank Solution | Python

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • ⭐️ Content Description ⭐️
    In this video, I have explained on how to solve recursive digit sum using recursion in python. This hackerrank problem is a part of Problem Solving | Practice | Algorithms | Recursion | Recursive Digit Sum and solved in python.
    🔔 Subscribe: bit.ly/hackersr...
    🗓️ 1:1 Consultation with Me: calendly.com/h...
    📷 Instagram: / aswintechguy
    🔣 Linkedin: / aswintechguy
    🎯 GitHub: github.com/asw...
    🎬 Share: • 209 - Recursive Digit ...
    ⚡️ Data Structures & Algorithms tutorial playlist: bit.ly/dsatutorial
    😎 Hackerrank problem solving solutions playlist: bit.ly/hackerra...
    🤖 ML projects tutorial playlist: bit.ly/mlprojec...
    🐍 Python tutorial playlist: bit.ly/python3p...
    💻 Machine learning concepts playlist: bit.ly/mlconcepts
    ✍🏼 NLP concepts playlist: bit.ly/nlpconcepts
    🕸️ Web scraping tutorial playlist: bit.ly/webscrap...
    Make a small donation to support the channel 🙏🙏🙏:-
    🆙 UPI ID: hackersrealm@apl
    💲 PayPal: paypal.me/hack...
    #recursivedigitsum #hackerranksolutions #hackersrealm #hackerrank #python #recursion #howtosolve #problemsolving #tutorial #algorithms #datastructures #programming #coding #codinginterview #education #aswin

Комментарии • 10

  • @SendiSiradj
    @SendiSiradj Год назад +1

    thank you for the explanation. this problem is similar to the "digital root" in number theory

  • @ENGCS_ADARSHAVT
    @ENGCS_ADARSHAVT 2 года назад +3

    Thank you for the optimized solution

  • @sagaruttare936
    @sagaruttare936 7 месяцев назад +1

    nice

  • @ashitoshfating7154
    @ashitoshfating7154 2 года назад +1

    why the constraint value of n is so high 10^100000, it is generally at max 10^18 right?

    • @HackersRealm
      @HackersRealm  2 года назад

      sometimes they set unreasonable constraint for the users to go only for the optimal approach at the start itself

  • @tarusakinichiima877
    @tarusakinichiima877 2 года назад

    I get runtime errors

    • @HackersRealm
      @HackersRealm  2 года назад +1

      try to set recursion limit to avoid that

    • @meru_zh
      @meru_zh Год назад

      @@HackersRealm how much?

    • @HackersRealm
      @HackersRealm  Год назад

      @@meru_zh 10^6 to 10^8 is sufficient