I am a software engineer. This is best video I have seen so far. So much of basics. You made it easy to visualize the recursion.
@AmandeepsinghSingh-hc6ci3 ай бұрын
aap se ho fr basics ku dekhre ho
@dopeamine38975 ай бұрын
for me this is the best video for recursion. Clearly shows the quality of the teacher. A quality of a good teacher is who can explain the concepts in so simple and laymen's language. Had seen abul bari course and bunch of other yt channels too but this by far the best
@shivanshbhatnagar4823 ай бұрын
i agree bro been watching abdul bari since one month but this is the best so far
@KashyapKKoyani-k4u10 ай бұрын
Itna achha kon padhata hai yaar.... OP bro 🔥 keep it up
@akshaytanmane4953 Жыл бұрын
You have deep knowledge brother, Baha'i recusion ka time complexity ka video banao. I saw your time complexity it was excellent 🎉👍.
@sanjaysaha1120 Жыл бұрын
sir bhut accha paratha hai ap 🔥..
@shubhpatel72810 ай бұрын
int fib(int n){ if(n==0){ return 0;} int temp=fib(n-1); int temp2=fib(n-2); return temp1*temp2; }
@shubhpatel72810 ай бұрын
int fact(int n){ if(n==0){ return 1;} int fac=fact(n-1); return n*fact; }
@unknown_km Жыл бұрын
Notes please
@Rutik999911 ай бұрын
is this valid recursion method? printNum(1, n); //function call void printNum(int i, int n){ if(i
@gauravmishra-gy2eh9 ай бұрын
Infinite recursion chalega.
@aryankrn Жыл бұрын
upload notes
@sparshramchandani689811 ай бұрын
Can you please add link to all the notes?
@santh11bala Жыл бұрын
it will be helpful if you make it in english
@sandipandeb9330 Жыл бұрын
Cohort 2.0
@AmandeepsinghSingh-hc6ci3 ай бұрын
hindi ni aati bhai
@sumon-g7z8 ай бұрын
bhai striver to aise hi overrated hai, "Bhai aaya tha sikha ke gya"