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

  • @SangitaSingh-wu8dl
    @SangitaSingh-wu8dl 9 หลายเดือนก่อน

    Very helpful for ICSE students sir !

  • @demolitiondaniel8948
    @demolitiondaniel8948 8 หลายเดือนก่อน

    thanks u fr this the perfect way of explanation greetings from lebanon

  • @badineedinarendra9912
    @badineedinarendra9912 4 วันที่ผ่านมา

    thank you bro

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

    Expecting daily a vedio

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

    exlent bro please make more videos bro

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

    Sir please help me , it's saying array was not declared in the scope I have tried many times but still no solution.
    #include
    using namespace std;
    int main()
    {
    int A[n], n;
    cin>>n;
    cout

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

      Try this
      int n;
      cin>>n;
      int a[n];
      The mistake u made was, u created the array of size n, but u took cin>> n later on.
      First take n as input from user, then use it to create an array. Do tell me if this solves the issue

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

      @@BTechComputerScience thank you very much Sir, It worked🙏❤️

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

    What if we need the third array sorted

  • @nasimajosefi
    @nasimajosefi 2 ปีที่แล้ว

    thank you

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

    Hii bro....i want a java program to return true if all 1's in a array are at least k places away from each other or else return false.....the input must be the array size and k value and array elements...the array elements should consist of 0's and 1's.... please explain the program logic with code...🙂🙏

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

      Can u post sample input and output, so that I can understand ur question exactly

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

      @@BTechComputerScience the input wil be..like this👇🏻
      #input from the users...
      Array length : 6
      K value : 2
      1 0 0 1 1 0 #array elements
      False #the value printed should be false since the distance among the 1's is not atleast k value....

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

      If the array elements for the above input is like this 0 0 1 0 0 1 the it should print true...

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

      Got it, I ll put a video as soon as I find time

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

      @@BTechComputerScience waiting for the video bro... please upload it ASAP..🥺

  • @mithank2666
    @mithank2666 2 ปีที่แล้ว

    great bro

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

    First view