Hashmap - Important Problems | Anagram | Lecture 61 | JAVA and DSA Foundation Course

  Рет қаралды 30,395

College Wallah

College Wallah

Күн бұрын

Пікірлер: 23
@kinlearn
@kinlearn 10 ай бұрын
Ma'am aap bhot achche se padhate ho. especially Two Sum. Ab concept mere dimag mein pakka ho gya. Thank you ☺
@cybernewton8190
@cybernewton8190 Жыл бұрын
Amazing problems based on hashmap wow mindblowing lecture
@buildyourself-4U
@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
@manasvisingh2500 Жыл бұрын
Thank you soo much ma'am... Ma'am please start oops in depth
@PruthirajPanda-e9u
@PruthirajPanda-e9u Жыл бұрын
nice lecture all concept clear
@CoderPro77
@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
@Sportscentre17 Жыл бұрын
Please check mam solve the leetcode questions in video
@Factzspeaker234
@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🙏🙏!
@amritavabanerjee6858
@amritavabanerjee6858 Жыл бұрын
Wow excellent
@study089
@study089 Жыл бұрын
you are right
@prankcall7144
@prankcall7144 4 ай бұрын
public static boolean isAnagram(String x, String y){ char a[] = x.toCharArray(); char b[] = y.toCharArray(); Arrays.sort(a); Arrays.sort(b); return Arrays.equals(a,b); }
@VibeAndVoice33
@VibeAndVoice33 Жыл бұрын
want more questions with ragahav sirr plss
@harshchouksey7740
@harshchouksey7740 Жыл бұрын
amazing lecture👍👍👍
@Beyondbalmiki
@Beyondbalmiki 6 ай бұрын
Amazing mam
@patricshane4146
@patricshane4146 9 ай бұрын
What is the space complexity of valid anagram approach 1?
@mind9889
@mind9889 4 ай бұрын
Mam what if we have used XOR. Does it take less time and less space
@SachinSharma-ou5pg
@SachinSharma-ou5pg Жыл бұрын
When will pw provide time stamp in decode batch
@ayushmishra5861
@ayushmishra5861 Жыл бұрын
Bhai aajse 2 saal pehle tak koi time stamp nahi deta tha tb kya log padhte seekhte nahi the?
@AmaanKhan-xu4ft
@AmaanKhan-xu4ft Жыл бұрын
@@ayushmishra5861 point bole bhai
@SachinSharma-ou5pg
@SachinSharma-ou5pg Жыл бұрын
@@ayushmishra58613-3 hours ki video hai time stamp se thora easy ho jaata hai. Mar nhi jayege bina time stamp k bs thori productivity badh jayegi....
@prathameshkadu9420
@prathameshkadu9420 Жыл бұрын
Mazza nahi aya, Pls improve teaching.
@Abhi_rudra007
@Abhi_rudra007 10 ай бұрын
In the Isomorphic question, HashSet Concept is not working....
@ankitai
@ankitai 9 ай бұрын
try st.contains(tCh) instead of st.add(tCh)
УДИВИЛ ВСЕХ СВОИМ УХОДОМ!😳 #shorts
00:49
Lazy days…
00:24
Anwar Jibawi
Рет қаралды 8 МЛН
Noodles Eating Challenge, So Magical! So Much Fun#Funnyfamily #Partygames #Funny
00:33
The top 6 takeaways from Firebase Demo Day 2024
9:10
Firebase
Рет қаралды 1,6 М.
Stacks : Basic, STL and Implementation | Lecture 54 | Java and DSA Course
2:52:01
DSA v/s Development | What to do for Placements?
9:15
Apna College
Рет қаралды 542 М.
Introduction to HashMap & HashTable in Java
1:39:46
Kunal Kushwaha
Рет қаралды 120 М.
УДИВИЛ ВСЕХ СВОИМ УХОДОМ!😳 #shorts
00:49