Armstrong Number | gfg potd | 14-06-2024 | GFG Problem of the day

Sdílet
Vložit
  • čas přidán 12. 06. 2024
  • Geeks for Geeks Problem of the Day(POTD) in C++ | Armstrong Number | Fully Explained🧠
    Solution Code :
    github.com/IshanSawhney/GfG_P...
    IMPORTANCE OF DSA FOR PLACEMENT:
    • Is DSA Still Important...
    BEST FREE WEB DEVELOPMENT COURSE:
    • BEST Web development c...
    🌐 Connect with Me:
    GitHub: github.com/IshanSawhney
    Linkedin: / ishansawhney
    #GFG #POTD #geeksforgeeks #problemoftheday #c++

Komentáře • 4

  • @CodeGenius316
    @CodeGenius316  Před 24 dny +2

    If it helped you then please subscribe 😊

  • @RohitKumar-dz8dh
    @RohitKumar-dz8dh Před 24 dny +1

    In problem statement mentioned TC is O(1) that is different from your TC as you are running loop upto digit length.

    • @CodeGenius316
      @CodeGenius316  Před 24 dny +3

      Nice question but bro...think carefully we are running a loop of size 3 only because it is mentioned that the number will be only a 3 digit number. Hence TC is O(1). Understood?☺️

    • @RohitKumar-dz8dh
      @RohitKumar-dz8dh Před 24 dny +1

      @@CodeGenius316 understood 😊