Advanced Pattern Questions | Java | Complete Placement Course - Lecture 6

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

Комментарии • 1 тыс.

  • @nawaab9275
    @nawaab9275 2 года назад +21

    cant tell u how happy I got when I paused the vdo and cracked the rhombus code myself and got succesful output with your help..thanks for building my concepts

  • @aryanrao7633
    @aryanrao7633 3 года назад +576

    Didi literally looked happy when that butterfly wala code got printed😆

  • @amrit6306
    @amrit6306 Год назад +115

    Very Good explanation Ms. Shradha
    Knowing coding is great but knowing explaining coding to other person so well is marvelous.

  • @hehhe9827
    @hehhe9827 11 месяцев назад +35

    Time stamps for convince 👨‍💻👨‍💻
    00:47 --> Butterfly pattern
    15:58 --> solid rhombus
    21:36 --> number pyramid
    27:00 --> palindromic pyramid
    33:10 --> diamond pattern

  • @ArijitsClasses
    @ArijitsClasses 2 года назад +8

    Didi, your diamond pattern's logic was amazing.....you are keeping the row number as it is and just in j loop you have taken the logic of odd as 2*i-1. As a result row number can be easily accessed for other tasks....wonderful!!!

  • @callmesirjustsir
    @callmesirjustsir Год назад +5

    Pascals Traingle Solution (incase anyone's wondering how):
    for (int i = 0; i < n; i++) {
    int count = 1;
    for( int j =0 ; j

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

      In the second last line (i - j) will execute 0 in first step.

  • @shauryagauniyal9125
    @shauryagauniyal9125 3 года назад +123

    Thank you so much didi.
    In the previous video I wasn't able to make even a single pattern without the solution.
    Today after the butterfly question, I was able to do each and every pattern without the solution.
    I would like to say that, Persistence is the key guys. Keep working hard and shine like stars in the sky.

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

      hey did u get the butterfly patter wid didis code? i dont sem yo get it

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

      @@arnikakothari492 did you get it now ??

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

      @@arnikakothari492 yes bro can u get it now?? cause i can't get it

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

      Pucha kisine 😂😂😂

    • @jitin001
      @jitin001 Год назад +2

      @@arnikakothari492 ya i thing there is something missing when i make butter... patt... soo my code is very different from didi code and i copy didi code but i did'n get the pattern by didi code

  • @dipakkadam3948
    @dipakkadam3948 2 года назад +19

    Hello ma'am,
    I really appreciate your efforts and your way of explaining... I am from non IT background, i just think to go through the fundamentals of programming nd firstly i gone through your two or three lectures, now i can must say that programming is not that much hard as all are think..its just becuz of your way of teaching.. Thank you so much for this courses...

  • @manu--gj9is
    @manu--gj9is 5 месяцев назад +3

    10) Butterfly pattern : 0:50
    11). Solid Rhombus: 15:50
    12). Number pyramid : 21:24
    13). Palindromic pattern : 26:56
    14). Diamond pattern: 33:07

  • @iqbalhossain927
    @iqbalhossain927 3 года назад +46

    Need this type of practice question in every topic. Hope you continue like this. And thanks for this awesome session😍

  • @Samad_27
    @Samad_27 3 года назад +68

    Absolutely brilliant you way of teaching absolutely incredible

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

      ruclips.net/video/-AdgUai3Jkw/видео.html

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

      ruclips.net/video/h1HbQGHVB14/видео.html

  • @mariaashraf4714
    @mariaashraf4714 Год назад +4

    I'm from Pakistan and I like your all hard work for all the IT students .....👍

  • @nemeziz_prime
    @nemeziz_prime 3 года назад +22

    Incredible explanations 🔥🔥🔥 best course for java fundamentals

  • @Chandan-zi9ml
    @Chandan-zi9ml 8 месяцев назад +1

    The amountv of happiness when u code yourself and get the correct ouput.

  • @vasujain5469
    @vasujain5469 Год назад +4

    Di thanku i printed all of these pattern by my own without watching explanation , because of last video's i cleared my logic and my all doubts
    Thanku so much 🤩

  • @yashasan1613
    @yashasan1613 2 года назад +5

    after doing butterfly pattern for myself.i really feel like im learning something...thanku shraddha didi

  • @abhijeetsalve3173
    @abhijeetsalve3173 2 года назад +18

    Thank you so much! This series is helping a lot to me and Your lectures made coding much easy to me.
    I'm a non IT student so this field is completely new for me it seems difficult when i was started a week ago but from your lectures I'm now able to get solve the questions, making logic by own and now I'm much familiar with this! :)

  • @AyushSingh-kz5gm
    @AyushSingh-kz5gm 5 месяцев назад +1

    another approach for the diamond question is the same as palindromic pattern:
    for(int j = i; j >= 1; j--){
    System.out.print(j);
    }
    for(int j = 2; j

  • @swatikadam2937
    @swatikadam2937 2 года назад +8

    Thank you for such useful videos, now got confidence for coding, very nicely and easily explained every pattern coding

  • @amlansingha4185
    @amlansingha4185 Месяц назад

    Hi Ma'am, huge respect for you for taking this initiative to teach us. The courses are simple, clear, and to the point. As a person from a non-engineering background, the sessions are very productive and easy to understand. It also pushes me to practice more and come up with my own solutions. I've solved the number pyramid problem in another way and believe it may also be helpful. Please find the code below: -
    int a = 5;
    int b = 9;
    for(int i= 1;i

  • @jatinsharma3792
    @jatinsharma3792 2 года назад +10

    I see programming is all about Mathematical logics, once you know the concepts you just need to apply them. This things (Coding) is not even any branch specific so I guess If you love math then it's perfect to code and for me I am totally fine.

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

    Lajawab explainnation. Jab fundamental clear ho aapka to aap new heights tak reach kr skte hain. Respacet++

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

    MS wali didi maine is program ko apke krne se phle try kiya aur mera ho gya aur m bhut khus tha ,pr fir maine ques dekha ....

  • @manikanta5795
    @manikanta5795 3 года назад +17

    dear didi, the diamond in question and the diamond we got in the video
    otes are not same.
    in order to get the same diamond ;
    in spaces we need to have double spaces ;in printing * we need to have * +space;
    and after upper half we need to give a space and reverse the upper half.
    I am very greatful to this series and thx for your teachings didi.

  • @vishalranjan7148
    @vishalranjan7148 2 года назад +7

    This Video series help , million of student in university exam as well as placement .
    Thanks a lot

  • @iamspidysa
    @iamspidysa 2 года назад +6

    Diamond can also by coded as: ( Lecture 6 Q5 Similar to Q4 ) : like butterfly
    int n = 5;
    for(int i=1; i

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

      this is basically just the palindrome program but just * instead of i . Even I did this , but didi's way seems more efficient

  • @chaitanyayadav8600
    @chaitanyayadav8600 Год назад +10

    love uh mam..🥰 ur explanation..ur practice questions.. simply extra-ordinary mam..🔥🔥 so much useful for beginners..#best course for JAVA.

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

    Didi bahut jyada hard work kar rahi h
    Microsoft vali dii ❤️❤️

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

      @@shakthivelsappani4713 Shraddha

  • @asishchowdhury6350
    @asishchowdhury6350 3 года назад +208

    You guys are helping a lot...and thanks for this series, Didi...Respect++

  • @b2_15_showptikdas7
    @b2_15_showptikdas7 2 месяца назад

    For the Number Pyramid we print 1 space with each number, i.e, System.out.print(i+" "); and this will be present inside a for loop running from 1->i

  • @sameerrajput5853
    @sameerrajput5853 Год назад +8

    Hi Didi,
    In topic pattern (question-10) you had give the value of ( int n = 5 ) instead of ( int n = 4 ) 😁

    • @RaviKumar-vs8kr
      @RaviKumar-vs8kr 4 месяца назад

      😂 I was searching the person who really mentions this n value

    • @OvishaSanyal
      @OvishaSanyal Месяц назад

      Can you please provide the solution for the last homework problem? ( inverted half number pyramid)

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

    Itna details koi institute nahi sikhayega.Thanks Didi.

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

    Really I'm very happy, teaching method is amazing 🔥🔥🔥✨✨✨✨❣️

  • @dcn467
    @dcn467 Год назад +1

    answer of pascal triangle
    class pascalsTriangle
    {
    public static void main(String[] args)
    {
    int number=1;

    for(int a=0;a

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

    You are teaching more excellently than c++ tutorials wali didi..

  • @nita5893
    @nita5893 Год назад +2

    .....jaise hi program run hokar output aata hai uss time aapke chahre ki smile ek alag andaz me hoti hai🙂....sabhi ko uski hi need hai☺.....bhut shukriya aapka🙏.!!

  • @yogeshbhatt3440
    @yogeshbhatt3440 3 года назад +37

    Waiting everyday for the new lecture ,new topic and new class .loved the way she teach 😍 .Amazing work done the team 👍🏻👍🏻👍🏻👍🏻.

  • @stupiDC21
    @stupiDC21 2 года назад +2

    This channel deserves millions of views in every video

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

    This is a gem of a series!!!

  • @SANTOSH-pc9pm
    @SANTOSH-pc9pm 2 года назад +1

    for(int am = 1; am > 0; am++){
    System.out.println("Thank you sradha mam");
    }
    thank you that much time.

  • @yogeshpatil-yx9ou
    @yogeshpatil-yx9ou 2 года назад +3

    thank you so much shradha mam..very helpful lecture series this is .

  • @marketingstation
    @marketingstation Год назад +2

    lots of love and respect from pakistan Sharadidi you are my inspiration ANd i really your work hard love you sistet God bless you
    always b happy with AMAN BAYIA
    stay blessed

  • @mehakchib8831
    @mehakchib8831 3 года назад +6

    Thank you didi for c++ and now for Java 🥰

  • @raviupara8673
    @raviupara8673 Год назад +1

    one of the my favourite teacher in a whole time of college.😊😊🥰🥰
    by the way kisi ne notice kiya?
    pichhe plane ka noise aya tha.
    aju baju me hi airport hain.

  • @nikhilrawat8608
    @nikhilrawat8608 3 года назад +12

    Thankyou didi for this amazing course the way you teaches us is Osm ♥️

  • @akhileshwarms9411
    @akhileshwarms9411 Год назад +1

    the way you explained these concepts made me fall in love with math, thank you so much

  • @alphaaccessories3354
    @alphaaccessories3354 2 года назад +6

    After understanding logic of 10th question I've automatically solved other thank you so much Di😄

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

    Ma'am aapke explanation jaisa koi bhi explain nhi kar skta you are osm.❤

  • @RealJ1659
    @RealJ1659 Год назад +4

    I am so happy that i have printed solid rhombus and number pyramid by myself without seeing the solution by shraddha di
    I am in class 9th and i wanna become a software engineer... ❤❤

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

      pehle beta 9th pass karle

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

      @@anooptripathi5290 Uski chinta nahi hai... Top karungi 😂😂

  • @moremansi81
    @moremansi81 6 месяцев назад

    Question 14
    int n = 3, oddnum=1, i, spaces=n;
    for (i=1; i

  • @sahilnandal1643
    @sahilnandal1643 3 года назад +4

    If we add some lines after the upper half we can get a perfect diamond
    for(int i = 1; i

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

      ruclips.net/video/h1HbQGHVB14/видео.html

  • @shubham-ns9ys
    @shubham-ns9ys 5 месяцев назад +1

    Except butterfly code ,i did all code by myself. Thankyou didi 😊😊😊😊

  • @v.raghuram6507
    @v.raghuram6507 3 года назад +8

    Please make a Video on Electronics And Communication Enginnering Students...
    For eg: Core Job vs Software Job
    What courses they have to learn.
    What are job opportunities..
    How to get High package in ECE Jobs.

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

      Shraddha didi is herself from CS background so I doubt she knows much about electronics or communication engineering, and Aman bhaiya made this channel especially for **coding** right? So I doubt that he will do, atleast in coming few years

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

      @@lelouchvibritannia9896 You are correct ...

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

      Brother if you can then do MTech before applying for jobs ...
      And if you want high package then apply for foreign countries also but make sure you have 8+ CGPA and best indepth knowledge of electronic and communication engineering theory ....

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

    These videos are just great and this way of explaining the code and logic is best to self improve, for the people who are having OCD attack on the last diamond pattern with 2 repeating lines of stars, here is the code for //second half of star diamond pattern.
    for(int i=n-1;i>=1;i--){
    for(int j=1;j

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

      Please also solve Pascal's triangle for using loop.

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

    Aman Bhaiya no doubt this course is way better than C++ course. The way of explaining is very good bhaiya

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

      I know right!! Good thing they learned from their previous mistake 🙂

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

      I mean that course was awesome too but just not right for beginners, kinda difficult to understand

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

    Didi, last lecture ka homework Kiya tha iss liye yeh lecture toh almost logic comparison me hi chala gaya😅 aap sikha rahe ho iss liye almost same hi the sirf kuch problem ke logic alag the. Thanks for this course ❤ slowly slowly main bhi logic build karne laga hoon aur ha pata hai ki abhi DSA shuru bhi nahi hua toh abhi bahut lamba safar baki hai.

  • @tilakghosh9001
    @tilakghosh9001 3 года назад +6

    Mam please upload videos as early as possible i.e before 10 pm🙏🙏
    And thanks for this awesome session ❤️

  • @saileshramesh8113
    @saileshramesh8113 2 года назад +2

    I got scared looking at that butterfly pattern, but then you explained it so so well that it felt very very simple after coding it, splitting the pattern into tiny patterns is intuition and you did that very well, thank-you so so much shraddha didi.

  • @engineeringhubspredict5084
    @engineeringhubspredict5084 2 года назад +6

    Didi in first butterfly question given N = 4 ... why you take the value of n as 5 when you are going to solve the problem?

    • @iramkhan4798
      @iramkhan4798 Год назад +2

      Yes I am also confused and pattern got print as shown in the image

    • @dukeff5095
      @dukeff5095 3 месяца назад

      ​@@iramkhan4798 no it was not shown as in the image look carefully you will get the mistake
      It will get printed as same as image when you take n=4 buddy

  • @kritikaurav8851
    @kritikaurav8851 3 месяца назад

    Another code for Q11:
    import java.util.*;
    public class Conditions {
    public static void main(String args[]) {
    int n = 5;
    for(int i=n; i>=1; i--) {
    //spaces
    for(int j=1; j

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

    can you teach python start from software to high-level problem solving used in engineering applications such as optimization and control...?

  • @xebec2773
    @xebec2773 2 месяца назад

    This video is peak the way she is teaching is great

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

    i followed palindrome type algorithm for diamond pattern, but it takes more time :-
    public class diamond_pattern {
    public static void main(String args[]) {
    int n = 5;
    for (int i = 1; i

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

    This content is really helpful for beginners of DSA

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

    Best questions for this topics and, didi can you pls provide more questions on this topic pls!! Microsoft Didi OP😂😂😊😊🤘🤘

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

    Mam your way of explaining is awesome

  • @PythonGuy
    @PythonGuy 3 года назад +4

    Homework Question 3:
    import java.util.*;
    public class PascalsTriangle {
    public static void main(String[] args) {
    Scanner sc = new Scanner(System.in);
    int n = sc.nextInt();
    sc.close();
    int temp = 0;
    for (int i = 0; i < n; i++) {
    for (int j = 0; j < n - i; j++) {
    System.out.print(" ");
    }
    for (int j = 0; j

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

      alternative method
      import java.util.*;
      public class PascalsTriangle {
      public static void main(String[] args) {
      // Write your code here

      Scanner scn = new Scanner(System.in);
      int n = scn.nextInt();
      for(int i = 0; i < n; i++){
      int icj = 1;
      //for space
      for(int j = 1; j

    • @OvishaSanyal
      @OvishaSanyal Месяц назад

      Can you please provide the solution for last homework problem?

  • @Toxic_anime2789
    @Toxic_anime2789 4 месяца назад

    Mam ye rhombus vala question mene khud se kia or ho bhi gya tha mere se 😊😊 tq mam

  • @fatimahawaan2607
    @fatimahawaan2607 3 года назад +4

    You're amazing thank you so much 😊

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

    We can also print rohmbus ->
    after firstly printing spaces by inverted pyramid logic and then print a rectangle.

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

    thanks a looooooooooot didi i can't explain how helpful this playlist is for me plz continue to do such works it is a life saving playlist thanks a lot.

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

    can't believe that i have solved that rhombus pattern question by myself...and it's all because of you didi.....
    love you 3000 microsoft vali didi

  • @himanshusharma3301
    @himanshusharma3301 3 года назад +4

    can we make pascal's triangle also using loops

  • @NIHARSHARMA-l1o
    @NIHARSHARMA-l1o Год назад

    public class thanque{
    public static void main(String[] args){
    System.out.println("Thanque Shardha Mam");
    }
    }

  • @Simran-b3q
    @Simran-b3q 4 месяца назад +85

    Kon 2024 me dkh rha hai👀..?

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

    Shrada Didi ese premium content dene ke liye Respect++
    From Bangladesh

  • @ChetnThakre
    @ChetnThakre 9 месяцев назад +10

    Shraddha didi Jindabad😂🙌🏻

  • @Mdsohail97466
    @Mdsohail97466 4 месяца назад

    Class awesome {
    public static void main(String [ ] args){
    system.out.print("Thank you")
    }
    }

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

    Homework problem 2 > Solution (Hollow Solid Rhombus) 👇
    public class Main {
    public static void main(String[] args) {
    for (int i = 1; i

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

    public class Thank_you {
    public static void main(String[]args){
    System.out.println("You are best programming teacher");
    }
    }

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

    16:31
    public class pattern3 {
    public static void main(String args[]){
    int n = 5;
    for (int i=0; i

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

    you teaching style is really very good Mam

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

    Didi ne ek bohoth choti so galti ki butterfly pattern me and wo thi n=5 deke and Maine n=4 Diya to butterfly pattern ban is aaya😅 lekin explanation is just great!!! Hats off didi.

  • @gauravgupta3496
    @gauravgupta3496 11 месяцев назад +2

    Madam kaash aap pahle mil gyi hoti college life me ye youtube etc hota kuch to humara bhi programming me interest rahta aur aachi engineering job kar raha hota. Govt job ke chaakar me pad kar babu nhi banana padta😢😢😢 but ab programming me interest bhadh raha h aapke video dekh ke to without seeing any monetary benefit i am learning programing from zero. I hope i will be benefitted from programing🙏🙏🙏🙏🙏

  • @rushikeshdhane7430
    @rushikeshdhane7430 4 месяца назад

    Thanx miss shraddha.this vedio was really helpful . i am doing prepafration for interviews and this one help me a lotlearn a lot about pattern that most of the companies asking such pattern sin technical round .your teaching is fantastic .thanks again:)

  • @varungarg8432
    @varungarg8432 2 года назад +2

    😂😂Aeroplane Sound And This Playlist , both Are AWESOME..😂😂
    😊Thanks For This Playlist.. Di😍

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

    the last space for 5 iteration in j will not print space here because 1

  • @whimsical.me1
    @whimsical.me1 9 месяцев назад

    16:00
    public class Main {
    public static void main(String[] args) {
    for (int i = 1; i

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

    we can take (int i=n-1;i>=1;i--) the lower haf loop for classic diamond shape

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

    You are expert mam
    That's ameging
    Part of coding....

  • @reznov.21
    @reznov.21 Год назад +1

    Thank you so much doing DSA in OCT 2023

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

    Di in notes Questions 6 pattern is not matching with code ... It confused me for a bit but i did it all on my own after getting well explained by you so I didn't made any mistake 😁 thank you didi
    And please have a look on the homework sheet ☺️

  • @SunilSunil-wb5zf
    @SunilSunil-wb5zf Год назад

    screenshot of Hollow butterfly image
    I am a beginner to Java and have studied up to loops only. After loops lecture above pattern was given to print as homework. I have successfully managed to print this pattern with following code:
    public class Main {
    public static void main(String[] args) {
    int n = 5;
    for (int i = 1; i

  • @ankushpatel-qg7kr
    @ankushpatel-qg7kr 8 месяцев назад

    mja aa gaya yar kya hi level of study hai aaapka

  • @Krishna.Keshav
    @Krishna.Keshav 2 года назад

    let i=0; let Name="Shraddha"; let Output=(Name)=>{while(i

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

    Didi has become The Brand Ambassador of Apna Commege😇😇😇😇🥰🥰🥰🥰

    • @Anonymous-hd2zc
      @Anonymous-hd2zc 3 года назад +2

      Commege 😂😂😂

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

      If(college==commege) {
      System. Out. Print("abe salle")
      }
      Else {
      System. Out. Print("Good")
      }

    • @Anonymous-hd2zc
      @Anonymous-hd2zc 3 года назад

      @@shrujaigupta1803 well done 😂😂😂

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

      @@shrujaigupta1803 It will throw an error because there's not a quotation mark after Good 🤦

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

      @@lelouchvibritannia9896 Fixed sir😅

  • @diptimayeemohapatra5342
    @diptimayeemohapatra5342 2 года назад +2

    I will get to know it was easy for you,I respect for your efforts. Thanks you

  • @whimsical.me1
    @whimsical.me1 9 месяцев назад

    26:40
    for (int i = 1; i

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

    when I learn C++ I hate pattern advance question but after learn pattern question again I feel it is very easy

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

    you made my life easy. the way you explain the problem is simply amazing. ❤ Std from Pakistan😇