I’m not sure if you’ve seen my comment, ma'am, but your explanations are excellent. It’s amusing that just as you’re about to provide the answer, you begin to laugh slightly, which makes me laugh as well.😅😅
your videos on recursion is on another level ,i patiently do whatever you told in previous videos now , i solved both question and create call stack by self tq mem ❤❤
i cracked this ques by myself public class multiple_of_n { static int multiple_n(int p,int k){ if (k==1) return p; int small_wrk = multiple_n(p,k-1); return small_wrk+p; } public static void main(String[] args) { for (int i = 1; i < 4; i++) { System.out.println(multiple_n(5,i)); } } }
46:20 JINKO SAMJ NHI AYA UNKE LIYE EVEN NUMBER - 1 KARENGE TO HAMESH ODD MILEGA SO f(n-1) to odd h par jo n iske sath likh rhe h vo even hai isliye f(n-1) - n hai (return mai) if block mai
PW Skills is announcing the launch of the following programs,
Binary Batch:- Java-with-DSA-&-System-Design (Java with DSA & System Design)
pwskills.com/course/Java-with-DSA-and-system-design (Hindi)
pwskills.com/course/Java-with-DSA-and-System-Design (English)
Sigma Batch:- Full-Stack-Web-Development (MERN Stack)
pwskills.com/course/Full-Stack-web-development (Hindi)
pwskills.com/course/Full-Stack-Web-Development (English)
Impact Batch:- Data-Science-Masters (Full Stack Data Science)
pwskills.com/course/Data-Science-masters (Hindi)
pwskills.com/course/Data-Science-Masters (English)
I got your class after a long time please upload daily class🙏🙏🙏
Nooo
Yes
I am watching all lectures from starting today is my 30 lectures completed thank you PW and thank you manvi mam❤❤❤
Manvi maam you are super duper awesome!! We just want you to please please pace this series rest of the things are excellent. Thankyou maam :)
Mam, please upload your lectures daily .
Mam happy new year 2023. Please give daily video.
mem thanku very very much itana detail me padhane ke liye aap jiyo 100 saal ye duaa he hamari😅
from being opaque in Recursion call stack , moving to translucent state . In depth explanation is in depth.
Manvi Mam’s teaching process is 10/10. No doubt why I understand everything . Thank you Manvi Mam.
Ma'am we need lecture wise Notes and Assignment... Same as Previous 🥲PW skills 2.0 humhe purana wala hi shi tha🥲
yes bro! we need purane wali pwskill website back.
Please try to upload lectures on daily basis..
I’m not sure if you’ve seen my comment, ma'am, but your explanations are excellent. It’s amusing that just as you’re about to provide the answer, you begin to laugh slightly, which makes me laugh as well.😅😅
your videos on recursion is on another level ,i patiently do whatever you told in previous videos now , i solved both question and create call stack by self
tq mem
❤❤
Mam please upload videos daily and also provide notes and assignment....
It's a humble request to you mam
Manvi mam is greatest of all time❤❤❤
Guyies notes, assignments are on the end of playlist of this series on the website
all notes are not available
where is recursion notes?
Website mei cousre kidr hai? Plzz help🙂🙂
i cracked this ques by myself
public class multiple_of_n {
static int multiple_n(int p,int k){
if (k==1) return p;
int small_wrk = multiple_n(p,k-1);
return small_wrk+p;
}
public static void main(String[] args) {
for (int i = 1; i < 4; i++) {
System.out.println(multiple_n(5,i));
}
}
}
Please upload videos on daily basis.
Happy new year everyone
Marking my attendance
Q2 :
Tc : O(n)
Sc : O(n)
static int sumWithAlternateSigns(int num){
if(num
plz upload video regularly.......❤❤🙏🙏🙏🙏🙏🙏..like previous....either it'll very late to finish...🙏🙏
Thank you MAam majha aya
Mam plz upload videos timely.
Please add the DevOps bootcamp too
Q1
**Time Complexity: O(k)
**Space Complexity: O(k)
static void multiplesOfK(int num , int k){
if(k==1 || k==0){
System.out.print(num*k + " ");
return;
}
multiplesOfK(num, k-1);
System.out.print(num*k + " ");
}
46:20
JINKO SAMJ NHI AYA UNKE LIYE
EVEN NUMBER - 1 KARENGE TO HAMESH ODD MILEGA SO f(n-1) to odd h par jo n iske sath likh rhe h vo even hai
isliye f(n-1) - n hai (return mai)
if block mai
Tq for coming back ma'am
super mam
Please upload videos regularly and please provide notes on time
great lecture👍👍👍👍
without checking solution
Q1
static void multiplesOfK(int num, int k) {
if(k==0) return;
multiplesOfK(num, k - 1);
System.out.println(num * k);
}
Great ❤️ teacher
Please add DevOps bootcamp too
Happy new year mam.
thanks you mam for the lecture
First 🙋
✅🚀
Mam plz give us your all leactures notes and assignments
Ma'am how can upload my assigment solution on website
Please add DevOps course also
Mam hum soch rahe the ki ye RUclips classes band ho gyi 🥺
how to submit Assignment ka video banaye na mam
mam plz make full das course 🙏
Java ke notes kese milenge...?
Pw skill website pe nahi pa raha hai....
Help 🙏
Mam kisi bhi lectures k notes show kyu nhi kr rha h????
please provide notes and assignment🙏🙏
madam practice assignments questions nhi dekh rhe pwskills ke website pr new course launch hone ke baad!
🤣🤣
bhai vo playlist ke sabse last mn ayenge videos ke
S.o.p kbhi main m likte h kbhi static me yahi confusion h
mam aap konsa editor aap use kar rahe ho ?
Who watch this on 2024
hit like
mam recursion ka notes hme nhi mil rha hai
Please provides notes
day 2 of recursion prac. 23 sept
Please upload lecture on daily basis
Es lectures ke notes hi nhi mil rhe or na hi Lecture 29 ke mile the
First
hello mam please request to next is flutter video uploaded mam
Notes Dena kyu bnd kr diya
Mam pls nimcet course if it is paid we can buy mam pla launch nimcet course on college wallah
Not able to access any notes, assignment after pw skill interface change.
facing same prblm
Aisa kyu ho rha h notes show kyu nhi kr rha h??
Notes are available if the video is available in pw skill website under resources but assignments and mcqs are not available.
@@AbhishekKumar-zx3ps tum apna WhatsApp number de skte ho ??
It would be great if you could upload codes on github.
Can you please make a dsa course in python?
Mam pls nimcet course if it is paid we can buy mam pla launch nimcet course on college wallah