Arrays 4 | Basic Problem Solving - 2 | Lecture 17 | Java and DSA Foundation Course

preview_player
Показать описание
"Did you practice the problems covered in the last class?
We request you to be regular with coding practice if you wish to extract the maximum out of these lectures!
In this class, Manvi mam will cover some array-based problems that will clear your understanding further.
Let us catch up in the class!

Are you finding the classes helpful?
Stay tuned for more!

TIME STAMPS-
00:00 - Educator introduction
1:22 - Recap
2:02 - Today's checklist
2:37 - Basic Terminology for coding
5:36 - Q1.Swap using temporary variable
11:36 - Q2.Swap using sum and difference
18:26 - Q3.Reverse an array
40:07 - Q4.Rotate the array by 'k' steps
51:14 - Q5. Rotate the array by 'k' steps without extra space
1:17:00 - Summary and next lecture
1:18:19 - Thankyou

If you are joining us late, to know more about PWSkills & plans :

▶️ PW Skills LinkedIn Channel -

Рекомендации по теме
Комментарии
Автор

you are the best Manvi. keep growing, and do you know one thing, you are providing best knowledge as compared to all channel.its very simple Manvi.

Anup
Автор

00:00 - Educator introduction
1:22 - Recap
2:02 - Today's checklist
2:37 - Basic Terminology for coding
5:36 - Q1.Swap using temporary variable
11:36 - Q2.Swap using sum and difference
18:26 - Q3.Reverse an array
40:07 - Q4.Rotate the array by 'k' steps
51:14 - Q5. Rotate the array by 'k' steps without extra space
1:02:43 - Q5.check if number is present in array or not
1:17:00 - Summary and next lecture
1:18:19 - Thankyou

narutodihargo
Автор

This overview of basic terms at 3:01 is very useful for beginners like me!

rajatgarg
Автор

Please maam, only one program code write at a time, some code line of previous program are present in present program code and also more coment line so that program code so long and we are not able to see all code line at a time on screen so that we couldn't understood programprogram.
I request to you maam, you try to write all code line which see at a time on screen 🙏🙏🙏

filmynewupdate
Автор

My friend recommended me this DSA Course.
It is pretty good so far !!!.

sujalsachan
Автор

Thank you mam for providing us these lacture .the lectures are awsome, i can't find that type of lecture in whole youtube,
Thanks PW team.
Thanks college wallah team.
Thanks Alak sir,

piyushkumaryadav
Автор

Ma'am your lectures are really helpful 🙏. Best content in a structured way 😊

pratikgabani
Автор

i know i am too late but finally day 17 complete today

sumittiwari
Автор

i will start following and reading today

AmitKumaramitlpu
Автор

Thank you so much ma'am ❤️
For more lecture of arrays
Please ma'am continue

pawanrajput
Автор

Mam please we want a complete your college journey video how you start your coading journey and how you manage your college also....please mam its help us alot to motivate in our journey 🙏😊

Aditya-ftlz
Автор

It' too much easy to learn Java with mam🥳

bluelegend
Автор

to rotate array without using space:
static int [] reverseArray(int [] arr){
int j = arr.length - 1;
int n = 5;
n = n % arr.length;
while(n > 0) {
for (int i = 0; i < arr.length; i++) {
int temp = arr[i];
arr[i] = arr[j];
arr[j] = temp;
}
n--;
}
return arr;

}
thank you :)

handledByHandle
Автор

examples are explained very well ...❤‍🔥

bharagava
Автор

for swaping we have 4 popular logics
int a=12;
int b=10;

//first logic
int temp=b;
b=a;
a=temp;

//2nd logic
a=a+b;
b=a-b;
a=a-b;

//3rd logic this logic not work properly if any value is 0;
a=a*b;
b=a/b;
a=a/b;

//4th logic
a=a^b;
b=a^b;
a=a^b;

kunalpatidar
Автор

Unable to access notes and assignment page. It is showing error saying that Page not found. Please look towards this concern manvi ma'am.
And at last, Both of you Raghav Sir and Manvi Ma'am are one of the best educator. Doing great job.

idrisi.rizwan
Автор

Why my queston 5 Rotate the array with k steps without extra spaces, is not working in VS Code. I haev checked my code many times it is right but the code is not rotating the array at all in the output.

geekguri_tech
Автор

Physics wallah series बहुत बढ़िया हे मेने रात भर जाग जाग कर पूरे, सभी episodes देखे
And thank you for caring students
@Physicswallah

mrwhosetheking
Автор

YOU WRITE MANY CODE ON SINGLE SCREEN SO THIS IS VERY DIFFICULT TO UNDERSTANT THIS LECTURE IS VERY HARD TO UNDERSTAND

PrabhatSharma-zlff
Автор

50:25 wala code me last line printArray error de Raha hai😢

KrishnaNayak-ohlj
visit shbcf.ru