Ma'am aap bhot achche se padhate ho. especially Two Sum. Ab concept mere dimag mein pakka ho gya. Thank you ☺
@cybernewton8190 Жыл бұрын
Amazing problems based on hashmap wow mindblowing lecture
@buildyourself-4U Жыл бұрын
1st follow up question Approach : approach is just like two sum question's approach there we did a + b = target b = target - a; same apprach we can apply for that question : here, a + b + c = target c = target - a - b; by this you can solve this problem with O(N^2) instead of O(N^3) Solution : // question is available on gfg //remember implement hashMap in the loop //try to understand by self public static boolean find3Numbers(int arr[], int n, int target) { // Your code Here for(int i=0; i
@manasvisingh2500 Жыл бұрын
Thank you soo much ma'am... Ma'am please start oops in depth
@PruthirajPanda-e9u Жыл бұрын
nice lecture all concept clear
@CoderPro77 Жыл бұрын
Ma'am please do Qs sessions on leetcode with more numbers of questions too like you guys used to do earlier it really helped us alot ,
@Sportscentre17 Жыл бұрын
Please check mam solve the leetcode questions in video
@Factzspeaker234 Жыл бұрын
Mam Pls Solve problems on leetcode , like raghav sir Use to do , Makes it easier for us to for further practicing problems on leetcode on these topics🙏🙏!