how to find factorial of a large number || using c++ language

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

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

  • @ishanikasingh9321
    @ishanikasingh9321 3 года назад +30

    I have literally watched 4 solution videos, but couldn't understand. You made it appear so easy. However, you replied to a comment saying you have stopped making videos! Please continue doing that. Kudos to you!

    • @codingforall6079
      @codingforall6079  3 года назад +10

      Yup , but I have some different plans for RUclips now 😀😀 thank you btw

    • @Man_of_Culture.
      @Man_of_Culture. 3 года назад

      On which platform you are doing programming

  • @namanvijay3514
    @namanvijay3514 3 года назад +21

    Good explanation , in the end you got nervous , be confident 👍

  • @satyamsingh9799
    @satyamsingh9799 3 года назад +7

    You look so innocent. God bless you with success my friend. Great explanation too.

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

    thanks ... good explaination

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

    Accha hai..kaafi accha hai

  • @sarthaknaik5821
    @sarthaknaik5821 4 года назад +5

    best explanation....

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

    Good job brother! 🧡🧡🧡🧡

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

    best explanation on whole youtube

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

    Good explanation

  • @JitendraMishra-by1cu
    @JitendraMishra-by1cu 3 года назад

    Awesome 👌

  • @S15Gaming
    @S15Gaming 9 месяцев назад

    good explanation brother

  • @ranveerkumar7681
    @ranveerkumar7681 3 года назад

    very good explanation

  • @deepanshukumar4331
    @deepanshukumar4331 3 года назад

    good explaination

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

    Nice Explanation!

  • @Nirala_414
    @Nirala_414 3 года назад

    Little bit you looking like me 😉
    Btw very well explanation ..
    Thanks a lot....

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

    Bhai talent hindi holne se bhi dikhta hai.. samajh ana sahiye agar kisi ko samjha rahe ho toh.. agar khud practice kar raha ho toh thik hai keep it up.😊

  • @abhishekfulzele6527
    @abhishekfulzele6527 3 года назад

    Subscribed....accha smjhaya hai....be patient...don't loose confidence... sahi jaa rhe ho..also..don't rush...we can edit video...thanks again

  • @Abhay.Bhandari
    @Abhay.Bhandari 4 года назад +7

    I have only heard "what is going to happen😅😅"
    Not be able to understood a single word.
    "Hindi mai explain krte toh better rehta!!"

  • @abdurrahmansikdernayan5994
    @abdurrahmansikdernayan5994 4 года назад +2

    Great explanation. Thank you brother.

  • @harshitbhatt6822
    @harshitbhatt6822 3 года назад

    what should we set the size of array initially? INT_MAX or what?

    • @ramanshusingh7619
      @ramanshusingh7619 3 года назад

      Your computer memory will blast if u put INT_MAX over there lol. Use 500 or 1000 instead to store upto 500 or 1000 digits respectively

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

    Best video ever

  • @as_a_tester
    @as_a_tester 4 года назад

    Gajab explanation brother

    • @codingforall6079
      @codingforall6079  4 года назад

      Thanks bro. Do I need to make videos on databases

    • @as_a_tester
      @as_a_tester 4 года назад +1

      @@codingforall6079 bhai i am currently learning c++ basics and stl. I don't have any idea about databases but your videos on linked list are really helping me. Please continue making videos.

  • @techskeletons7381
    @techskeletons7381 3 года назад

    very good explanation
    keep uploading videos!!

  • @adityasrivastava8196
    @adityasrivastava8196 3 года назад +5

    THANK YOU BHAI FOR EXPLAINING THE ABOVE CODE !!!
    // C++ code for large factorial using the above approach... //
    #include
    using namespace std;
    int multiply(int size,int Res[],int n)
    {
    int carry=0;
    for(int x=0;x>N;
    for(i=2;i=0;i--)
    {
    cout

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

      There's a little mistake there! Change the last for loop from
      for (int i = Size-1;i>=0;i--) {
      cout 0;i--) {
      cout 0 is very important, because if it was i>=0 the program add an unnecessary 0 at the end of the output.

  • @Brijeshkumar-lk5mt
    @Brijeshkumar-lk5mt 4 года назад +1

    Excellent explanation. :)

  • @_RedOcean
    @_RedOcean 3 года назад +3

    finally i understand the concept thank u 👍

  • @user-ip2vx
    @user-ip2vx Год назад

    is nt it the while loop should be in for loop??jst confused

  • @akanksha1400
    @akanksha1400 3 года назад

    well explained ..Keep growing :)

    • @codingforall6079
      @codingforall6079  3 года назад +1

      Thanks , but stopped uploading 😐

    • @akanksha1400
      @akanksha1400 3 года назад

      Ohh sad..😅 But if you get the time in future then try uploading .

    • @codingforall6079
      @codingforall6079  3 года назад +1

      Its helpful right ?

    • @akanksha1400
      @akanksha1400 3 года назад

      @@codingforall6079 yes

    • @codingforall6079
      @codingforall6079  3 года назад

      www.linkedin.com/mwlite/in/avinash-varpeti-4300b4172 , linkedln

  • @ShivamGupta-cx3hy
    @ShivamGupta-cx3hy 3 года назад

    Thank you Brother, awesome explaination

  • @DesivlogbyAshish
    @DesivlogbyAshish 3 года назад

    best explation ever..

  • @captainamerica6679
    @captainamerica6679 3 года назад

    Very good explanation 😊

  • @rishusingh.
    @rishusingh. 5 месяцев назад

    Thanks

  • @154poojadas7
    @154poojadas7 3 года назад

    best explanation on youtube

  • @prashantgupta808
    @prashantgupta808 3 года назад

    Good explanation brother!

  • @santhoshmedarametla4558
    @santhoshmedarametla4558 3 года назад +1

    Thank you so much bro. Great explanation.

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

    you're a god

  • @chethanbn1508
    @chethanbn1508 3 года назад

    Thank you, good explanation :)

  • @alikhasanov7940
    @alikhasanov7940 3 года назад

    bro you are good at that

  • @34_harshdeepraghuwanshi98
    @34_harshdeepraghuwanshi98 3 года назад

    can you tell me why this algo works in o(N)

    • @monotonic_non_decreasing4618
      @monotonic_non_decreasing4618 3 года назад

      cuz, look at that multiply function, everything inside it, is working till size. size is a constant and if you are considering it as a constant and that while loop works once only as carry can be a one digit number only and then it is reduced to zero....so it will O(N), more precisely it should be O(N*(Size + 1(carry))), it would be O(N), I think it is like this, pls correct me if I am wrong...

  • @rathanhv4676
    @rathanhv4676 4 года назад

    please make more videos on database

    • @codingforall6079
      @codingforall6079  4 года назад

      Yes database series will be there which covering beginner to advance 😀

  • @kunaltaware7445
    @kunaltaware7445 10 месяцев назад

    never ever take pen again in your hand

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

    Thanks man

  • @thatsound7057
    @thatsound7057 3 года назад

    I am using visual studio 2017 and I add vcpkg to use big integer kibrary to calculate very large numbers, but I still couldn't see library when I write #include , do you know how can I solve this issue ? Thank you

  • @tualetniynavar229
    @tualetniynavar229 7 месяцев назад

    ty

  • @ankitdubey9310
    @ankitdubey9310 3 года назад

    please dont get nervous , the logic was on point but please be more fluid next time

  • @seesagar
    @seesagar 3 года назад

    Oh god
    For the entire day I was looking for an answer which i can absorb
    finally i got it
    thanks a lotttttt

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

    I m going to make a program in which it returns how many times u told
    "So now what is going to happen"
    😂😂😂😂
    BTW ur explaination it good

  • @ayushkwal
    @ayushkwal 3 года назад

    5:00 sasta himesh Reshamiya,
    Well, worthy Lecture!

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

    not helping

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

    hindi bolne m sharm aati h kya apko

  • @testtest-hb5zj
    @testtest-hb5zj 7 месяцев назад

    what the fuck are you saying