Recursion | Recursion concept and problems | Lecture 27 | Java and DSA Course

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

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

  • @puripujitha5452
    @puripujitha5452 Год назад +75

    This is the best series ever in the history of java

  • @AbhayGupta-oz1ix
    @AbhayGupta-oz1ix 6 месяцев назад +11

    This is insane level of clarity.
    1) Call Stack and Stack Frame concepts crystal clear.
    2) Under The Recursion Spell Now😵‍💫

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

    No one had explain this concept in such a proper way...best explanation ever there on youtube...great

  • @codingkit1386
    @codingkit1386 Год назад +14

    Very clear lecture aajtak itna simple easy lecture nhi dekha tha I appreciate you ma'am

  • @vivekyadav-fm3rg
    @vivekyadav-fm3rg 8 месяцев назад +2

    mam your way of teaching recursion is awesome . I am stuck in the concept of recursion but after this video all my doubts clear. Thank you mam

  • @mohitgupta7346
    @mohitgupta7346 Месяц назад +1

    Best lecture i ever seen for recursion with pure clarity☺

  • @bobyroshanvlogs
    @bobyroshanvlogs Год назад +6

    Thank you Thank you so much Ma'am and the team of College Wallah for this masterpiece series

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

    Gem , naya nazariya sikha , recurssion ko use karne ka.Thank you so much Ma'am.

  • @satyamjaiswal5251
    @satyamjaiswal5251 Год назад +3

    you are just awesome manvi mam you clear basics so easily

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

    @Recursion Completed 👍

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

    this will be best course in future

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

    Fab explanation of recursion topic from scratch

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

    U are the best literally❤❤

  • @arunguttedar.00
    @arunguttedar.00 Год назад +1

    Dhanyawad ❤

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

    the best way to teach is here!!!

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

    Essentially a Good Lecture.
    😀

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

    amazing lecture mam. thankyou so much

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

    great mam plz pura dsa detail me kara dijiye 🥰

  • @mohammedizhar3865
    @mohammedizhar3865 Год назад +6

    THANKS MAM FOR LOTS OF HARDWORK 🥰🥰🥰

  • @shubham-...
    @shubham-... Месяц назад +1

    nothing is permanent but ESSENTIALLY is permanent😂😂

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

    Pw skills making students skillfull.❤

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

    Thank you Maam for FAITH

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

    Best lecture sare doubt is not return

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

    thank you ma'am and PW skills

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

    thank you mam for this lecture👍👍👍❤❤

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

    Thanku so much mam bhut ache se samjye

  • @LuckStar-ur9ox
    @LuckStar-ur9ox Год назад

    i am very happy mam for your outstanding explanation 🥰🥰🥰😍

  • @Shivamvlogssce
    @Shivamvlogssce 7 месяцев назад +4

    I have bought course from @apnacollege and studying from here 😅

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

    Best explaination ❤❤❤

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

    This is also the best one
    Static void printDecreasing( int n ){
    if (n>0){
    Sout(n);
    }
    else return;
    printDecreasing(n-1);
    }

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

    Thank you🙏🙏❤❤🌹🌹🙏❤❤❤🌹🙏❤🙏🙏❤ FOR ALL LECTURES

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

    Another Great video!!

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

    literally had great fun at this part 29:05 😁😁😁😁😁😁😂😂😂😂

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

    another day of being consistent :(
    hope so i can maintain it for coming 6 months
    day - 2

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

      bro how can I get the notes of lectures

    • @Snehasinghhhhh-u4t
      @Snehasinghhhhh-u4t 3 месяца назад

      @@LASTSTRANGER if you get it please let me know as well."

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

    30:47 stack -local variable and heal memory - objects

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

    Thank you ma'am

  • @SpSingh-q1z
    @SpSingh-q1z Год назад +1

    Great work

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

    marking my attendance

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

    amazing lecture
    last lecture was on 1 june when will you complete dsa

  • @satyamkyd
    @satyamkyd 4 месяца назад +1

    awesome 😊😊😊

  • @Himanshu_85-e2i
    @Himanshu_85-e2i Год назад +1

    I like this session really wonderful session ❤❤

  • @HarshPatel-b2r
    @HarshPatel-b2r 3 месяца назад

    mam jo string and baki ke jo concept sir ne karvaye hai vo bhi aap karva dona kyu ki hame aapke sikhane ka tarika hi samaj ata hai

  • @FuzailSyed-r8c
    @FuzailSyed-r8c 8 месяцев назад

    thank u v much for detail explaining

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

    Manvi maam too op

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

    47:47 good explain

  • @amitdewal9307
    @amitdewal9307 Год назад +3

    Nice explanation 👏

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

    great job madam

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

    Aptitude kaa video chahiye college placement ke liye first round me aptitude test krwa raha hai toh please jaldi se aptitude kaa video la dijiye alakh sir..!!

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

    Thanks mam.

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

    best 😍😶‍🌫

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

    mam aap bahut khatarnak dialogue marte ho vedio me jaise.
    sun ke mz aa jata hai

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

    mam please mark my attendance sorry for late but finally day 26 will be completed

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

      Bro.. what is your opinion about this course.

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

      @@asgaming8363 bro this course is really awesome. after completing this course you will see next level confidence in yourself

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

      Thanks a lot bro for your time and review ❤️

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

      it's my pleasure bro

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

    For n=n(last call) It should return main method and there printing of n=n is done But you did it stack frame of function don't you think it is wrong mam? Please reply

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

    Hey mam, At 1:12:20 there should be n-1 as parameter in recursive work.:

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

    import java.util.*;
    public class Recursion {
    static void printIncreasing(int n){
    if(n==1){
    System.out.println(n);
    return ;
    }
    printIncreasing(n-1);
    System.out.println(n);
    }
    public static void main(String[]args){
    Scanner sc=new Scanner(System.in);
    int n=sc.nextInt();
    //System.out.println("enter a number:");
    printIncreasing(n);
    }
    }

  • @dharmendraverma260
    @dharmendraverma260 8 месяцев назад

    Please share lectures notes .

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

    Mam please post such videos for tree data structure

  • @AnandKumar-ps6yd
    @AnandKumar-ps6yd 6 месяцев назад

    1:00:00

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

    please complete the series 😓

  • @Iram-n5k
    @Iram-n5k 2 месяца назад

    mam how to get assignments question on pw skills (in which section ) please reply

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

    Kasam se kah rha hu yadi Manvi mam ko chhodkar kisi aur teacher ne Java padhaya to mai aaj ke baad coding sikhna hi chhod dunga.

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

    why notes and assignments are not available now ??

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

    ❤❤

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

    Mam ek request hai please.
    App ek hie pdf me sab notes dal do na
    Mai print Kara ke padta hu .
    Aur print jisi varwata hu vo bol hai ki agr jada karwao ge ek bar me to kam paisa Lage ga.
    Please mam.

  • @two-sidegaming6936
    @two-sidegaming6936 Год назад +1

    PW skills website not working please help

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

    Needs some more standard leetcode(medium/hard) questions.

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

    😊

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

    Want JavaScript and react course

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

    mam plz new code new file m likh dia kro bcz pta nhi chl pata h konsa code kha se start aur kha prr end

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

    Mam plz 🙏🙏 full stack web development course bhi karba dena

  • @TANUGUPTA-p7q
    @TANUGUPTA-p7q 7 месяцев назад

    mam self work m doubt ho rha mtlb kese haar baar khud print krege yeh to println statement se khud hi ho jyegi puri series print

  • @vivekshaw-c4k
    @vivekshaw-c4k 8 месяцев назад

    Where is notes for this course

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

    please cover tree graph dp , all q coming from there

  • @Snehasinghhhhh-u4t
    @Snehasinghhhhh-u4t 3 месяца назад

    bhai ye website p notes nhi mili

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

    Can I learn both Java and C++ along.

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

      yeah you can!! you found multiple advantages when you gave time on both

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

      @@Lavkush_173 thanks

    • @dramaepics.6079
      @dramaepics.6079 Год назад +1

      Both are object oriented so choose any 1 among these
      Not required to study both at the same time

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

    mam , note is not available on the website, I should notes of these videos

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

    Hlo mam 🙏 , Mam ( pw -skill ) pr Assignment nhi upload ho rahe hai
    Kaphi dino se

  • @samiranroyy1700
    @samiranroyy1700 8 месяцев назад

    mam🙏🙏🙏🙏🙏🙏

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

    52.55

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

    kya samjhaya hai mam aap ne paid course me v nhi samjh paya tha

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

    Also launch web dev course 🙏

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

    mam aapki vedio nhi aayi kl

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

    mem notes nhi mil rhe he said pr jakar dekh liya mene na assiment

  • @FACTSBYRAM1
    @FACTSBYRAM1 Год назад +17

    html CSS and JavaScript Sikhna hai kuch ho sakta hai

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

      Dec mein ayega

    • @jeetukumar9148
      @jeetukumar9148 Год назад +6

      Both harry bhai and college wallah are awesome

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

      Web development ke liye Mam paid at minimal cost laiye ga kyoki usse structure way mein ho payega and minimal cost ke karn sab le bhi payege

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

      Aap meri website bna skte ho ??

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

      @@dheerajj_yadav_bhai abhi javascript padh rha hu
      Abbi thoda time lg rha h

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

    Mam javascript ka Kuch kren

  • @HarshGupta-ho9xy
    @HarshGupta-ho9xy Год назад

    Opps pdha do aap please🙏🙏

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

    Mam itni bar "essentially" kyu bolti hai 😂😅

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

    Everything is best except the word essentially...quite irritating to hear that word again n again

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

    kl to aapki vedio upload honi chaiye thi n

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

    Mere intelli j mai code mai (no usages)dikha rha hai

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

      make different folder in intellij and do the code in that

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

    Mam plxxx mere doubts clear kro

  • @RaghavSingla-er9ub
    @RaghavSingla-er9ub 7 месяцев назад

    kya maal ai yaar mast!

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

    static void printFirstNaturalNos(int n){
    if(n!=1) printFirstNaturalNos(n-1);
    System.out.print(n + " ");
    }
    static void printFirstNaturalNos_Decreasing(int n){
    System.out.print(n + " ");
    if(n!=1) printFirstNaturalNos_Decreasing(n-1);
    }

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

    Mai aage nhi bdh pa rha hu plxxx help me

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

      What happen bro

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

      @@sagarshrivastava9032 jb mai intelli j idea mai .main pr dba ta hu na to wha pr us code ke uper (no usages)dikha rha hai

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

      @@faheem1075 bhai vs code use karo best hai koi error nai aega simple bhi hai

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

    Yhi DSA h kya

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

    Ma'am aap essentially word kuchh jyda hi bolti ho ,thoda kam bola Karo,kabhi kabar kya hai ek hi word se irritate ho jate hai

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

    Recorded session mat daalo live session dalo

  • @AnandKumar-un4my
    @AnandKumar-un4my Год назад +1

    Thankyou ma'am

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

    Thanks mam

  • @CodingOnly-e6o
    @CodingOnly-e6o Месяц назад

    ❤❤❤❤