lecture 1 ✅ lecture 2 ✅ lecture 3 ✅ lecture 4✅ lecture 5 ✅ Binary number system ✅ Bitwise operator ✅ on 20/09/2024 when i started this lecture i did not know about coding. even i could not write a single line of code but now i am improving day by day continue and understand about code. thank u so much shraddha mam for your help.🥰
@proCoderShivam5 ай бұрын
Lec 7 Completed 🔥🔥🔥 North, South, East ya West Shradha Mam is always the Best ❤ Solution of 1st homework problem 36:28 // using bitwise & operator void isPowerOf2(int n){ if((n & (n-1)) == 0) cout
@milansaigal6534 ай бұрын
First year mein ho kya bro
@madhavtulsyan95223 ай бұрын
Not working with Void But working on int Explain??
@Ajaypanikaajaypanika-i8f2 ай бұрын
Heilo wreok
@M.V.CHOWDARI5 ай бұрын
Time Stamps : 00:00 Introduction 00:39 Bitwise Operators 12:07 Homework 12:33 Operator Precedence 18:03 Scope (Local vs Global) 24:12 Data Type Modifiers 35:45 Summary & Homework
@Apna-programmer5 ай бұрын
Excellent platform to all don't miss any video and every video will be helpful in your career
@RohitBhalerao-r5n2 ай бұрын
Where to find notes😢
@kajaly-kx5bc4 ай бұрын
I paused the video to solve the homework, and I finally found exactly what I’ve been searching for the past 2 months to learn DSA. Thank you so much for creating these incredibly helpful videos!
@rashmirao36944 ай бұрын
The bitwise operations for 6 and 10 are: Bitwise AND (6 & 10): 6 in binary: 0110 10 in binary: 1010 0110 & 1010 = 0010 (which is 2 in decimal) Bitwise OR (6 | 10): 0110 | 1010 = 1110 (which is 14 in decimal) Bitwise XOR (6 ^ 10): 0110 ^ 1010 = 1100 (which is 12 in decimal) Left shift (10 1): 10 in binary: 1010 Shifting right by 1 position: 10 >> 1 = 0101 (which is 5 in decimal)
@shreyansh224422 күн бұрын
38:00 After trying for long time, I had to take help from internet. I had the logic, but actual implementation was other way around. But in the process I learned a lot and explored many new ideas. Final code. // function for reversing int revNum(int num){ int lastdigit; // var to store last digit extracted from num int revNum=0; // var to store reversed num while(num>0){ int lastdigit = num % 10; // getting the last digit revNum = (revNum*10) + lastdigit; // logic to store reversed num num = num/10; // removing the last digit from the orignal number } return revNum; } int main() { int num; cin >> num; cout
@RenukaNelwade5 ай бұрын
Thank you so much didi... Abhi Mere java ka course chalu ahe 3 months ho gaye didi....Mai yeh DSA c++ ke series dekh kar Java se compare karke study kr rahi huu diii....bahot sare mere concepts clear ho rahe hai diii THANK YOU ❤️
@lallulattu4 ай бұрын
nice (❁´◡`❁)
@mittu-t7j5 ай бұрын
Thanks alott mam we are sooooo happy with your teaching and we want all the videos of this playlist till the completion of all concepts of DSA
@SUJAL-00015 ай бұрын
sucessfully completed the lecture and build the concepts all thanks to ShradhaDi👍❤ for creating such wonderful lectures
@tejwantsandhu5954 ай бұрын
She is the best teacher and is very knowledgeable.Hats off to you, with the utmost respect.
@bhavdoc5 ай бұрын
simple and clear teaching methods... you are doing great job... stay blessed :)
@SahilChaudhari85 ай бұрын
ATTENDANCE Done 👍 For the day
@JyotiKumariJourney5 ай бұрын
Par class toh hui hi ni
@karthikkamath17483 ай бұрын
present
@StudywithmeAkku4 ай бұрын
DSA series Day-7 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❤🎉
@sportsofworld85435 ай бұрын
lecture complete with shradha maam...
@kolherohan1295 ай бұрын
Thank you so much Di❤ For this Series 😊
@miokoloveanime5 ай бұрын
Thanks didi for teaching us❤❤❤
@MidShanti4 күн бұрын
🎉🎉🎉🎉🎉🎉🎉lecture 7th completed 🏁...........🏃♀️🏃♀️🏃♀️🏃♀️🏃♀️🏃♀️🏃♀️ Bitwise operator Bitwise and Bitwise Or Bitwise xor Bitwise left shift Bitwise right shift Operator precendence Scope Data type modifier Long Short Long long Singned Unsigned .......
@nitishkumarsingh9254 ай бұрын
very nice ma'am keep supporting and teaching us with yours legendary experience
@ShrutiSharma-mt5bt5 ай бұрын
Wonderful session learn a lot. Thanku Shradha Mam ❤
@sandipkumarsingh18865 ай бұрын
yes i have completed this lecture and so on maam
@xmonokrishna5 ай бұрын
lecture completed (at 22:41PM on 9th of September.) this lecture gives me a correct and deeper understanding of bitwise operator for the first time. Thank you for explaining like this mam.
@tanishgehlot70214 ай бұрын
are you makingnotes?
@rish_tr6 күн бұрын
Today, February 1st, I completed the homework problems. Initially, I attempted to solve them independently but encountered difficulties. Subsequently, I sought assistance from ChatGPT, which provided hints to correct the code. However, I failed to comprehend the hints and ultimately resorted to having ChatGPT complete the code for me. Despite not being able to solve the questions on my own, I persevered and found enjoyment in the process. I am confident that with continued effort, I will develop the necessary logical thinking and coding skills to independently solve future problems.
@om_Vocals5 ай бұрын
I am always Excited for new lecture of DSA series conducted by sharada didi ❤
@JaswinderSingh-Phy4 ай бұрын
Mam 😅😂
@GODishere075 ай бұрын
Thank you maam ❤
@MohAbuzar5 ай бұрын
Thanks Shradhha Mam❤❤❤❤
@arbabali19105 ай бұрын
The Series is very Excellent Thank you So much Shardha Didi for a Great Content......
@Harley.0d9Ай бұрын
Ohh that perfect video ❤ thank you mam 😌
@abhisheksrivastava4236Ай бұрын
int main(){ cout > n; int sum = 0; while(n > 0){ int r = n%10; sum = sum*10 + r; n /= 10; } cout
@sandeepmehta-e9l5 ай бұрын
Didi , your teaching method is extremely awesome . I am following this series regular . Day 7 Complete without any problem . Thank you so much Di @Shardha Khapra ☺😇
@taheerarubab60184 ай бұрын
Most impressive logics
@ujjwalkumar1924 ай бұрын
Thanku Mam I have completed These Lecture . 21/09/2024 🥳🥳🥳🥳
@utkarshbajpai33553 ай бұрын
Today's my lecture number 6 I am very excited for successfully completing the lecture thank you Shraddha mam
@ayushvyas127329 күн бұрын
completed this lectureon 09 jan 2025 at 11:45 pm . super excited to start arrays tomorrow. the explanations were simple effective and clear
kithna weeks ya days thak ka hei....did she mention?
@MCU-GAMER5 ай бұрын
Thank you so much for DSA lecture uploading ❤😊😊😊😊 apne college jai ho 😂 full support ❤😊
@MCU-GAMER5 ай бұрын
Shraddha didi ke liye like ❤
@RajuKannoli5 ай бұрын
❤❤❤
@itsGautam43004 ай бұрын
19th Sept 2024 Lecture-7 Completed Learned new concept of 'Scope', 'Data Modifiers' & 'Bitwise Operator(Left shift and right shift)'🔥🔥🔥
@NoviceNexus4 ай бұрын
Great teaching style 👏
@IammAshu-or9mh4 ай бұрын
Lecture --7 and homework completed❤
@alishbajawaid44635 ай бұрын
Superb explanation as everytime Keep growing
@bmanguk1252 ай бұрын
Keep teaching shraddha didi....
@Abhi_Singh-_-44 ай бұрын
Lecture completed. 16.8.24 -- 1:25 am. Thank you ma'am
@krishna_sharma57004 ай бұрын
Lecture 7 completed Thank You 😍😍😍😍😍
@IRONMAN-kq6dx4 ай бұрын
Day 7 Completed thankyou Shraddha Mam ❤ 11 September 2024😊
@aayushrathod78614 ай бұрын
Completed this lecture at 10:15 pm on 12th of sept for some days i lost my rythm but looking forward to gain it back and doing lectures back to back in adjacent days.
@Maanjiro_gАй бұрын
underrated af
@kimsejeong2184 ай бұрын
Thank you so much♥ such a great effort
@azharalibhutto12095 ай бұрын
Thank you so much for DSA❤❤❤❤❤❤❤❤❤❤❤❤
@shatakshishrivastava31125 ай бұрын
Good afternoon mam , I have completed , lecture . Thankyou mam 😊
@IsmailMulla-p8m5 ай бұрын
shraddha didi's teaching is next level ❤❤
@CodeWith_Harsh725 ай бұрын
Hello didi 👋, I have successfully completed lecture 7. So, I'm very excited for next. Thank you so much didi 🙏
@cavyommmehtaАй бұрын
06 JAN 25 - Lecture 7 completed 💯 Thank you!!
@VibeTribe-chill5 ай бұрын
Completed ❤❤
@enggdevendrachauha4 ай бұрын
Lecture 7 completed on 15/09 with homework.. Thank you mam
@CodingWithMoeen-9995 ай бұрын
Thank you didi ❤
@HaqqanHaider5 ай бұрын
Best Teacher forever❤
@SagarKunte-245 ай бұрын
You are always inspiration for us
@ak.gamingjone81614 ай бұрын
Class 7 complete ✅✅ Thankyou so much mam....
@NutantiwariTiwari-w5r10 күн бұрын
Lecture completed on 29/01/25 Thank you mam 😊
@PoojaDwivedi-lr2uy5 ай бұрын
App great ho 🙏🙏🙏
@Rajakumar29sep4 ай бұрын
Thankyou✨Done✨Completed✨
@adityasingh33655 ай бұрын
lecture 7 completed; thankyou mam;
@user-vi5vt2ce4r3 ай бұрын
Lecture Completed :)
@wasifali-l5d5 ай бұрын
Very informative video Mam.
@mazedul14485 ай бұрын
beauty of teaching
@alwaysanujsharma5 ай бұрын
12:25 Question). 101 = 0101
@vipulbhot4 ай бұрын
what about second homework question at last of video. using left and right shift operators and no loops. there is no solution i can find
@alwaysanujsharma4 ай бұрын
@@vipulbhot35:45 pahle for loop laga kar write kar program baad mein bitwise operator karke dekhiye bhai
@vipulbhot4 ай бұрын
@@alwaysanujsharma bhai bina loop ke and operator se hota hai solve par bina loop ke left aur right shift operator se nahi hota... Aur loop ke sath toh easily ho jata hai
@alwaysanujsharma4 ай бұрын
@@vipulbhot error dekh kahi kuch reh toh nhi gya
@vipulbhot4 ай бұрын
@@alwaysanujsharma bhai bakchodi mat kar... Solution pata hai to bata
@alwaysanujsharma5 ай бұрын
36:17 Day 7 completed👌💯
@AllInOneJunction-92035 ай бұрын
Nice lecture ❤❤
@sonupal10k5 ай бұрын
very nice maam
@TechTitan_official4 ай бұрын
Completed 👍👍👍
@elonmusk8341Ай бұрын
completed thank you
@komitsingh72705 ай бұрын
Great 👍
@eduversebypratik015 ай бұрын
Thankyou so much ma'am ❤❤❤❤
@bipinm60744 ай бұрын
Good work...
@MohitJoshi-h1f4 ай бұрын
if (IsPower(n)){ cout
@anjalibhandare6398Ай бұрын
today completed thiis lecture on 6th of jan 2025 thanks alot dear Shradha dii
@XYZMANUS-r3x4 ай бұрын
completed ❤🔥
@ShibaakashRana5 ай бұрын
Please mam upload daily❤❤❤
@varunchoudhary87975 ай бұрын
Dal to rhi hn ,
@Byte-Bolt275 ай бұрын
Completed the lecture on sept 11.
@LOVELYERA5 ай бұрын
Thankyou mam😊
@swatitiwari61804 ай бұрын
lecture done 😇
@mansoorsarookkh5 ай бұрын
successfully completed the lecture. 9/10/2024 thanks shradda mam, Respect from your neighbour country PAKISTAN.
@DsuryanshTripathi4 ай бұрын
chapter 7 ✅ keep goingg😃
@pranx24 ай бұрын
12:15 ans : AND Operator 2 OR Operator 14 XOR Operator 12 () RIGHT-Shift Operator 5
today lecture completed of new concept by SHRADHA MA'AM
@devangjadhav86014 ай бұрын
Day 7 completed 21/09/2024 enjoying this series.
@monikakpk.10054 ай бұрын
lecture done!!!
@AnuragPanchal-ct8jx4 ай бұрын
Completed ✅
@ayushshah-nm4pz5 ай бұрын
Teaching is next level❤
@wwe.2k_gamer5 ай бұрын
Completed at 11:21 ❤😊
@ShreyaPriyadarshini3 ай бұрын
day 6 of dsa journey, today is 18/10/24. I completed this lecture yesterday only but wasn't able to solve questions so finally completed them today at 8:30 pm.