We are preparing a list of top Array Qs for Interview POV that we’ll cover in the series. Next Array Lecture will come tomorrow where we’ll start solving them❤️ Give 100 days to Coding DSA. Give yourself a 100 day consistency challenge! Update: for all topic wise practice questions we will soon make an Excel sheet.
DSA series Day-9 completed I hope I will maintain this consistency with shraddha maam .Thankyou so much mam for this series and also thanks to Aman sir who behinde all of that❤🎉
I think instead of providing bitwise answer directly, if you give some simple solutions like counting frequencies or any brute force approch that any student can easily understand and then jump to the bitwise answer that will be helpful for newer students.
Bitwise operation is simpler to understand since it is a known concept. Plus frequency array has time complexity of O(nlogn). Look at the question carefully it says solve it using 'linear complexity' that is order of n.
Watched "Vectors in C++ | Arrays Part 2 | DSA Series" on 06/11/2024. ✅ Completely understood the concepts explained. 📝 Made thorough notes while watching. Thank You So Much for This Amazing Lecture 😊
It's good to see india's best Tech teacher providing these kind of quality content. For me Shradha mam you are such an inspiration and I personally feel so much relaxed when I learn anything from you because i know your teaching skills and at the end of that lec i will understand everthing. Thank you for everything. I m glad to have u as my teacher mam😀
Can you plz explain how did you run your code bcz i am finding error even by using vector headerfile and in the lecture mam told us that if you find error add -std=c++11 in command but how??
@@safurasohail Make sure your code file has a .cpp extension (e.g., code.cpp). So lets suppose your code name is "code.cpp" and you have a windows device. Keep the vector header file in your code. Write the following command to compile your terminal :- g++ -std=c++11 code.cpp and then write your executable file name in the next line for ex :- ./a.exe Now it should run properly. Hope this helps.
@@shaswatshrivas6086 how to write commad?? And there to write all of this I am a begineer and i am not that expert in using visual studio so kindly guide
I always scared for solving the leetcode problem but in this series i learn how to divide the bigger problem to solve it into smaller parts and how to build the logic in the previous lecture you give the start print butterfly question i spend 1 hour and practice it again and again after 1 hour i write the code by my self i shook. thank you for this lecture and series. lecture 9 done
in this chapter you discuss about memory allocation. I have confusion like I think At compile time, the memory requirements and layout are determined, but no actual memory is allocated but At runtime, the operating system allocates memory for the program in RAM. this is right? pls clarify and thanks for amazing series.
Please be consistent, upload longer lectures per day. Some of us already know these topics and are waiting for later ones, if you are fast in uploading then new learners can learn at their pace and we can learn at ours. Please upload everyday.
Lecture 9 Vectors Completed on 19-11/24 Homework done on Got to know about vectors and syntax and about stl and about loops,functions and static and dynamic memory location etc.
Mam plz make the font size bigger in VS Code.....as i am using split screen where one side i am using youtube and other side i am using vscode due to that it is quite difficult to see the code
📌📌The content is great but it will be nice if you continue 1.5 hours lecture like you did in the starting because this way the course will also be complete on time, ''DSA is worth 1.5 hours of lecture and 1-2 hours practice daily, and Di please be regular without a single day off as we are very excited to complete this series'' right from when it has started, it gives a feeling that all the things will be perfectly delivered like till now! thanks for this series❤❤
Please provide a practice sheet for vectors... and also for upcoming DSA lectures🙂🙂 Please provide a practice sheet for vectors... and also for upcoming DSA lectures🙂🙂 Please provide a practice sheet for vectors... and also for upcoming DSA lectures🙂🙂
We are preparing a list of top Array Qs for Interview POV that we’ll cover in the series. Next Array Lecture will come tomorrow where we’ll start solving them❤️
Give 100 days to Coding DSA.
Give yourself a 100 day consistency challenge!
Update: for all topic wise practice questions we will soon make an Excel sheet.
@@ApnaCollegeOfficial sure mam doing exactly same
Sure mam
I am watching your DSA course from Pakistan
❤
Ma'am, You're a MacroHard Teacher 🔥
Respect for their effort
🎉
#codingwithpragya
Thanku Shardha ma'am for this Series. ❤❤❤
bhai isske notes kaha par milenge ?
We are Lucky to have you in our educational leadership mam 😊
The only content which suits my mind ❤
Respect button for the shardha mam
Going to be one of the OG playlist in yt
I think this DSA Series is more than a premium purchased course. Love from Pakistan❤.Thanks a lot!!!
Didi ka lecture is like an array of passion for learning computer science with size INT_MAX (will exploit computer memory, but good for learner 😊)
So beautifully and easily explained the leetcode question with each minute detail, such explanations are much needed. Thanks a lot.
DSA series Day-9 completed I hope I will maintain this consistency with shraddha maam .Thankyou so much mam for this series and also thanks to Aman sir who behinde all of that❤🎉
#codingwithpragya
Are you maintaining.. Don't lie😂
I think instead of providing bitwise answer directly, if you give some simple solutions like counting frequencies or any brute force approch that any student can easily understand and then jump to the bitwise answer that will be helpful for newer students.
Bitwise operation is simpler to understand since it is a known concept.
Plus frequency array has time complexity of O(nlogn). Look at the question carefully it says solve it using 'linear complexity' that is order of n.
#codingwithpragya
@@arysan.z no frequency array (or hash maps) will have same time complexity O(n) but the space complexity will be the main issue
38:15 Lecture 9 done ✔️
Watched "Vectors in C++ | Arrays Part 2 | DSA Series" on 06/11/2024.
✅ Completely understood the concepts explained.
📝 Made thorough notes while watching.
Thank You So Much for This Amazing Lecture 😊
how are you making notes i mean on notebook or on computer ?
Lecture 9 completed ...Thankyou so much mam 💓
LEETCODE PROBLEM HURRAY!!!!!!!!!
super excited for more problems
Done 👍
Thank you Didi 😊
You are such a great Teacher all the students really likes your teaching style including me
Very thankful for such valuable content for free in youtube...😍😍😍
It's good to see india's best Tech teacher providing these kind of quality content. For me Shradha mam you are such an inspiration and I personally feel so much relaxed when I learn anything from you because i know your teaching skills and at the end of that lec i will understand everthing. Thank you for everything. I m glad to have u as my teacher mam😀
lecture 9 completed on 19/09/24...Thank You So Much Shradha Didi..🙂❤
Present mam 😊
Ma'am please provide a daily lecture 😊
It's daily lecture only
@@anynation_ not consistently
Bhai or kya chahiy roj hi aa rhe hn
Fir hme college or y dono ka study karna h, ma’am to pda hi rhe hn hme b to pura karna hn
You are very intelligent . done mam
Lecture 09 : Vectors ✅
Date : 13/09/2024
Assignment(Lec-01~09): ✅
Learned a new use for bitwise manipulation . Vector are going to come in handy .
Day 9 Completed! Thank you so much ma'am, vector was one of the topic that I was unbale to grasp properly, now I am able to understand and code it.
Can you plz explain how did you run your code bcz i am finding error even by using vector headerfile and in the lecture mam told us that if you find error add -std=c++11 in command but how??
6:49
@@safurasohail Make sure your code file has a .cpp extension (e.g., code.cpp).
So lets suppose your code name is "code.cpp" and you have a windows device.
Keep the vector header file in your code.
Write the following command to compile your terminal :- g++ -std=c++11 code.cpp
and then write your executable file name in the next line for ex :- ./a.exe
Now it should run properly. Hope this helps.
@@shaswatshrivas6086 yes i create my file name vector.cpp and i have mac
@@shaswatshrivas6086 how to write commad?? And there to write all of this I am a begineer and i am not that expert in using visual studio so kindly guide
Attendence done ❤
🎉🎉🎉🎉❤❤❤ Iam very glad 😊 because you can help me be a software engineer
Thanks mam❤
Keep growing ma'am ❤
Complete lecture : 9 ✅ 14 September 2024 .
My learnt
How to logic build approach .
In this lecture .
Very helpful lecture
Thank you didi 🎉🎉
38:39
Day 9 completed👌💯
I always scared for solving the leetcode problem but in this series i learn how to divide the bigger problem to solve it into smaller parts and how to build the logic in the previous lecture you give the start print butterfly question i spend 1 hour and practice it again and again after 1 hour i write the code by my self i shook. thank you for this lecture and series. lecture 9 done
in this chapter you discuss about memory allocation. I have confusion like I think At compile time, the memory requirements and layout are determined, but no actual memory is allocated but At runtime, the operating system allocates memory for the program in RAM. this is right? pls clarify and thanks for amazing series.
❤ thanks shradha Mam ❤
Hats off.. Clear Cut explanation..!
Lecture 9 completed On 14-Sept 2024 at 12:19PM❤
Completed this lecture at 5:32 on 24th of september i know that i am lagging behind but looking forward to complete this backlog as soon as possible.
L-9 DONE 🚀
Shradha di you make the DSA is so easy as game..
Thanks ma'am for your efforts
Thank you Shardha ma'am, for this Series.
Thank you so much for teaching DSA ❤❤❤❤❤❤
Thank you so much Didi for making this great series of DSA.
Best video ❤❤
Day 9❤
Who is watching in 1080
I am watching in 69k
2030 mai Kam ayega save krta huu
@@ShubhamGomde2234 Apne bachhe ke liye save karke rkh le wo jyda acha hoga long term plan 😊
720p 😂
It should be 2160p 😢
Thank you very much ma'am, a great explanation. Can anyone tell, in which video, ma'am has covered stack and heap memory?
Class 9 complete ✅✅
Thankyou so much mam...😊
day9:completed
thanku so much❤
Attendance 👍👍
Day 9 Done✔️
This video is so helpful ❤❤❤❤.
Happy Anniversary🎉🎉🎉
Many-Many congrachulation!
Day-9 done ✅
Please be consistent, upload longer lectures per day. Some of us already know these topics and are waiting for later ones, if you are fast in uploading then new learners can learn at their pace and we can learn at ours. Please upload everyday.
Bundle of Love from Punjab, Pakistan 💝
Thankss mam🥰
I was waiting this, thank you so much.❤❤❤
Lecture 9 Vectors
Completed on 19-11/24
Homework done on
Got to know about vectors and syntax and about stl and about loops,functions and static and dynamic memory location etc.
Completed day 9 🎉
Today completing my work 🎉
Mam is Great
Ab jakar vector smjh m aaya pure 3 saal baad ( 11;12; drop year 😂😂) thanks u shraddha Didi.
bhai pura video dek liye?😁😁
completed lecture 9;
Thankyou mam;
your videos is very helpful for everyone thanks
Completed on 08/10/2024. Thank you ma'am for so much effort.
Attendance
thank you so much for this series....
Wait for this video
Mam plz make the font size bigger in VS Code.....as i am using split screen where one side i am using youtube and other side i am using vscode due to that it is quite difficult to see the code
Amazing lectures !
Lecture 9 completed successfully on 14/09/2024🙂
For your efforts 🙌🏻
DAY-9 Completed on 15 September 2023 ✌️👍
Thank you mam for your efforts ❤❤
Mam Leet-Code ke problems sath sath me karva te toh please mam 🙂🙌
Lecture 9 completed 👍😊
Lecture 9 complete ✅
Day-9 Completed 👍💪
Lecture Done ma'am 👍
very help video ,thank you mam
Day-9 Completed ✅🎉
Completed.✌✌
mam what if the nums have two single number than Xor the both then and show it
so how i solve it
cout
Thankyou ✨Done ✨Completed✨
Thanks mam
lecture 9 complete 👍👍
📌📌The content is great but it will be nice if you continue 1.5 hours lecture like you did in the starting because this way the course will also be complete on time, ''DSA is worth 1.5 hours of lecture and 1-2 hours practice daily, and Di please be regular without a single day off as we are very excited to complete this series'' right from when it has started, it gives a feeling that all the things will be perfectly delivered like till now! thanks for this series❤❤
Completed for today. Thanks
Let's stay consistent
Thanks mam 😅
Thanks alot maam🥰🥰
Finally Leetcode in Hindi 😍
successfully completed !!!~~
Day 9 completed 14 September 2024 thanks shraddha mam ❤
Please provide a practice sheet for vectors... and also for upcoming DSA lectures🙂🙂
Please provide a practice sheet for vectors... and also for upcoming DSA lectures🙂🙂
Please provide a practice sheet for vectors... and also for upcoming DSA lectures🙂🙂
Lecture- 9 completed😊
i have completed lacture 8 part 2 on 13 sept 2024 Thank you mam
Mam Continue please fully depended maintain Consistency plzzz😢😫
Kon kon Puri video dekh chuka like karo