Special Programs in C − Floyd's Triangle

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

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

  • @mousex5532
    @mousex5532 6 ปีที่แล้ว +6

    hats off neso!!!!!!!!crystal clear explanation for every iteration your are the best

  • @priyankasrivastava8104
    @priyankasrivastava8104 6 ปีที่แล้ว +11

    Happy teachers day sir

  • @devvip99
    @devvip99 2 ปีที่แล้ว +5

    please add subtitles to all the videos, i really want to learn them

  • @mayankjadhav4509
    @mayankjadhav4509 6 ปีที่แล้ว +3

    Another awesome video...
    Thank you sir...😊
    Please make a video on Pascal's triangle too... Thank you

  • @SACHINSINGH-re5ft
    @SACHINSINGH-re5ft 4 ปีที่แล้ว +3

    u r using O(n^2) time but we can do it with one loop also with O(n) time complexity ; save time save future :)

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

      @SACHIN SINGH I didn't understand

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

      no we cant because it is using rows and colums

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

    You are the best✨

  • @sasindusahanweerakkodi7561
    @sasindusahanweerakkodi7561 4 ปีที่แล้ว +1

    Thank you sir ❤

  • @manupuridilipkumar9096
    @manupuridilipkumar9096 5 ปีที่แล้ว +3

    Sir try to do the problems vth space in btw sir

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

    Sir there is some problem with this code , it runs correctly but in the output window all numbers get printed in a line and not in triangular pattern. Please help me. I use Dev C++ Compiler.

  • @hindi-english1664
    @hindi-english1664 3 ปีที่แล้ว +1

    Sir can explain pascal's triangle ?

  • @AbhishekGupta-n3y2e
    @AbhishekGupta-n3y2e ปีที่แล้ว

    Thank you sir.

  • @mousex5532
    @mousex5532 6 ปีที่แล้ว +1

    pls try to make more videos about c.... im waiting

  • @true4189
    @true4189 4 ปีที่แล้ว +1

    Thank u

  • @W.gogd1
    @W.gogd1 6 ปีที่แล้ว +1

    Sir scilab par upki video hay keya.????..

  • @potatopoo6978
    @potatopoo6978 3 ปีที่แล้ว

    can someone explain to me how "n" can change even tho it has no formula, something like "j+n=n" sorry I'm very new

  • @sagariphonewala
    @sagariphonewala ปีที่แล้ว

    This video numbering should be 56. Please correct it.

  • @manoramasahoo8378
    @manoramasahoo8378 3 ปีที่แล้ว

    Ye book name koi bolo

  • @srikanthracharla420
    @srikanthracharla420 5 ปีที่แล้ว +1

    Anyone solve this pattern please for me, i have exam , please, and it should contain (if else statements like that you write program for spaces)
    *
    * *
    * * *
    * * * *

    • @paraprannoy3732
      @paraprannoy3732 3 ปีที่แล้ว

      @8D SOUNDS
      #include
      int main()
      {
      int n, i, j;
      printf("enter the num how much you want to print pyramid
      ");
      scanf("%d", &n);
      for (i = 1; i

    • @kiboff3405
      @kiboff3405 ปีที่แล้ว

      #include
      int main()
      {
      int row,i,j;
      printf("enter no of rows");
      scanf("%d",&row);
      for(i=1;i

  • @personx5039
    @personx5039 4 หลายเดือนก่อน

    Happy Teacher's Day

    • @nesoacademy
      @nesoacademy  4 หลายเดือนก่อน

      Thank you :)

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

    56 😂