#172

Sdílet
Vložit
  • čas přidán 2. 06. 2024
  • 🚀 Solving Geeks for Geeks Problem of the Day(POTD) in C++ | Binary representation of next number | Intuition Explained🧠
    Problem Statement : www.geeksforgeeks.org/problem...
    Solution Code : github.com/Masked-coder11/gfg...
    🌐 Connect with Me:
    GitHub: github.com/Masked-coder11
    Instagram: garg.yugayu...
    Linkedin: www.linkedin.com/in/yugayu-garg-47a001225
    💬 Have questions or suggestions? Drop them in the comments below! Let's learn and grow together. Happy coding! 👨‍💻
    #GFG #POTD #geeksforgeeks #problemoftheday #c++

Komentáře • 3

  • @jk-sm6qr
    @jk-sm6qr Před měsícem

    Nice explaination Maskman

  • @rishi2820
    @rishi2820 Před měsícem

    bhai intro me u wrote day 171 by mistake

  • @ankurverma4042
    @ankurverma4042 Před měsícem

    MY CODE 🙂
    reverse(s.begin(),s.end());
    int carry=1;
    for(int i=0;i