Count pairs with given sum | Array | Love Babbar DSA Sheet | Amazon🔥

  Рет қаралды 94,208

Yogesh & Shailesh (CodeLibrary)

Yogesh & Shailesh (CodeLibrary)

Күн бұрын

Пікірлер: 73
@fahadabdullah687
@fahadabdullah687 2 жыл бұрын
beautiful explanation....gfg explanation ise bhi bht acha aur easier ..great one bhai!
@satyamkumar6469
@satyamkumar6469 2 жыл бұрын
Great explanation ,till now I was just wondering that why we are doing sum -arr[i] but now it is all clear thanks alot!
@jk47nitk
@jk47nitk Жыл бұрын
simple, best and less taking time explanation video
@udaytewary3809
@udaytewary3809 2 жыл бұрын
Really thankyou bhaiya for such a easy explanation although i have not study map but your easy explanation made it easier for me to understand
@nehagunapooti2731
@nehagunapooti2731 9 ай бұрын
Forever grateful for you bhai, because of you I got my first job
@CodeLibrary
@CodeLibrary 9 ай бұрын
Congrats Neha!
@kulyashdahiya2529
@kulyashdahiya2529 Жыл бұрын
Great one, For python use counter() which is a subclass of dict.
@vikalpjain1098
@vikalpjain1098 2 жыл бұрын
I tried by implementing this with input 1,1,1,-1,-1,-1 is giving 6 output, but actual output is 9.
@aeroabrar_31
@aeroabrar_31 2 жыл бұрын
Bhai constraints me saare elements positive de rakhe hai.. This approach wont work for negatives i guess.
@toshanverma1084
@toshanverma1084 Жыл бұрын
sort then try this it will work
@Curiousss_Shivammm
@Curiousss_Shivammm Жыл бұрын
bhaiya agr iski jagah 2 pointer approach use krenge to kya tc jyada ho jayegi array ko sort krne ke chakkar mein
@amankhanoria2053
@amankhanoria2053 3 жыл бұрын
good work brother aapki wajah se data structure seekh paya mai
@RonitSagar
@RonitSagar 2 жыл бұрын
bhaiya aap pentab kaun saa use krte ho...can you please mention the link in reply
@mohammedyasser4717
@mohammedyasser4717 2 жыл бұрын
intuitive approach and good explanation ! thanks
@vivek4312
@vivek4312 Жыл бұрын
great explaination brother!
@explorewithshobhit9157
@explorewithshobhit9157 2 жыл бұрын
Bhai boht badiya 👏🔥
@vaneelakhatri
@vaneelakhatri 2 жыл бұрын
Thanks for this solution 🙏🏻🙏🏻🙏🏻🙏🏻
@andiamakaza24
@andiamakaza24 2 жыл бұрын
yup
@justin.j4440
@justin.j4440 2 жыл бұрын
Well explained mate!
@maheshwarananbalagan9803
@maheshwarananbalagan9803 Жыл бұрын
Brute force algorithm not work sir
@pranaymishra4407
@pranaymishra4407 3 жыл бұрын
very clearly explained thanks bhai
@abinayashrikbs6684
@abinayashrikbs6684 Жыл бұрын
you can talk in english throughout the video which will help who doesnt understand hindi.
@mrinmoyhalder7293
@mrinmoyhalder7293 2 жыл бұрын
Interestingly, if it was to print all the pairs then using map also time complexity is O(n^2). because for every element in the given array we need to run a loop upto key_count stored in map. the worst case is [ 2,2,2,2] ans target is 4.
@adityacr7407
@adityacr7407 Жыл бұрын
Searching in an unordered map is O(1)
@shaikbabasaheb9801
@shaikbabasaheb9801 2 жыл бұрын
Hello sir I am preparing for amazon interview. Can i use python language to code during interview.
@nomaanahmad5851
@nomaanahmad5851 3 жыл бұрын
Bhaiya please isko jaldi poora krke dp ko kariye please
@deeptimayeemaharana2448
@deeptimayeemaharana2448 2 жыл бұрын
map mein check karne se pehle ki element hai ya nahi, array ko toh map ke andar dala hi nahi...bhaiya samajh nahi aya
@AmanSharma-xq7gv
@AmanSharma-xq7gv 2 жыл бұрын
bhai ji ye mila na question ka ans gfg be text pdh ke to kuch samaj hi ni aa raha tha...Thanks
@sohel4633
@sohel4633 2 жыл бұрын
Your DSA solution video is very helpful 🥰
@pratikghule2995
@pratikghule2995 2 жыл бұрын
find number of pairs of 5 which can made with natural numbers
@GodOfFaith
@GodOfFaith 2 жыл бұрын
Ye kya hai chutiye
@rohandevaki4349
@rohandevaki4349 3 жыл бұрын
what is unordered map ? at 3:11 ? is it on java also?
@bhargav4g538
@bhargav4g538 3 жыл бұрын
Bro try dictionary in java
@bhargav4g538
@bhargav4g538 3 жыл бұрын
Bro it’s just like dictionaries initially all are false ie zeros so frequencies are adding 2nd above return statement and they are counting inside if when they encounter use dict I use python same doubt came sorted with dict
@altafmazhar7762
@altafmazhar7762 3 жыл бұрын
tru hashmap in java
@oqant0424
@oqant0424 3 жыл бұрын
nice explaination
@AmitDas-hu3gr
@AmitDas-hu3gr 3 жыл бұрын
Bro love babbar DSA sheet ke baaki problems ke soultions ki video kab aayegi?
@nehalpradhan2229
@nehalpradhan2229 2 жыл бұрын
6:00 why didn't you add 7 in map??
@AbdulRahman-tj3wc
@AbdulRahman-tj3wc 2 жыл бұрын
because it was greater than k
@akashanand6531
@akashanand6531 2 жыл бұрын
awesome explanation
@dhruv2014
@dhruv2014 2 жыл бұрын
Nice explanation
@paullater6230
@paullater6230 3 жыл бұрын
Amazing explanation 👏 👌 👍
@sanushgowdabr7217
@sanushgowdabr7217 3 жыл бұрын
Please Explain concepts in English
@manthan7535
@manthan7535 2 жыл бұрын
plz plz upload for jAVA also
@rickyarya7673
@rickyarya7673 2 жыл бұрын
// { Driver Code Starts //Initial Template for Java import java.io.*; import java.util.*; public class GFG { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int tc = Integer.parseInt(br.readLine().trim()); while (tc-- > 0) { String[] inputLine; inputLine = br.readLine().trim().split(" "); int n = Integer.parseInt(inputLine[0]); int k = Integer.parseInt(inputLine[1]); int[] arr = new int[n]; inputLine = br.readLine().trim().split(" "); for (int i = 0; i < n; i++) { arr[i] = Integer.parseInt(inputLine[i]); } int ans = new Solution().getPairsCount(arr, n, k); System.out.println(ans); } } } // } Driver Code Ends //User function Template for Java class Solution { int getPairsCount(int[] arr, int n, int k) { // code here int count =0; HashMap mapValue = new HashMap(); for(int i=0; i
@yogeshgavali5238
@yogeshgavali5238 3 жыл бұрын
Greatly
@M10-r8q7h
@M10-r8q7h 2 жыл бұрын
man this was easy prblm😑😑
@ankitparashar8730
@ankitparashar8730 3 жыл бұрын
Only two pointers works when same type of intution ques on codeforces
@rohandevaki4349
@rohandevaki4349 3 жыл бұрын
please write the code in java also
@rickyarya7673
@rickyarya7673 2 жыл бұрын
// { Driver Code Starts //Initial Template for Java import java.io.*; import java.util.*; public class GFG { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int tc = Integer.parseInt(br.readLine().trim()); while (tc-- > 0) { String[] inputLine; inputLine = br.readLine().trim().split(" "); int n = Integer.parseInt(inputLine[0]); int k = Integer.parseInt(inputLine[1]); int[] arr = new int[n]; inputLine = br.readLine().trim().split(" "); for (int i = 0; i < n; i++) { arr[i] = Integer.parseInt(inputLine[i]); } int ans = new Solution().getPairsCount(arr, n, k); System.out.println(ans); } } } // } Driver Code Ends //User function Template for Java class Solution { int getPairsCount(int[] arr, int n, int k) { // code here int count =0; HashMap mapValue = new HashMap(); for(int i=0; i
@iremtaze6262
@iremtaze6262 Жыл бұрын
Why do you write the title in English even though you are speaking in Hindi? God, there are several videos like these I think I should learn Hindi
@90krishika
@90krishika 2 жыл бұрын
Can somebody help me with this c# code? I am not able to get the expected result. Urgent please public static int FindMaxNumForMaxSum(int[] nums, int k) { int result = 0; int N = nums.Length; var map = new Dictionary(); //[1, 5, 3, 3, 3],.. k = 6 for (var i = 0; i < N; i++) { var complement = k = nums[i]; if (map.ContainsKey(complement)) { //we'll increase the map value at this key and assign to result result = map[complement] += 1; } else { map.Add(k - nums[i], nums[i]); } } //end of for loop return result; }
@rishavgupta4312
@rishavgupta4312 2 жыл бұрын
bhai 5 months ho gaye aapne urgent kaha tha
@hasnainraza3015
@hasnainraza3015 2 жыл бұрын
@@rishavgupta4312 ab to 6 month ho gaye
@ganeshpaih24
@ganeshpaih24 Жыл бұрын
@@hasnainraza3015 ab tho 11 months hogaye😥
@67_ujjwalsolanki78
@67_ujjwalsolanki78 Жыл бұрын
@@ganeshpaih24 1 year☹
@Nick-and-Boys
@Nick-and-Boys 2 жыл бұрын
samjh nhi ayya bhai btw iam begginer
@Anonymous-qf6jn
@Anonymous-qf6jn Жыл бұрын
bekar explanation kuch smhj ni aaya
@priyabratmail8936
@priyabratmail8936 3 жыл бұрын
Bhaiya ,I have just completed array in dsa.I could do this problem using loops but I don't know what is map . should I learn maps now or I should move ahead?
@CodeLibrary
@CodeLibrary 3 жыл бұрын
Yaa STL Sikh lo ekbar
@sudhakarsingh7613
@sudhakarsingh7613 3 жыл бұрын
luv ki stl series dekhlo
@shivammathur665
@shivammathur665 11 ай бұрын
Bhai saans tho le kam se kam..... Aise kya rurt k aaya tha kya??? 😂
@mereRevyoos
@mereRevyoos 3 жыл бұрын
#include #include using namespace std; int main() { vector a={1,2,3,4}; int size_a= a.size(); vector answer; for(int i=0; i
@sudhakarsingh7613
@sudhakarsingh7613 3 жыл бұрын
bcoz answer is empty
@yourentertainer19
@yourentertainer19 3 жыл бұрын
r u kidding
@prayagrajwade8699
@prayagrajwade8699 3 жыл бұрын
Hope you got your answer why you are not getting the output
@mereRevyoos
@mereRevyoos 3 жыл бұрын
@@prayagrajwade8699 we have to use push_back or we have to specify the size of vector a(4)
@prayagrajwade8699
@prayagrajwade8699 3 жыл бұрын
@@mereRevyoos no need to specify size for the vector...you just have to push the elements in vector
@atulkumar-bb7vi
@atulkumar-bb7vi 2 жыл бұрын
Nice explaination
@maqboolmirzaan2660
@maqboolmirzaan2660 2 жыл бұрын
Good explanation
@fiza8266
@fiza8266 10 ай бұрын
nice explanation
Maximum Product Subarray | Array | Love Babbar DSA Sheet | Amazon🔥
13:01
Yogesh & Shailesh (CodeLibrary)
Рет қаралды 69 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Hardy's Integral
13:47
Michael Penn
Рет қаралды 14 М.
I Solved 100 LeetCode Problems
13:11
Green Code
Рет қаралды 289 М.
Minimize the maximum difference between heights || Love Babbar DSA sheet
14:08
Strings & Character Arrays in C++  -  Part 1 | DSA Placement Series
30:03
Hash Tables and Hash Functions
13:56
Computer Science Lessons
Рет қаралды 1,6 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН