9 Best Patterns Questions In Java (for Beginners) | Java Placement Course | Lecture 5

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024
  • Time Stamps for Patterns
    Solid Rectangle & Nested Loops - 00:35
    Hollow Rectangle - 10:38
    Half Pyramid - 18:23
    Inverted half Pyramid - 23:47
    Inverted & Rotated Half Pyramid - 26:50
    Half Pyramid with Numbers - 33:45
    Inverted Half Pyramid with Numbers - 38:21
    Floyd's Triangle - 44:36
    0-1 Triangle - 48:45
    (It is not important to remember the names)
    Notes & Homework Problems: docs.google.co...
    My TH-cam Gear 😉: docs.google.co...

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

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

    Effort being put while explaining any part is commendable!

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

      C+ course kab suru hoga didu

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

      @@mukeshbabuambani9995 th-cam.com/play/PLfqMhTWNBTe0b2nM6JHVCnAkhQRGiZMSJ.html

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

      Kya h sir kuchh isake bare batae sir

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

      th-cam.com/video/h1HbQGHVB14/w-d-xo.html

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

      @@my_thenics_progression614 Dude I think you need to correct a lot of things in yourself to get out of that confusion,
      for example your english.......isn't it.....?

  • @Ankii22
    @Ankii22 8 หลายเดือนก่อน +44

    Row is Horizontal allignment
    Columns is Vertical Allignment

    • @reshmasingh9193
      @reshmasingh9193 2 หลายเดือนก่อน +1

      No one asked

    • @Ankii22
      @Ankii22 2 หลายเดือนก่อน +7

      @@reshmasingh9193 There were some likes it means it is helpful for some people .

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

    • @user-lr1jz8nm7d
      @user-lr1jz8nm7d 18 วันที่ผ่านมา +2

      @@Ankii22 I was confused at first

    • @motivat771
      @motivat771 5 วันที่ผ่านมา

      Thank you so much

  • @sreyabhowmick1305
    @sreyabhowmick1305 ปีที่แล้ว +92

    I'm still shocked these videos are free. Thank you bhaiya and didi, you guys have all my respect and love❤

    • @atulsingh2177
      @atulsingh2177 3 หลายเดือนก่อน

      apki sb vdo ho gyin ?

    • @kunchalanikhil9849
      @kunchalanikhil9849 25 วันที่ผ่านมา +2

      They will get paid by TH-cam dont worry

  • @113_ashutoshdas8
    @113_ashutoshdas8 ปีที่แล้ว +21

    The 9th question can be done in another approach/way:-
    int k=1;
    for(int i=0;i

    • @rishitmalhotra1313
      @rishitmalhotra1313 7 หลายเดือนก่อน +2

      bruh it worked

    • @jr.bbkivines3272
      @jr.bbkivines3272 2 หลายเดือนก่อน +3

      It works but the pattern is not correct
      it shows this pattern -
      1
      10
      101
      1010
      10101

  • @avaneeshshetye1015
    @avaneeshshetye1015 2 ปีที่แล้ว +84

    You explain really well! The way how you show what is actually happening in the code makes it easy to understand. Thanks!

    • @FootballFanatic720
      @FootballFanatic720 8 วันที่ผ่านมา

      That is what I call real passion for teaching.

  • @MrkartikSingh_jiq1
    @MrkartikSingh_jiq1 4 หลายเดือนก่อน +428

    Kon kon ye class 2024 m kr rha hai 😂😂

    • @user-wn6fz8pr3p
      @user-wn6fz8pr3p 4 หลายเดือนก่อน +2

      Me

    • @dhruvatejc7969
      @dhruvatejc7969 4 หลายเดือนก่อน +1

      Me to

    • @Hafizsaab520
      @Hafizsaab520 4 หลายเดือนก่อน +1

      me

    • @Ankit-ve8cj
      @Ankit-ve8cj 3 หลายเดือนก่อน +10

      Is tarah ke comments karne wale dur rhe

    • @hasaanmujtaba8805
      @hasaanmujtaba8805 3 หลายเดือนก่อน +11

      So why is it funny if someone is learning this in 2024?

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

    The effort you are putting is something that i cannot explain how good it is, also i want to thank you cause now i think i will be able to learn programming. Please make this series a complete series for java beginner to end.

  • @shaikhaliya0283
    @shaikhaliya0283 2 ปีที่แล้ว +10

    The way she explain is what I expect from my college teachers but they don't ....thank u shoo much for giving so much perfectionist in your lecture

    • @KunalSingh-er1td
      @KunalSingh-er1td 7 หลายเดือนก่อน

      Maksad nhi bhoolna hai Bhaijaan ❤️ from Karachi

  • @itsnewday1923
    @itsnewday1923 2 ปีที่แล้ว +68

    This lecture really helped me a lot, I solved 50+ questions of JAVA patterns after seeing it. Thanks for such interesting lectures

  • @Calculasian847
    @Calculasian847 24 วันที่ผ่านมา +5

    pattern 1:
    (other method)
    public class Patterns {
    public static void main(String[] args) {
    int row = 6;
    int column = 9;
    for(int i = 1; i

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

    for inverted and rotated half pyramid (using 2 for loops instead of 3 )
    int m = 4;
    int n = 4;
    for (int i = 1; i < m + 1; i++) {
    for (int j = 1; j < n + 1; j++) {
    if (i + j > n) {
    System.out.print("*");
    } else {
    System.out.print(" ");
    }
    }
    System.out.println();
    }

    • @chetankshirsagar6312
      @chetankshirsagar6312 6 หลายเดือนก่อน

      O(n3)>O(n2) ? You Win ! : You lose !

    • @opVK.29
      @opVK.29 5 หลายเดือนก่อน

      Where //outer loop and //inner loop

    • @opVK.29
      @opVK.29 5 หลายเดือนก่อน

      Where i

  • @surajkumarsingh4405
    @surajkumarsingh4405 2 ปีที่แล้ว +14

    the fourth question is also be solved as (inverted half pyramid )
    for(int i=1;i=i;j--){
    System.out.print("* ");
    }
    System.out.println();
    }
    you will get the same output by using another logic.

    • @swarnimkumarsrivastava9446
      @swarnimkumarsrivastava9446 2 ปีที่แล้ว +1

      yes , i had done like this

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

      there is an another cool method .....for(int i =1; i

    • @anupamsingh4015
      @anupamsingh4015 5 หลายเดือนก่อน

      7th question me (int i=n; inti>=1;i--){
      Aur inner loop Int j ko as it is rekh ke j print krke solve nhi kr skte kya....?

    • @avanaya984
      @avanaya984 10 วันที่ผ่านมา

      i got the output using your technique but got different output from her code.

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

    Please please please dont stop this series.... Aap sabse best Samjhati ho....
    Ek bar bhi na pausa karna padta h... Na hi back karna padhta h..... Sidha dimag m ghusta jata h... Too good... 1000likes for this video..
    We friends are eagerly waiting for your video... So please dont stop this series

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

    The girl with zero haters ❤

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

    Please mam.... make a full java course for beginner.
    Your training is so smart and understandable

  • @darshanshah2673
    @darshanshah2673 ปีที่แล้ว +7

    code for right angled triangle flipped by 180 degrees:
    for(int i=1;i

    • @EshikaSingh
      @EshikaSingh 5 หลายเดือนก่อน +1

      👍

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

    Didi you are simply the best Tutor hats off to you😊

  • @colonalkhan8855
    @colonalkhan8855 ปีที่แล้ว +19

    You are doing just amazing work legend lady. You are just sharing the premium work for free . Coding Queen Appreciated . Someday would like to hear the full story of this queen

  • @JitendraSingh-hx7gc
    @JitendraSingh-hx7gc 3 ปีที่แล้ว +36

    Thank u didi
    I was confused with this nested loops since i was learning C language but u made this topic so easy to understand thank you very much
    Finally i know what is nested loop and how it works 😌🍻

    • @Unknownhelper901
      @Unknownhelper901 3 หลายเดือนก่อน

      chacha java kidar sek raha ha tu...........................

  • @munvwn
    @munvwn ปีที่แล้ว +29

    i will be going to college this september and i am glad that this remaining 3 months i am utilising just cause of you shraddha didi..thank you so much Apna College for this amazing series.

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

      are you done with this java series?

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

    Didi aap bahut accha smjhati hai ,
    Hamare school wale sir se bhi accha smjhati hai
    thank you
    🙂🙂🙂

  • @shivammagotra1636
    @shivammagotra1636 2 ปีที่แล้ว +14

    I am using a paid course from some portal and couldn’t understand this topic there. However, here , Mam made it so simple and easy to understand this in minutes, hats off your explanation and teaching style. This course is better than all the paid courses out there.

    • @lisa-qk1yp
      @lisa-qk1yp 6 หลายเดือนก่อน

      which paid course were you using if you dont mind asking. I'm thinking of joining a paid course too but cant decide

    • @shivammagotra1636
      @shivammagotra1636 6 หลายเดือนก่อน

      @@lisa-qk1yp I got myself geeks for geeks paid course, you can also get one!

    • @shivammagotra1636
      @shivammagotra1636 6 หลายเดือนก่อน

      @@lisa-qk1yp are you in college?

    • @lisa-qk1yp
      @lisa-qk1yp 6 หลายเดือนก่อน

      @@shivammagotra1636 yes . In my last year

    • @lisa-qk1yp
      @lisa-qk1yp 6 หลายเดือนก่อน

      @@shivammagotra1636 yes in my last year

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

    The consistency and hardwork is so amazing. 👍👍Thank you didi and team apna college. 😊😊

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

    the 5th pattern inverted half pyramid rotated by 180 degree can be written in more simpler way that is :-
    public class pattern5 {
    public static void main (String [] args){
    int n = 4 ;
    int m = 4 ;
    for (int i = n; i >= 1; i--)
    {
    for (int j = 1; j =i )
    {
    System.out.print("*");
    }
    else {
    System.out.print(" ");
    }
    }
    System.out.println();
    }
    }
    }

  • @iqbalhossain927
    @iqbalhossain927 2 ปีที่แล้ว +45

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

  • @omparihar-sin2
    @omparihar-sin2 2 หลายเดือนก่อน +16

    Legends learn without pc or laptop 💯

    • @Shreya-s2p
      @Shreya-s2p หลายเดือนก่อน

      😂😂

    • @BugBountyHunter0
      @BugBountyHunter0 14 วันที่ผ่านมา +1

      They r not legend but fools, when it comes to pratical part ur knowledge will become null with lot's of error

  • @prasadgavhane9984
    @prasadgavhane9984 ปีที่แล้ว +8

    Didi your videos are very nice. Your hard work is visible in your videos. Please keep it up. The future of many students is happening because of you.

  • @ujwalsadharia7417
    @ujwalsadharia7417 2 ปีที่แล้ว +42

    Note for viewers : if anyone is using an older version of JDK then you will face problems, just now I faced a problem with pattern no 5 (Inverted & Rotated Half Pyramid) I was using JDK-8u28 and it was not showing actual output. Later i updated to JDK's latest version and the problem was solved.
    Note -The code was perfect, I have even used a java visualizer for confirmation.

    • @pratikhajare228
      @pratikhajare228 2 ปีที่แล้ว +8

      ya bro , I am too facing problem in pattern no 5 , and its not showing the actual output.

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

      very useful ,,thankyou

    • @Desiflexxxx
      @Desiflexxxx 10 หลายเดือนก่อน +2

      Thank you for the information same problem I'm facing

    • @tripletgamingbuddies5365
      @tripletgamingbuddies5365 2 หลายเดือนก่อน

      thnx

  • @mansishinde3583
    @mansishinde3583 หลายเดือนก่อน +2

    7th Question) Code for alternate half pyramid w/ numbers can also be:
    int n=5;
    for(int i=5;i>=1;i--){
    for(int j=1;j

  • @adrirajmukhopadhyay5529
    @adrirajmukhopadhyay5529 2 ปีที่แล้ว +30

    I think question 5 can also have a different solution. We can do it using 2 for loops instead of 3. We can use the same inner loop to fit the spaces and the stars instead of using 2 inner loops like this:
    int n = 4;
    for(int i = 1; i

    • @yakantaraaii8027
      @yakantaraaii8027 2 ปีที่แล้ว +4

      I did all patterns qns in C-programming but never thought this can be done this way. its unique

    • @stayuptodate6441
      @stayuptodate6441 2 ปีที่แล้ว +1

      Good one

  • @sohamdharap4789
    @sohamdharap4789 2 ปีที่แล้ว +16

    I guess 7th question can be solved with logic we used in 4th question.
    We can use this code too:-
    //Outer loop
    for(int i=n; i>=1; i--){
    //Inner loop for numbers
    for(int j=1; j

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

      yes bro you r right

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

      bro , can you please help me....I didn't undersand this code you wrighting.....can u plz explain it??

    • @ALLINONE-gz6xc
      @ALLINONE-gz6xc 2 ปีที่แล้ว +1

      Bhai n ko intialize to ker de pahle

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

      Are bhai mene sirf loops ka logic dala hai

    • @ALLINONE-gz6xc
      @ALLINONE-gz6xc 2 ปีที่แล้ว

      @@sohamdharap4789 phir thik hai.....🥲

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

    I've never found the pattern problem so easy. Thank you !!

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

    thank you didi .learned a lot ! excited for next class tomorrow !

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

    Best java tutorial on TH-cam ❤

  • @mdshabaz2591
    @mdshabaz2591 2 ปีที่แล้ว +7

    in the Second pattern, the hollow start. The condition is different in solution provided in the notes!
    if(i == 0 || i == n-1 || j == 0 || j == m-1), the value of n and m is getting substracted by 1.

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

      Because it started from 0 thats why n and m is subtracted by 1👍🏼😁

    • @bunktech
      @bunktech 2 ปีที่แล้ว +1

      @@priyankapaul7077 absolutely

  • @uddiptakumar9231
    @uddiptakumar9231 หลายเดือนก่อน +3

    Didi you r great.....ur explanation is very understandable..........u r amazing

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

    I need just perfect teacher like you who can explain such clearly 😢

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

    Thank you didi your content is so amazing . Ab schme lgta hai ki ache din ayenge.

  • @SSIFMangeshHiwale
    @SSIFMangeshHiwale ปีที่แล้ว +9

    Ma'am you are just amazing.
    I wish you would my teacher ❤️

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

    Review:These vireo is much better than c++ course(pattern video)🙃

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

      th-cam.com/video/h1HbQGHVB14/w-d-xo.html

    • @anjalipancheta413
      @anjalipancheta413 2 ปีที่แล้ว +4

      Hmm! Mujhe laga sirf mujhe wo achhe se samajh me nhi aa raha...but Microsoft wali didi ne to bahut achhe se explain kiya😀

  • @user-mu6wo2ov2v
    @user-mu6wo2ov2v 8 หลายเดือนก่อน +1

    for prime, i think condition i*i

  • @prakharsinha4145
    @prakharsinha4145 2 ปีที่แล้ว +12

    From yesterday on...ive started my journey to learn java along with DSA entirely along with you didi...this is my second day here with java..... #Day2 of #100DaysOfCode

  • @Benny-us1qc
    @Benny-us1qc หลายเดือนก่อน +1

    Thank you very much maam. This lecture waas really helpful for me!!!

  • @Captain_Cool
    @Captain_Cool 3 หลายเดือนก่อน +3

    These questions are really tough at beginners' level but cannot be explained in a more simple way than yours. Thank you so much ma'am.

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

    hello mam the day i started watching your videos .. i fell in love with you .. your teaching makes me very confident .. i forget everything when i see your smiling face ... still i m learning from you just to see you again and again ..
    ♥🧡🧡🧡

  • @sourikkarmakar1200
    @sourikkarmakar1200 ปีที่แล้ว +174

    Time Stamps for important points 🧑‍💻
    Pattern 01 (Solid Rectangle) -> 0:50
    Pattern 02(Hollow Rectangle) -> 10:38
    Pattern 03(Half Pyramid) -> 18:23
    Pattern 04(Inverted Half Pyramid) -> 23:47
    Pattern 05(Inverted & rotated half pyramid) -> 26:50
    Pattern 06(Half Pyramid with Num) -> 33:45
    Pattern 07(Inverted half Pyramid with Num) -> 38:21
    Pattern 08(Flyod's Triangle) -> 44:36
    Pattern 09 -> 48:45

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

      Thanks beo

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

      Good Job Sourik Bro

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

      😍😍🥰🥰🥰

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

      Don't you guys think that newbies are having trouble with these questions 😢

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

      ​@@Lucky_Mishra Well I am coding in java since class 9 we had it in our syllabus. So i am completely in ease with these questions. But yes beginers can have problem with them. Try to grasp the logic -> dry run the code(execute it on pen paper) -> code it and run.
      Keep coding 👍👍
      **Remember the more u code and experiment with it the better you get at it**

  • @113_ashutoshdas8
    @113_ashutoshdas8 ปีที่แล้ว +27

    The 6th,7th and 8th questions can be done in another approach/way:-
    For q6)
    for(int i=0;i

    • @Anurag-hc3wb
      @Anurag-hc3wb ปีที่แล้ว

      What is m

    • @reflexop-ui9pr
      @reflexop-ui9pr ปีที่แล้ว

      @@Anurag-hc3wb m is a variable, he just replace the "int n" to "int m"

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

      int count=1;
      for(int i=1;i

    • @anupamsingh4015
      @anupamsingh4015 5 หลายเดือนก่อน

      7th question me (int i=n; inti>=1;i--){
      Aur inner loop Int j ko as it is rekh ke j print krke solve nhi kr skte kya....?

    • @GauravGupta-eo9rr
      @GauravGupta-eo9rr 4 หลายเดือนก่อน

      It will take more time .Read the space and time complexity.

  • @AbhijeetGaikwadmca
    @AbhijeetGaikwadmca 11 หลายเดือนก่อน +4

    Great Explanation Thank you! you are a life saver

  • @ritikasharma_
    @ritikasharma_ 2 หลายเดือนก่อน +1

    Such a clear explanation to all questions. Thank you so much for your efforts didi, truly commendable !!

  • @ankushpatel-qg7kr
    @ankushpatel-qg7kr 5 หลายเดือนก่อน +3

    shraddha didi you are literally not less than god for it sector beginners

  • @user-wk5ir8uv9i
    @user-wk5ir8uv9i หลายเดือนก่อน +1

    Mam aap bhut achhe se padate ho our achhe se samjh bhi aa jati h
    Thank you so much mam

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

    mam with your explanation i am learning java faster
    you are making great efforts.
    remember in your 1st lecture
    we can code there patterns through "
    "
    without loops

  • @aryanrastogi007
    @aryanrastogi007 2 ปีที่แล้ว +10

    System.out.println("East or west Didi is Best");

  • @sobb0
    @sobb0 2 ปีที่แล้ว +1

    She is like a beauty with a brain😇

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

    is this course really enough for Java placement please reply
    i already seen many of your videos
    your confident.and body languages arr very cool
    thats give me a trust in your channel to spend time with this course
    its.really helpful

  • @manojrawat8072
    @manojrawat8072 4 หลายเดือนก่อน +1

    I am bigner for java..I am feeling happy seeing your prosecure of study

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

      Same here buddy

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

    Damn..! How easily you analyse the problems.. Wow

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

    it is basically fundamental clearing topic that is very very useful to us.

  • @vanshmishra2090
    @vanshmishra2090 2 ปีที่แล้ว +4

    I whole heartedly appreciates and respects your hardwork didi but please increase the level of patterns bcz these were so easy, even a 9th class student of icse board studying java in school can solve this stuff, I don't know why such questions were asked, please increase the level of problems

  • @abhijeetsarkar1750
    @abhijeetsarkar1750 2 ปีที่แล้ว +4

    23:50 -> I have solved Inverted Half Pyramid like this:
    for (int i = 1; i

  • @AmitKumar-cp1oz
    @AmitKumar-cp1oz 2 ปีที่แล้ว +6

    Please regularly post the lectures because I'm preparing for placement from your video.thank you 🙏🙂

  • @Auratic_12
    @Auratic_12 2 วันที่ผ่านมา +1

    The 7th question can be done in another approach/way:-
    for(int i=5;i>=1;i--){
    for(int j=1;j

  • @rsgaming8312
    @rsgaming8312 หลายเดือนก่อน +5

    It was a wonderful lecture with lots of learning new things (for absolute beginner like me) thank you so much Microsoft Wali Didi
    Going To Start My College Life With Such A Great Mentor Shraddha Didi.
    Just Like U I Also Want To Crack Microsoft in my upcoming career.

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

    Thanks after the first few explanations I was able to solve all of it by myself

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

    Thank you! Your way of explaining is so good and easy to understand.

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

    didi jitna bhi tareef karu mi aapka kam hi hojayega. Best explaination for patterns till date.Hatsoff to you.

  • @rubinaroy438
    @rubinaroy438 2 ปีที่แล้ว +4

    I wish I learn 20 years ago from u.excellent programing skills.

  • @praneethkollipara8138
    @praneethkollipara8138 7 หลายเดือนก่อน +2

    Even this topics are very useful for sem exams also not only sem even in interview also it will useful

  • @vins5690
    @vins5690 2 ปีที่แล้ว +4

    love your way of explaining with sincerity..thanks yr

  • @sahilchauhan633
    @sahilchauhan633 ปีที่แล้ว +8

    bhai itna btao sare questions mujhe hi tough lag rahe hain yaa . tough hai ???

    • @Romeo-gg4uz
      @Romeo-gg4uz ปีที่แล้ว +2

      😂meri bhi fatt gyi hai bro

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

      @@Romeo-gg4uz 😂

    • @xyzadmin123
      @xyzadmin123 10 หลายเดือนก่อน +2

      are bhai tuze hi dhund raha tha.. sb bol rhe hai easy hai mja ara muze lga mai hi hu jise kuch nh smj raha hai😅

  • @shadowarts376
    @shadowarts376 5 หลายเดือนก่อน

    we can also write this statement to print the solid rectangle
    public class Rectangle_Patern {
    public static void main(String[] args){
    for(int i = 1; i

  • @nandetiveena2975
    @nandetiveena2975 2 ปีที่แล้ว +4

    Thank u so much for your good simple easy way of explaination . Please continue to make a series of complete java programming videos for beginners .❤️

  • @hppavilionlap4753
    @hppavilionlap4753 2 หลายเดือนก่อน +1

    42:37 For this Pattern you can also write it in the following way-
    for(int i=4;i>=0;i- -){
    for(int j=1;j

  • @GopalSharma1987
    @GopalSharma1987 ปีที่แล้ว +8

    One of the best tutorials on Java. Great job 👍

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

      Which path should we give to terminal to run program for the multiple outputs.

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

    Thank You Maam ,
    Your way of Teaching is too good and it's really helpful to me. I understand all the concepts well.

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

    Inverted & Rotated Half Pyramid : (Using 2 loops , instead of 3) :
    public class Stu{
    public static void main(String[] args) {
    int i,j;
    for(i=1;i=1;j--)
    {
    if(j

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

      You are absolutely correct but using 3 loops gives more suitability to the code when we take input from users.

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

      @@me01harish56 sabass beta bhut aye jao gye.... #fullflexbaji (just a joke)

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

      @@realtimerdp It's just a joke, but thanks for your blessing.

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

      @@me01harish56 hehehhehe

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

      @@me01harish56 kon se collage main ho bro

  • @Swapnulll
    @Swapnulll 2 ปีที่แล้ว +1

    3:10 That's what I was also thinking XD
    "lekin hum utni smartness nhi dikhayenge" was so relatable XD XD

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

    You don't have good coding skills only, you actually got some good teaching skills as well!!!❣

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

      Don't judge other good or bad. simply wasting time here

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

      @@sahilgjjhf bhai mene tareef he kahi ha or kuch toh nahi kaha

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

      @@akr.... Im just read half paragraph so because I will not wast my time here to read such useless comment like u send go and do some work man don't wast ur time by judging two people duff

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

    Amazing way of teaching, understood each and every problem very clearly.

  • @nehabasfore8294
    @nehabasfore8294 2 ปีที่แล้ว +126

    I am the who was watching this before exam😂

  • @GOPISEKHAR21
    @GOPISEKHAR21 4 หลายเดือนก่อน +1

    inverted half pyramid
    public class StarPatterns {
    public static void main(String[] args) {
    for (int i = 1; i

  • @aadishankardas-z8w
    @aadishankardas-z8w 2 ปีที่แล้ว +7

    Thanks Didi for this amazing and wonderful course!

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

    This is the hardest lecture in my thinking🧐

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

    The resources we r getting are really very helpful ❤️❤️❤️❤️❤️thanks a lot diii❤️

  • @user-bg7cg5xo9c
    @user-bg7cg5xo9c ปีที่แล้ว +1

    very good teaching

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

    Really awesome videos no words to say . Please do videos on Devops, and cloud technologies.

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

    (HomeWork)Print a number of Pyramid:
    class Main {
    public static void main(String[] args) {
    int m=5;//column
    int n=5;//row
    int s=m;
    for(int i=1;i

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

    I'm from Pakistan mujhai ap k samjha ne ka tareeka bht pasand h this video is very helpful to me. Thank you!

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

    Waiting for next lecture eagerly 🔥🔥

  • @reznov.21
    @reznov.21 10 หลายเดือนก่อน +2

    Thank you so much

  • @tarunsaha4228
    @tarunsaha4228 6 หลายเดือนก่อน +3

    Tomorrow is my computer exam of icse 10th class board and I am watching the lecture right now 😅😅😅.

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

    for pattern no 4, we can also do this:-
    int n=4;
    for(int i=1;i=i;j--)
    {
    System.out.print("* ");
    }
    System.out.println();
    }

  • @Hello-rj5os
    @Hello-rj5os 2 ปีที่แล้ว +3

    Simple code of = Inverted Half Pyramid with Numbers - 38:21
    public class rectangle {
    public static void main(String[] args) {
    int n=5;
    for (int i=n; i>=1; i--){
    for (int j=1; j

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

    The Inverse Triangle pattern helped in my Assignment of "Introduction to Computer Science" from Harvardx (Harvard University) ,Thanks

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

    Doing these java series can I learn whole Java??

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

    when I learnt java I used to run away from these patterns but after this lecture I am quite confident now to face them.

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

    Best channel for ICSE computer Class 10

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

    Thankyou so much.I completed my graduation but every time confused .But when I started to watch your video All thing cleared out . Thankyou

  • @manishhabhatiavlogs
    @manishhabhatiavlogs 2 ปีที่แล้ว +4

    THANK YOU SO MUCH for this amazing tutorial.

  • @murtazamemon2261
    @murtazamemon2261 2 ปีที่แล้ว +1

    Great teaching skills. love from Pakistan.🇵🇰❤