5 Problem Solving Tips for Cracking Coding Interview Questions

Поділитися
Вставка
  • Опубліковано 19 вер 2024

КОМЕНТАРІ • 1 тис.

  • @CSDojo
    @CSDojo  5 років тому +181

    Here’s my solution code to this problem in Python and Java: www.csdojo.io/problem
    Also, for improving your problem-solving skills, as I mentioned in the video, I recommend the following two pieces of resources:
    - 11 Essential Coding Interview Questions (my Udemy course): www.udemy.com/11-essential-coding-interview-questions/?couponCode=PROBLEM
    - Daily Coding Problem (a website that’s run by a friend of mine): www.csdojo.io/daily
    See you guys in the next video!

    • @13_cse_fredericimmanuel98
      @13_cse_fredericimmanuel98 5 років тому +2

      Hey Cs dojo, your videos are very much different from other online tutors. I loved the python tutorials. I wish you'd make C programming tutorials too. Hoping to hear from you soon.

    • @flametrav2891
      @flametrav2891 5 років тому +1

      witch software do you use for the presentation?

    • @cookeemonstahz
      @cookeemonstahz 5 років тому +1

      What you can do is replace every element in array A with its conjugate. Then, for every element in array A, you do a binary search in a sorted array B, to find the closest possible number. This will allow you to reach an O(n*logn) solution with only O(1) space.

    • @Toopa88
      @Toopa88 5 років тому

      18:07 check out projecteuler. It has 645 problems that can be solved and once you solve a problem you can see how others solved it. IT IS FREE!

    • @thesanto0520
      @thesanto0520 5 років тому

      @@cookeemonstahz it's o(n) space just to store the array.

  • @SV90527
    @SV90527 3 роки тому +609

    To everyone who understood this video, I'm happy for you. I'll get there soon.
    Update: I'm working as a Software Engineer in Toronto. Keep working hard, one day it'll pay off 👊🏼⚡️

  • @simranray4564
    @simranray4564 4 роки тому +466

    Besides everything related to coding and thinking, I really like the way that on clicking the dotted box bursts to display what's inside.

    • @othmanalyusifey356
      @othmanalyusifey356 4 роки тому +4

      the same thing with me ~،،

    • @pl9397
      @pl9397 4 роки тому +4

      any idea what tools/apps he is using to show the effects?

    • @GAURAVSHARMA-yg1ig
      @GAURAVSHARMA-yg1ig 4 роки тому +2

      i hope the same thing happens to me when i start to code

    • @mormsophen3238
      @mormsophen3238 4 роки тому +1

      Poo L idk. He might be the one who made that tool.

    • @iiparshii
      @iiparshii 4 роки тому +1

      😂 😂 😂 😂 yea Simran.. lets just miss every imp. coding info. and lets focus on pop up boxes 😂..

  • @MonsieurCHING
    @MonsieurCHING 5 років тому +1007

    Tip #1: Come up with a brute-force solution - 1:23
    Tip #2: Think of a simpler version of the problem - 2:34
    Tip #3: Think with simpler examples -> try noticing a pattern - 5:54
    Tip #4: Use some visualization - 10:10
    Tip #5: Test your solution on a few examples - 15:09

  • @asishbalu2415
    @asishbalu2415 4 роки тому +125

    Here's a solution that is also O(nlogn), but faster than the one you provided:
    Sort array 1 (nlogn). Now, for each value x of array 2, conduct binary search on array 1 to find the element closest to (target -x). This should be nlogn as well.
    Your solution requires 2 sorts and extra processing, but this one only requires one sort.

    • @mohamedkandeel6553
      @mohamedkandeel6553 4 роки тому +15

      That's the same solution that jumped into my mind once I read the problem.

    • @rpesel
      @rpesel 3 роки тому +1

      Exactly my solution

    • @OmarChida
      @OmarChida 3 роки тому +1

      I have solved a problem very darn similar to this earlier today and this was the solution I came up with too

    • @konm
      @konm 2 роки тому +1

      Closest doesn't mean that the sum of the elements will be close to the target.
      You are right. Nice approach.

    • @YongfangZhang
      @YongfangZhang 2 роки тому

      Nice try.

  • @neutral1802
    @neutral1802 5 років тому +432

    The moment your best solution is the brute-force one.
    1:32 This pair, Dis pair, Despair.

    • @fevgatoz
      @fevgatoz 4 роки тому +8

      i cried laughing broh

    • @maksimbeliaev5339
      @maksimbeliaev5339 4 роки тому +9

      Yes, the guy is just noob
      In first example he has shown a list with negative numbers, so his last method will not work
      He will just fail an interview

    • @hassanakhtar7874
      @hassanakhtar7874 4 роки тому +11

      @@maksimbeliaev5339 u suck

    • @ほっしゃん-b8b
      @ほっしゃん-b8b 4 роки тому +6

      Maksim Beliaev you know that he's an ex-google software engineer right?

    • @alejandroestrella69
      @alejandroestrella69 4 роки тому +1

      And that means what exactly?

  • @bpc1570
    @bpc1570 4 роки тому +435

    Just a thought.
    The question is that if the interviewer has not seen or practiced a given problem, will they still be able to solve and evaluate a candidate? The problem of these kinds of interviews is that the interviewer and candidates are not on equal ground. When the interviewer clearly knows the answer, it becomes somewhat biased when they attempt to judge their candidates (by asking things like, can you think of a better solution to this and so on, notice the keyword "think" not "recall").
    I guess my point is that I don't quite believe the interviewer can always improvise a solution to problems such as finding the total number of subsets of integers that add up to a number or a cell automata problem with lots of recursions. I believe they can probably solve it by sitting quietly by themselves and tackling the problem without a time limit or without people watching them, but the question is that can they "think from the scratch" themselves? Do you code under pressure with people watching you and judging you?
    You don't see this kinds of interview in other industries such as EE, physics, chemical engineering, etc., because there's no way to ask you to design and implement a VLSI chip that functions a certain way or design a quantum mechanical system on the scene. But somehow in CS, this is convenient. Very often you interview for a machine learning position but people only, or to a large extent, focus on trickery coding problems; almost as if statistics and math are not as important; kind of going backwards, imho.
    Let's have an open research question, so that neither the interviewer nor the candidate has a viable solution at the moment. Then, we both try to solve the problem or come up with a tentative solution, in which case you'll also get to see how the candidate approaches the problem, their patience, their analytical capacities, personalities and so on. But at least, this interview process would be less biased.
    When people practice a lot of these coding problems and then go ahead to have an interview, they are really just "recalling from memory" on how to solve certain problems but you are not really testing their "analytical abilities."

    • @codingrat8323
      @codingrat8323 4 роки тому +44

      This is so true. But, sadly a reality!

    • @scarface548
      @scarface548 4 роки тому +22

      I like your idea about both interviewer and interviewee do that same problem. That would be awesome.

    • @vassilyn5378
      @vassilyn5378 4 роки тому +46

      The bias you're [rightly] referring to is irrelevant. You're not competing against the interviewer, you're competing against other candidates. So you shouldn't care how biased your interviewer is to that particular problem 'cause he applies the same bias to all candidates (in theory). Therefore, it doesn't matter. What this does or doesn't test and/or how it correlates with candidate's qualities is another question. But the playground is equally fair (or unfair) for all candidates.

    • @scarface548
      @scarface548 4 роки тому +3

      @@vassilyn5378 you are right it doesn't really matter how hard or easy the problem is if comparison is only against other candiates.

    • @allmighty2000
      @allmighty2000 3 роки тому +3

      You guys are not newbies like me that’s why this things are coming on your head but
      Those who are sitting in at big companies as an interviewer are as good as ever could be , believe it ,
      And you have to be that good to be a member of that big company

  • @cachorito01
    @cachorito01 5 років тому +14

    These tips are amazing!! The final solution amazed me, I just recently failed an interview for an intership at one of the big 4 and im determined to study at least 2 hours a day for my next one, I hope you make more videos like these!

    • @RamizZamanJEEPhysics
      @RamizZamanJEEPhysics 5 років тому +1

      Where did you apply mate ?

    • @cachorito01
      @cachorito01 5 років тому +1

      @@RamizZamanJEEPhysics I went to a hackathon and left my resume, but you can apply online too, just search the name of the company and careers

    • @RamizZamanJEEPhysics
      @RamizZamanJEEPhysics 5 років тому

      Thanks mate

    • @nomadicfathersons
      @nomadicfathersons 3 роки тому

      If you like Html & css webdesigning
      ua-cam.com/video/o_guxLAoLYY/v-deo.html
      ua-cam.com/video/PqrZrvaObZk/v-deo.html
      Support & comment on my video

  • @hertzvador2220
    @hertzvador2220 3 роки тому +1

    Good sales pitch. A simple solution: You could associate each value to each bit of an integer (12 bits, 6 MSB is first array, 6 LSB is second array) in total going from 0 to 2^12=4096. Add all the values associated with a 1. This would go through all the combinations at light speed.

  • @tb0nestk
    @tb0nestk 5 років тому +4

    YK, Thinking out loud. In an interview setting, it would be intimidating to approach a problem, thinking out loud. It takes experience and practice to master the technique. Your explanation is so valuable, learning how to think and what questions to ask.
    Here’s an idea. Take leetcode site, there are over 700 problems, you solve one problem a day, show how you’d approach the problem, how to think, what questions to ask, how to optimize... I think that’s so valuable. Who knows by the end of the year, you can just gather up all those videos and create another Udemy class, I think lots of people would appreciate that

    • @nomadicfathersons
      @nomadicfathersons 3 роки тому

      If you like Html & css webdesigning
      ua-cam.com/video/k6gUDrSkRQE/v-deo.html
      ua-cam.com/video/PqrZrvaObZk/v-deo.html
      Support & comment on my video

  • @maks0bs
    @maks0bs 5 років тому +48

    That's actually a very good idea, I haven't thought about, great video)). But why not use binary search in this problem? The complexity would also be O(n log n). You parse through the unsorted array and start binary search on the sorted one to find the closest sum. Roughly speaking, the complexity would be 2 * n * log n, since you only sort one array and use binary search with the other one for n log n. The concept of binary search can be used in a variety of other problems, but I'm not really sure if this can be applicable somewhere else. The idea in the video looks like semi-dynamicProgramming.

    • @toantruong9533
      @toantruong9533 5 років тому +3

      I also come up with this solution.

    • @TheLuke1662
      @TheLuke1662 5 років тому +1

      Same!
      Here is my solution in C++
      void closestPair(std::vector& a, std::vector& b, int target) {
      std::sort(b.begin(), b.end());
      int a_index = 0, b_index = 0;
      int current = a[0] + b[0];
      int current_target;
      for (int i = 0; i < a.size(); i++) {
      current_target = target - a[i];
      auto lower = std::lower_bound(b.begin(), b.end(), current_target) - b.begin();
      int temp = b[lower];
      if (lower != 0){
      if (std::abs(b[lower] - current_target) > std::abs(current_target - b[lower - 1])) {
      temp = b[lower-1];
      lower--;
      }
      }
      if (std::abs(current - target) > std::abs(temp - current_target)) {
      current = temp + a[i];
      a_index = i;
      b_index = lower;
      }
      }
      std::cout

    • @rafagamaxima
      @rafagamaxima 4 роки тому +1

      And what about the complexity of sorting the array?

    • @ПетяТабуреткин-в7т
      @ПетяТабуреткин-в7т 4 роки тому +2

      That's what I came up with as well. But it will probably be slower, because performing the second `O(n log(n))` operation will eventually be slower than a `O(n)`. But it's still `O(n log(n))`, so maybe it's not that bad.

    • @MishaAmashukeli
      @MishaAmashukeli 4 роки тому

      Yeah it will work, but it will be a bit more code, and slower.

  • @haibai1766
    @haibai1766 3 роки тому +4

    My Tip #2: Find the inefficiencies in the brute force solution and see if you can optimize them. In this case it's the checking of the second array for each element in the first array, which can be optimized by sorting the second array and using binary search (I haven't watched the entire vid yet so I don't know if that's the intended solution or complexity).
    Edit: Huh so two pointers may lead to an O(N) solution (after sorting)! Two pointers and binary search seem very related!

  • @KumaranKM
    @KumaranKM 3 роки тому +1

    Solution with log(n):
    a = [7, 4, 1, 10]
    b = [4, 5, 8, 7]
    target =14
    count = 0
    a.sort()
    b.sort()
    j = len(b)-1
    i = 0
    while(i=0:
    if a[i] + b[j] < target:
    i += 1
    continue
    elif a[i] + b[j] > target:
    j -= 1
    continue
    else:
    count += 1
    print(a[i] + b[j])
    j -= 1
    else:
    break
    print(count)
    Credits: You are an awesome youtuber. Before watching your video, I don't even know how to solve the problem. But now I could able to give a different solution with less time complexity. It's all because of your tutorial. Thanks for your videos. Now I can able to bring a solution with most of the time logn complexity. Keep doing your work and make more coders around the world!

    • @froes89
      @froes89 Місяць тому

      this makes no sense

  • @allfreetechhub
    @allfreetechhub 4 роки тому +5

    Another way:
    Sort the first array (a1) in ASC order, while sort the other one (a2) in DESC order.
    start with i1 = 0, i2 = 0 (i1 as index of first array, i2 as index of 2nd array)
    Check a1[i1] + a2[i2], if it's less than given number, then "i1++"(to pick a larger number), and if it's greater than the given number, then "i2++"(to pick a smaller number). You will get the answer with following complexity:
    Sorting: O(n*logn), twice
    Iteration: O(n), twice (worst case)

    • @bird6472
      @bird6472 2 роки тому

      This is the way I did it. Sort both arrays then it becomes a simple 2 pointer pattern problem.

  • @b735player
    @b735player 4 роки тому +1

    Another great way to solve this problem:
    1. Sort 1 of the arrays O(n*log(n))
    2. Make that sorted array into a balanced binary tree (this is O(n) complex)
    3. for each elem in the other array:
    DFS search binary tree for closest pair
    4. DFS method is defined as follows
    if bTree.root + elem is closer to the target than the current best pair then (bTree.root, elem) becomes the best pair
    if bTree.root + elem < target && bTree.right.nonEmpty then DFS(right)
    else if bTree.root + elem > target && bTree.left.nonEmpty then DFS(left)
    The DFS lookup for the closest pair for a single element takes O(log(n)) time. Repeating for each element in the second array gives us O(n*log(n)) time

    • @ImaskarDono
      @ImaskarDono 4 роки тому

      Exactly. This is much better, because if arrays have different length, you can only sort the small one. And even if they are the same, real world complexity is better.

  • @andreastischler3447
    @andreastischler3447 5 років тому +6

    Regarding your last solution: if there are two equal numbers in one of the arrays you start with then I think this approach could lead to a problem. In your grid-like visualization there would be a line (or row) where there are two equal numbers next to each other. Now say your target number is 17 and you hit a spot where there are two 16 next to each other you could ignore the second 16 that sits to the right of the one you are checking - so i think when you ignore the space next to the number you were checking you have to first check if the neighbouring numbers are really smaller or am I missing something here.

  • @Seawolf159
    @Seawolf159 5 років тому +6

    Great buildup from vague idea of how to do it, to coming up with a way to traverse that grid. Really cool.

  • @joaovfeijo
    @joaovfeijo 5 років тому +45

    High quality as always, man. Thank you for your good work. I learn a lot with your videos.

  • @BipinOli90
    @BipinOli90 5 років тому +2

    Just sort both arrays, from one array pick one element at time and using binary search, search for a other half of number in another array. You can write 2 binary search for this, one should return the exact number or the closest number higher than it and second one should return the exact or closest one smaller than it. Actually you only need to sort the one where binary search is being done. Overall complexity is O(nlgn).
    In the end what you came up with is very similar with this, and visualizing problems and solutions is a very important skill.
    Anyway, I wrote this, just to show that there are some other ways to think about such problems.

  • @adityashankarpal5934
    @adityashankarpal5934 5 років тому +47

    For your second approach, you will require O(nlogn) . Suppose you have two arrays A and B with n elements and for each element in B you perform binary search O(logn) searching for the other number of pair in A. For n elements in B, the complexity would be O(nlogn)

    • @dizzydeveloper
      @dizzydeveloper 3 роки тому +7

      Actullauy, i was looking comments to see if someone has mentioned this.e second approach will not take O(n) time, it will take more time.

    • @vedantsharma5876
      @vedantsharma5876 3 роки тому +14

      But we can't use binary search since the two arrays are unsorted. So the second approach also would yield O(n^2) time complexity(Please correct me if wrong)

    • @rickvstange
      @rickvstange 3 роки тому +7

      @@vedantsharma5876 You can first sort both arrays in O(nlogn), then do the binary seach for each element in B, which would be also O(nlog), since each binary seach takes O(logn). So, in the end, it should be O(nlogn).
      If the arrays were already sorted, doing the algorithm from the video would only take O(n), while binary seach for each element in B would still take O(nlogn).

    • @vedantsharma5876
      @vedantsharma5876 3 роки тому +2

      @@rickvstange oh yes. Thanks Ricardo!

    • @Sycu
      @Sycu 3 роки тому +3

      i would say its O(n*m) where m is the value of the target. You can think about corner case - where target is huge, like 1000000000, and all the numbers are small - 0, 1, 2 etc. You would have to iterate 1000000000 times to get the answer

  • @xzist
    @xzist 2 роки тому +1

    This is brilliant. Thank you so much for this. Easily the most detailed and clearly articulated and digestible, general approach to solving algorithm problems.. While watching youtube videos on algorithms, so many of the people solving them just seemingly grab the solution out of thin air. No doubt this is due to them doing a ton of algorithms in the past, recognizing patterns and reaching for solutions or similar solutions that worked for them in the past. The problem with this for people newer to solving algorithms is as I mentioned - this seems to come out of thin air and doesn't help, because it doesn't show the thought process behind what came up with the original pattern that they're grabbing for.. hope that makes sense and thanks again for the video.

  • @haroldwran775
    @haroldwran775 5 років тому +10

    The most awesome explanation I have ever heard! Thank you, Dojo

  • @harshpalsingh1746
    @harshpalsingh1746 4 роки тому +1

    After creating the table, better way to find the closest no is binary search in my opinion. Because in your examples the closest no was always somewhere in the middle, but what if it is the last box, binary search will do wonders in this case.

  • @StRanGerManY
    @StRanGerManY 4 роки тому +8

    Tip#2
    It won't be O(n), since for each number in first array, we calculate the reminder and look at each number in the second array. Thus, it is same O(n^2) as the brute force solution. Actually, its quite a bit worse, since we actually have x * O(n^2)
    As for the final solution, vizualization is nice and all, but it is actually quite a bit easy to solve this without it. Just sort both arrays, one from small to big, and the other array - the other way around. Start from 0 on both of the sum, if sum is bigger then searched number, get next value on the second array. Otherwise, get value from the first array. Remember the sum at each step, and print the closest pair. Boom, problem solved. O(n*log(n))

    • @vickyanand5898
      @vickyanand5898 3 роки тому

      No it will be nlogn since its searching in a set .

    • @ALLCAPS
      @ALLCAPS Рік тому +1

      You're correct. Tip #2 when he said it would be O(n), I immediately thought: ..............what?

    • @tijikthomas
      @tijikthomas Рік тому +2

      Searching in a set takes O(1) time

  • @hilbertcontainer3034
    @hilbertcontainer3034 2 роки тому

    Thanks CS Dojo. I am going to have my first ever coding interview in an hour! (Out of confidence) x.x
    This is the last tech video i am going to see! So thanks for the tips
    For reference,
    My first approach with brute force would be
    Arr_1 = [-1,3,8,2,9,5]
    Arr_2 = [4,1,2,10,5,20]
    Target = 24
    #For each integer in Arr_1, calculate the difference from 24. And find the closest int in Arr_2.
    Arr_1 [0] =-1, 24-(-1) = 25, the closet one to 25, is 20 in Arr_2, Ie. [-1,20] = 19
    Arr_1 [1] =3, 24-3 = 21, the closest one to 21, is 20 in Arr_2, i.e. [3,20] = 23
    Arr_1 [2] =8, 24-8 = 16, the closest one to 16, is 20 in Arr_2, i.e. [8,20] = 28
    Arr_1 [3] =2, 24-2 = 22, the closest one to 22, is 20 in Arr_2, i.e. [2,20] = 22
    Arr_1 [4] =9, 24-9 = 15, the closest one to 15 is 10 or 20 in Arr_2, i.e. [9, 10] and [9,20] = 19, 29
    Arr_1 [5] = 5, 24-5 = 19, the closest one to 19, is 20 in Arr_2, i.e. [5,20] =25
    We got another array to store above pairs and results, and replace the pairs if the new result is closer answer to the target.
    Navigate the result. 23 and 25 are closest to 24. I.e. [3,20] and [5,20]

  • @stunseed8385
    @stunseed8385 4 роки тому +4

    I think you can also achieve a nlogn by sorting, and do a modified binary search for the exact or the closest value.

    • @franciscov511
      @franciscov511 3 роки тому

      yes, oh maybe you can sort the two arrays, mix them and perform binary search

  • @konstantinavdeev6460
    @konstantinavdeev6460 3 роки тому +1

    A very nice explanation of the thinking process. But another trait of a good programmer is knowing his data structures. Java, for example, has TreeSet with an O(logn) time complexity for ceiling/floor methods. And that would come straight from your "simpler version of the problem". So, for those of us not so bright as to come up with the original solution, it's worth to learn the proper tools our languages provide.

  • @naserdakhel5051
    @naserdakhel5051 5 років тому +3

    I really really enjoy your videos, problem solving the most, i hope your channel covers more about problem solving and competitive programming

    • @nomadicfathersons
      @nomadicfathersons 3 роки тому

      If you like Html & css webdesigning
      ua-cam.com/video/o_guxLAoLYY/v-deo.html
      ua-cam.com/video/PqrZrvaObZk/v-deo.html
      Support & comment on my video

  • @scottwright7177
    @scottwright7177 3 роки тому +2

    Maybe I'm wrong, but there wasn't any consideration for the complexity added for sorting in #3 or hash table lookup in #2. In this case, the change to the solution's complexity is negligible, but you can't forget to consider those steps.

  • @axelcarvalho2661
    @axelcarvalho2661 5 років тому +52

    The set solution is O(n) and array sorting is already O(n*logn), so how is it better?

    • @maxintos1
      @maxintos1 5 років тому +42

      The basic set solution only works on the simplified problem where we're looking for exactly the value. When we're solving the real problem the set solution is O(x*n) which might end up being way bigger than O(nLog(n)). For example with simple 1 element lists {500}{400} and target sum of 10, the set algorithm would take almost 900 cycles to calculate the answer.

    • @vleipnik
      @vleipnik 4 роки тому +1

      @@maxintos1 Yes, you are correct
      .

    • @sanchousf
      @sanchousf 4 роки тому +8

      No, it's not. Because complexity for the set solution is actually O(x*n*log(n)). Plus, filling of a set is O(n*log(n)).

    • @Mrwiseguy101690
      @Mrwiseguy101690 4 роки тому +7

      @@sanchousf That's not true. Using a hash table backed set is O(1) insertion.

    • @Mrwiseguy101690
      @Mrwiseguy101690 4 роки тому +4

      The time complexity is O(x*n), but x can be arbitrarily large. In the third solution, it really depends on the sorting algorithm used. If you use mergesort or heapsort, it'll definitely be O(nlogn) but space will also be O(n). If you use quicksort, worst case is O(n^2), but space is O(1). In my opinion, you can't objectively say which solution is better without having an idea of what x would tend to be. For small x, the second solution is better. For larger x, the third solution is better.

  • @remedyforinsomnia
    @remedyforinsomnia 2 роки тому

    As someone very far from tech, I found this both easy to follow and inspiring. Grrrrreat. Thank you so much!

  • @4fecta353
    @4fecta353 5 років тому +6

    You could have solved the problem with the second method in O(nlogn) time if you used a BBST, and binary search for floor and ceiling values. Since we don't actually need the index of the values, we can use a TreeSet in Java (red-black tree) to implement this idea without it being too bulky. This saves from all the ArrayList sorting shenanigans.

    • @nomadicfathersons
      @nomadicfathersons 3 роки тому

      If you like Html & css webdesigning
      ua-cam.com/video/k6gUDrSkRQE/v-deo.html
      ua-cam.com/video/PqrZrvaObZk/v-deo.html
      Support & comment on my video

    • @hil449
      @hil449 2 роки тому

      that uses extra space tho, but with 2 pointers you can solve it with constant space

  • @jaredbaum
    @jaredbaum 4 роки тому +1

    My solution to this would be to sort just 1 of the arrays. Then for each node of the 2nd array do a binary search into the first array of the 'compliment' (aka the number that would directly equal the target). This should get the closest to that. From there you just keep track of the minimum absolute value of the different from the target. This is also an O(nlgn) solution.

  • @rui3692
    @rui3692 5 років тому +14

    it’s useful when you practice solving algorithm questions, but I doubt how much time you have to go though this kind of thinking process in actual interviews, especially considering that interviewers usually have prepared two questions to ask. So practice is still the key. Don’t ever try to rely on the introduced techs to hack an interview

    • @maria-wu7us
      @maria-wu7us 3 роки тому

      This is not true for interviews I have conducted. I would rather get a candidate who thinks through a problem and reaches even a brute force solution to something they have never seen before. Sometimes you can tell that a person has practiced the question and simply memorized a solution. Gaps will start to show when you ask questions on basic concepts on their target language that are not related to solving problems. Practice is important but most professionals don't have the time to sit and run thorough programming problems in their free time. But you will have amassed many skills just from working full time and will feel more conformable showing up to interviews without doing the overnight cram sessions I used to do in college. And yes, there will be times when you can't answer the question. I have been there multiple times (in fact, with problems similar to the one in the video). And that's okay, that just means you're not a right fit for the job. I also don't want to reach a position in which I realize later on that I don't have the technical knowledge to contribute well. It doesn't feel good.

  • @JCho-pi5jz
    @JCho-pi5jz 3 роки тому +1

    This is very elementary, but I like how you go through each level of complexity. From brute-force to optimal, it's really giving me an idea of how to do an interview well. people say it and we know it's a thing but i have a bad habit of skipping the simplest way. but i see how the simpliest way can look good. I've never seen someone do an interview so... *shrug* idk wI don't know it looks like

  • @aznthanh23
    @aznthanh23 5 років тому +5

    Thank you for clear and concise explanation with visuals. Keep up the good work

    • @nomadicfathersons
      @nomadicfathersons 3 роки тому

      If you like Html & css webdesigning
      ua-cam.com/video/o_guxLAoLYY/v-deo.html
      ua-cam.com/video/PqrZrvaObZk/v-deo.html
      Support & comment on my video

  • @nikhilgoyal007
    @nikhilgoyal007 2 роки тому

    sort both lists in n log(n)) time each. start by adding smallest of first list to largest of the second list. if resultant sum is smaller than the target number move index on the first list up by 1 (otherwise decrease index of second list by 1). go until you find the target number or cross it over (if the target number is not there). this is going to take simply O(n) time (just traversing the list). so adding together get n log(n). (via binary search you can also cut step 3 traversal to log(n) instead of simple traversal in O(n) time but we spent n log (n) upfront for the sort so does not really help)

  • @nutsilog
    @nutsilog 4 роки тому +224

    This just made me realize how stupid I am 😂😂

    • @rsmlifestyle3436
      @rsmlifestyle3436 4 роки тому +80

      Hey, your not stupid. These are things that are new to you. Your more than capable of learning this. Just break it down, bit by bit. Be able to teach yourself in way that makes sense to you.

    • @ahmedkarem2718
      @ahmedkarem2718 4 роки тому +15

      Yes you are (if you compare yourself with someone that have more practice and experience but if you practice, this will be easy for you good luck.)

    • @CarlosFernandez-js8yn
      @CarlosFernandez-js8yn 4 роки тому +3

      xxGodx ur harsh...be more positive

    • @PraveenKumar-id4pg
      @PraveenKumar-id4pg 4 роки тому +3

      @@rsmlifestyle3436 thanks bro

    • @davidkuda7074
      @davidkuda7074 3 роки тому +3

      @@rsmlifestyle3436 wow, that's one of the most positive things that I've read online. Thanks for spreading this positivity! Invaluable!

  • @sanchousf
    @sanchousf 4 роки тому +1

    For the second algorithm (with a set) the complexity will be O(x*n*log(n)). First, you need to fill the set. Inserting an element in a set is O(log(n)), inserting (n) elements in a set is O(n*log(n)). Second, Because you iterate through the array (O(n)) and you search in a set (O(log(n))) for each element in the array (which gives us O(n*log(n))). And you do it (x) times.
    PS: On the other hand if you use hash table for the set search for an element should be O(1) (if there is no hash collisions). So, probably be yes. It could be O(x*n).

  • @AndreyZhidenkov
    @AndreyZhidenkov 5 років тому +6

    The process of sorting arrays requires time ans space as well.

    • @herzfeld2
      @herzfeld2 5 років тому +1

      he states at the end the time complexity is O(nlogn) and space complexity O(n) "assuming that you use an nlogn sorting algorithm" i.e. mergesort or quicksort or te like. mergesort is of time complex O(nlogn) and space O(n) thus we can assume he is accounting for this correctly.

    • @himanshusankhala8633
      @himanshusankhala8633 4 роки тому

      Code in python bro

  • @AlbertKamu
    @AlbertKamu 4 роки тому +1

    Why space complexity for final solution is O(n) though? You use no extra space (considering you return only one pair) so it should be constant.
    Disregard of that, that was really great explanation. One thing I miss most from youtubers about programming questions - is the way of thinking, not just plain solution. Good job mate, keep up the good work!

    • @tongjintao
      @tongjintao 2 роки тому

      Ya, why space complexity is O(n)? I don't understand this bit.

  • @Ready2eddie
    @Ready2eddie 5 років тому +16

    Love watching these even if this isnt my major.

    • @PerfectorZY
      @PerfectorZY 5 років тому +3

      Eddie Cho come to the computer science side, let the algorithms flow through you

    • @nomadicfathersons
      @nomadicfathersons 3 роки тому

      If you like Html & css webdesigning
      ua-cam.com/video/k6gUDrSkRQE/v-deo.html
      ua-cam.com/video/PqrZrvaObZk/v-deo.html
      Support & comment on my video

  • @alexander_andrush
    @alexander_andrush 5 років тому +1

    Nice idea, but I think in this case the visualization makes the problem a bit more complex than it is. I came up with simple short solution (C++) with runtime complexity O(n log(n)) and space complexity O(n). In my solution arrays can have different sizes.
    pair sumUpToTarget( vector &v1, vector &v2, int target)
    {
    if ((v1.size() < 1) || (v2.size() < 1))
    return {};
    set s(v2.begin(), v2.end());
    pair p = { {*v1.begin(), *s.begin()}, std::abs(target - (*v1.begin() + *s.begin())) };
    for (auto elm : v1) {
    auto pos = s.lower_bound(target - elm);
    if (pos == s.end())
    pos = prev(s.end());
    if (abs(target - (elm + *pos)) < p.second)
    p = { {elm, *pos}, abs(target - (elm + *pos)) };
    }
    return p.first;
    }

  • @archmad
    @archmad 3 роки тому +5

    not sure if i get #2 - create a set, yet the set is still a list which you need to compare it with individually which is still n^2, did i misunderstood a set?

    • @superoven
      @superoven 3 роки тому +2

      A "set" in this case being like a python set. Checking if a specific number in it exists or not is just O(1) after you've made the set

    • @kmar5264
      @kmar5264 3 роки тому

      The cost of looking up any value for a 'set' data structure is O(1) time. You would just ask the set if it contains a specific number(ex: set.contains(5) ), versus iterating through the values in the set.

  • @neilmolina
    @neilmolina 3 роки тому

    One of the critical information needed here to proceed in addressing the problem that is missing, is what is the qualification criteria to determine what is close to the target.

  • @thrishmareddy
    @thrishmareddy 5 років тому +4

    Learnt so so much in this video alone. Thanks a lot for this high-quality content ❤

    • @nomadicfathersons
      @nomadicfathersons 3 роки тому

      If you like Html & css webdesigning
      ua-cam.com/video/k6gUDrSkRQE/v-deo.html
      ua-cam.com/video/PqrZrvaObZk/v-deo.html
      Support & comment on my video

  • @khanhdd85
    @khanhdd85 5 років тому +2

    Hi, it's very interesting problem and your approach is to use branch & bound technique. However I find it's not easy to prove the running time is bounded by n*logn. From my opinion, when you have a Set, don't use HashSet but TreeSet then you can search for the closet key in log(n) and you can simply keep track the distance with the target. Thanks

    • @hoixthegreat8359
      @hoixthegreat8359 Рік тому

      Genius. In Python you could do this with OrderedDict and bisect.

  • @user-hh2is9kg9j
    @user-hh2is9kg9j 3 роки тому +8

    I could do that if I have 3 hours and preferably without someone in a suit staring at me while I am doing it.

  • @SpeedTutorialz
    @SpeedTutorialz 5 років тому

    Please correct me if I'm wrong (as I want to know why I'm wrong), but so far I've gotten to 4:04 in the video.
    You're looping through the bottom array, and at each element, say 4, you check if 20 is found within the set, but to check a set you need to loop through the values (yes there might be a helper function "find element in set"), but internally that's still a loop, no? and a loop in a loop is still O(n^2).

    • @winterrcore
      @winterrcore 5 років тому

      I thought the same thing, it's basically just like the first method (brute forcing) but with a set as the first array

  • @tharindueranga6407
    @tharindueranga6407 3 роки тому +3

    Your tip 2 is also requires to iterate through a Set. Doesn't that make it the same complexity as tip 1?

    • @akanbiayomide8214
      @akanbiayomide8214 2 роки тому

      No with tip 2 he only iterates through the list. So he takes the first element of the list and sees what sum makes 24. Let’s call that number x. So x+ first element= 24. U can use set properties to search if x exists in the set. And if it does u have found the answer. Which is O(n) Bc u iterate through each element to see if there is a x that makes this true. . Hope this makes sense.

  • @helmholtzwatson8884
    @helmholtzwatson8884 3 роки тому

    Great video, thank you. I wrote my own version before looking at your code and found we wrote very different functions. The biggest difference is that I made it print out every matching pair and their sum, as opposed to your code which exits when a match is found and prints a single pair. Obviously, what you implemented is massively faster. If you happen to read this, I would really appreciate any feedback you may have on my code (below), in particular if there are ways I might make it more efficient while still accomplishing the same output.
    def closestMatch (list1, list2, target):
    answers = []
    list1.sort()
    list2.sort()
    # start at the end of list1 (max)
    index1 = len(list1) - 1
    # start at the beginning of list2 (min)
    index2 = 0
    # while still within bounds of both lists
    while index1 >= 0 and index2 < len(list2):
    value = list1[index1] + list2[index2]
    # add answer to list: proximity to target, list1 operand, list2 operand, sum
    answers.append([abs(target - value), list1[index1], list2[index2], value])
    if value > target:
    # try the next (lower) value from list1
    index1 -= 1
    elif value < target:
    # try the next (higher) value from list2
    index2 += 1
    else:
    # if value matches target
    # work diagonally through the matrix
    index1 -= 1
    index2 += 1
    # sort answers by proximity to target
    answers.sort()
    for answer in answers:
    # if the value is as close to the target as
    # the first (closest) value, then print it
    if answer[0] == answers[0][0]:
    print(f"{answer[1]} + {answer[2]} = {answer[3]}")
    else: break

  • @achanoch
    @achanoch 5 років тому +3

    You are brilliant.
    Thanks for the knowledge sharing and innovating problem solving skills

  • @JCho-pi5jz
    @JCho-pi5jz 3 роки тому +2

    Thank you! The udemy videos are perfect. It's the only udemy course I actually used.... sadly, such ambition, yet no follow-through. I have a very important interview coming and I feel nervous bc I'm competing with people who were formally trained in CS. I just learned everything on the fly with no structure. I didn't even know there were algorithm types or what a binary search was. I would do them all the time bc I have a physics background so I understand optimation but I never learned the names. After seeing the different types of algorithms I feel like I'm starting with some sort of foundational idea of how to do it. I thought binary search meant you put a ) if it's not what you were looking for and a 1 if it was. lol

  • @dudekulavidyasagar3745
    @dudekulavidyasagar3745 5 років тому +4

    U are the one who inspired me to learn programming ❤
    Thanks bro 👍

  • @loam
    @loam 2 роки тому

    Wouldn't that last solution be slow, if it requires sorting of those arrays in the first place?
    Or, am I right with the following:
    Sorting would take (depending of what algorithm is used):
    For the first array - O(n log n)
    For the second array - O (n log n)
    O (n log n) plus O (n log n) is still O (n log n)
    Then we do that algorithm, which also takes O (n log n) in time complexity; -> O (n log n) plus O (n log n) - again, after all steps, we get O (n log n) time complexity?

  • @bris.e
    @bris.e 5 років тому +5

    This amazing video steps got me a new amazing job. You are great! Thank you for the awesome content you are generating!

    • @nomadicfathersons
      @nomadicfathersons 3 роки тому

      If you like Html & css webdesigning
      ua-cam.com/video/o_guxLAoLYY/v-deo.html
      ua-cam.com/video/PqrZrvaObZk/v-deo.html
      Support & comment on my video

  • @miikkum
    @miikkum 4 роки тому

    Not sure if I missed something, but I have a couple questions;
    1. I'm assuming numbers are unique in each array? Repeating numbers would make the search O(n^2) in the worst case, as the path to search for "best pair" diverges when you have two or more of the same number repeating in one input array.
    2. Returning a set of pairs would be fine, if all numbers are unique. But what if you hit the target in the search? Do you do this check first, i.e. the HashSet? Or do you maybe 'jump' diagonally in the matrix as you know values to the left and down are less/greater than your target? A bit unclear..

  • @dellebabu5705
    @dellebabu5705 4 роки тому +6

    5:30 think every language dont have function to check particular element is there in the list or not . In c it is not there so u have to compare against each element. its o(n2) .
    8:45 if sort first then u have to consider the sort complexity o(n2) or log n

    • @artur8129
      @artur8129 4 роки тому +2

      right, he is not a programmer at all, checking in the set also takes n actions but he talks about it as if it was nothing. He said other silly things, too. If I am wrong, explain to me, I'll accept it.

    • @hestiaverof
      @hestiaverof 4 роки тому

      ArtCool Live it’s because the set is a hash table, so lookups are constant O(1).

    • @artur8129
      @artur8129 4 роки тому +1

      If it's hash table, you still have to go over every item which makes it O(n)

  • @0yustas0
    @0yustas0 4 роки тому

    Python one row solution
    foo =lambda a1,a2, val: sorted(list(map(lambda x: (x[0]+x[1]-val,x),[(x,y) for x in a1 for y in a2])), key= lambda x: abs(x[0]), reverse=False)[1]
    run like this: print(foo([-1,3,8,2,9,5],[4,1,2,10,5,20],24))

  • @djBC10000
    @djBC10000 5 років тому +74

    Good luck coming up with these insights first time during a real interview rofl.

    • @zubich
      @zubich 5 років тому +13

      just had this on my interview... of course I only came up with brute force solution. :)

    • @maxintos1
      @maxintos1 5 років тому +4

      You don't really need those exact insights to solve the problem, it's just that visualization can help. He was basically brute force getting the insights. You could have just as easily found the answer by just thinking how if you sort the data you could eliminate a lot of checks, because if you know that array1[i] + array2[j] > target then there is no point checking the value of array1[i] + array2[j+1].
      When you sort the data and look at it {1, 4, 7, 10} {4, 5, 7, 8} with target 13 you could notice that 10 + 4 is bigger than 13 so there is no point checking any other number with 10 so we move to 7. 7+4 is less so move forward. 7+5 less so keep going. 7+7 >13 so no point going forward. Move to 4 and etc until you need to move left or right, but there are no more elements. Then just return the answer you hopefully kept track of during the looping.

    • @johnsimon8457
      @johnsimon8457 5 років тому +3

      If you were given two arrays of 1000 where O(n^2) is crap it MIGHT push you in the spatial solution direction but good luck implementing that on a whiteboard lol on hour three of an interview loop

    • @ChamplooMusashi
      @ChamplooMusashi 4 роки тому

      Do some of the problems and get through a few interviews and you'll be able to find it. This problem really isn't so complex.

    • @LordLoldemort7
      @LordLoldemort7 4 роки тому

      @@zubich did u get the job lol

  • @juanperusquia7456
    @juanperusquia7456 5 років тому

    I came up with this solution:
    We have two arrays A, B
    1) Sort array A, timeComplexity O(nlogn)
    2) For each element in B we are going to search in the array A: Goal - Bi. But using BinarySearch LowerBound, why lower bound? Well if the number (Goal-Bi) exist in A the problem will be as he described using the set. If that number does not exist, the lower bound will give us the left number nearest to (Goal - Bi) also, we need to check the number infront of that index because the sum pair can get closer from the left or from the right.
    With this we are obtaining the two number that are closer to (Goal-Bi) from the left and from the right.
    If we want to have the pairs that are nearest the Goal. We can have in this process a variable that stores the minimum difference archived to get to the Goal Value, if we find a lower difference we forget the last pairs saved and store the new ones having that minimum difference.
    The process mentioned above will run in O(nlogn) because for each element in B we are using a binary search in A.
    Finally:
    TimeComplexity O(nlogn)

  • @guccibane3422
    @guccibane3422 5 років тому +3

    I’m prepping for a big interview at one of the big 4 companies (or 5 if counting Microsoft) Thank you for this video!

  • @2watchpro
    @2watchpro 3 роки тому

    Hi professor, I am now one of your followers, because Amin Raghib recommended your channel in one of his live videos,
    Good luck from Morocco 🇲🇦 👏

  • @WhiteGhost13
    @WhiteGhost13 5 років тому +8

    This was on my algorithms exam last semester 😱😱 and we had to prove that ours was most optimal

  • @joebashour
    @joebashour Рік тому

    Helpful and insightful video (just like all your other vids). My 2¢ below:
    Some constraints on the input could have been helpful. For instance, here you assumed that each of the inputs contained distinct elements.
    Your last approach (labeled "visualization") could have easily ignored duplicate pairs if that constraint was not given with the problem description.

  • @marcoangelo
    @marcoangelo 5 років тому +17

    I was struggling to find something like this, thank you

    • @nomadicfathersons
      @nomadicfathersons 3 роки тому

      If you like Html & css webdesigning
      ua-cam.com/video/o_guxLAoLYY/v-deo.html
      ua-cam.com/video/PqrZrvaObZk/v-deo.html
      plz subscribe & comment on my video

  • @steve4195
    @steve4195 3 роки тому

    I would actually argue that the second solution is better. You are saying the third solution is more efficient, however this requires the arrays to be sorted. In your Java solution, Arrays.sort is used. While that has average time complexity of O(n log(n)), it’s worst case complexity is O(n^2). That, paired with the case that the code for the second solution is far more readable, would have me lean to solution two.
    If you want to go with your third solution with unsorted arrays, adding to a TreeSet has a complexity of O(1) so it’s better to loop through the lists and make new tree sets, though iterating a tree set forwards and backwards makes the algorithm even more complicated.

  • @sarkarasm285
    @sarkarasm285 4 роки тому +3

    Can't we sort only one of the arrays and then perform binary search on the array for each element of the other array. Time complexity still remains o(nlogn).

    • @anouar-fadili
      @anouar-fadili 4 роки тому

      greedy thinking! it's my solution too.

  • @MrAmoslemi
    @MrAmoslemi 4 роки тому

    you made a simple problem very difficult! Your brute-force approach was the best for coding!

  • @will2see
    @will2see 4 роки тому +27

    3:57 - "This solution O(n)" - Are you sure about that???

    • @wahahahawaha
      @wahahahawaha 4 роки тому +2

      I have the same doubt (while I am in an interview)..... The number in set is O(n) , I feel it should still be O(n^2), θ(n) maybe? since the number in set is θ(1)

    • @manalibiswas6482
      @manalibiswas6482 4 роки тому +5

      If u hash the numbers of first array, then it will be o(n). If u put it in a set, have to use something like lower_bound() instead and additional checks,.. hashing would ensure o(n).

    • @keunwooOOO
      @keunwooOOO 4 роки тому +7

      Finding an element in a set is O(log n) so the overall complexity should be O(n log n).

    • @Hack_Neuron_To_DSA
      @Hack_Neuron_To_DSA 4 роки тому

      Wrong explaination its nlogn

    • @lazandrei_19
      @lazandrei_19 4 роки тому +7

      According to stack overflow, ad, remove and contains on a hashset can be done in O(1). So it's O(n) to add them, O(n) to search the other array => O(2n) = O(n)

  • @meph5291
    @meph5291 4 роки тому +1

    This can be done in O(n) time. Go over first list, create a new list with required numbers to reach target, go over second list and compute Math.abs() to determine how close you are to target. If you are closer than previous one, mark this tuple in a list. After iterration of second list you know exactly how close you can get with how many tuples. No need to sort, if you sort you get in to n*logn order. Only problem in this solution is you need O(n) memory.

  • @hadimasri420
    @hadimasri420 5 років тому +4

    I love you bro u changed my life

  • @christianlarsen7048
    @christianlarsen7048 4 роки тому

    I came up with this solution: sort array2. Then go through array1. In each iteration use binary search to find the number in array2 which is closest to the difference between the number you are currently at in array1 and the target number. Keep track which number in array1 gets the best pair. O(n•lg(n))

  • @meryamle6270
    @meryamle6270 5 років тому +4

    I'm not even into coding but I just like you 😘

  • @ToufeeqSyed
    @ToufeeqSyed 5 років тому

    I wrote this - using recursion. If I am not mistaken, this also completes in O(nlogn). Or is it?
    import numpy as np
    a1 = np.array([19, 14, 6, 11, -16, 14, -16, -9, 16, 13])
    a2 = np.array([13, 9, -15, -2, -18, 16, 17, 2, -11, -7])
    target = -15
    a1.sort()
    a2.sort()
    m = len(a1) - 1
    n = 0
    sum_list = list()
    max_diff = abs(a1[0] + a2[0] - target)
    def closest_sum(m, n, diff=max_diff):
    if m >= 0 and n < len(a2):
    sum_ar = a1[m] + a2[n]
    if sum_ar == target:
    sum_list.clear()
    sum_list.append([a1[m], a2[n]])
    elif sum_ar > target and (abs(sum_ar - target)

  • @chillaxdude5741
    @chillaxdude5741 5 років тому +192

    We miss u here at Google!

    • @chillaxdude5741
      @chillaxdude5741 5 років тому +4

      @@ankitsuthar3025 yes

    • @chillaxdude5741
      @chillaxdude5741 5 років тому +47

      @@srt-fw8nh well, i wont say it is enough but its very important.. also try to work on your problem solving ability.😀

    • @brendapanda244
      @brendapanda244 5 років тому +1

      How is the Google office people say its cool

    • @chillaxdude5741
      @chillaxdude5741 5 років тому +4

      @@brendapanda244 it is amazingly cool..I love it.. at least u do not get bored!😀😀

    • @alexfaucheux6138
      @alexfaucheux6138 5 років тому +7

      Do the coding interviews reflect what you will use in a job?

  • @lmaoded7505
    @lmaoded7505 4 роки тому

    I thought of a potential solution: Sort the arrays (one in ascending and other in descending order). Iterate through the loops (somewhat like a 2 pointer approach). Check absolute difference of Target and sum of ith element from ascending and descending array..... The time complexity would be O(n)... Any comments?

  • @LuongPham-jq2px
    @LuongPham-jq2px 5 років тому +3

    What is the tool you used for creating this video YK? I think it is amazing for teaching by this way.

    • @smirkedShoe
      @smirkedShoe 5 років тому +1

      Yes. It's good. Looking for the same

    • @philcooper2408
      @philcooper2408 5 років тому +1

      He's a coder, maybe he wrote it himself

    • @gracewood6768
      @gracewood6768 5 років тому +1

      @@philcooper2408 :o woa

  • @ivankontenski4396
    @ivankontenski4396 2 роки тому +1

    Wait, at 4:08 this is still O of n squared, since you have to check each number from the first array for every number in the second array. And you can't search the first array in less then O(n), so that's still gonna be O(n^2)

    • @paulsalmon9313
      @paulsalmon9313 2 роки тому

      I agree. I believe that with any solution on an unsorted array(s), you will still need to check every element. With them being of the same fixed size, that's n^2.
      This also caused me to pause and then I did a kind of deep dive on this problem.
      Even with the elements sorted, a brute force algorithm is n^2.
      Consider::
      desired: 70
      array1: [50, 51, 52, 53, 54]
      array2: [20, 21, 22, 23, 24]
      Where we start at the end, or consider a desired number of 78 or greater where we start from the beginning, brute force is o(n^2).
      So we would like better if possible.
      Other people have posted the same solution, but typing it out helps me :-)
      I do like to start with how sorting the data will help me. My thought was with the arrays sorted you can now iterate array1's elements(length 'n' times), then binary search array2 for a number that adds up to our desired number, storing off the closest sum as we go. The binary search on the sorted array2 reduces all array1 operations (n) on array2 to log(n). So we have nlogn.
      A bit irrelevant to time complexity but now that I think about it, only one array needs to be sorted.

  • @sergiusava9151
    @sergiusava9151 4 роки тому +3

    Brute force solution be like: dispair, dispair, dispair. Very useful tips! Thank you!

    • @nomadicfathersons
      @nomadicfathersons 3 роки тому

      If you like Html & css webdesigning
      ua-cam.com/video/k6gUDrSkRQE/v-deo.html
      ua-cam.com/video/PqrZrvaObZk/v-deo.html
      Support & comment on my video

  • @BharCode09
    @BharCode09 2 роки тому

    Once the matrix is sorted, we can do binary search of 2D array similar to 1d array binary search of an element and reduce the complexity to nlogn.

  • @rajendrabera8607
    @rajendrabera8607 5 років тому +9

    Alternate approach:
    Input: array A, B; int sum
    1. Sort array B
    2. For every element of array A binary search closest element (sum - A[i]) in array B

    • @limingxu8648
      @limingxu8648 5 років тому +2

      That was what I thought of immediately, but on second thought, his solution might be better. For just one solution both solutions would have a time complexity of n*log n, and binary search might actually be faster since sorting requires a lot of memory write. But if you need to use the same two arrays to find multiple targets his solution would have an amortized complexity of n.
      Not to mention it looks much more elegant.

    • @OtakuSanel
      @OtakuSanel 5 років тому +2

      for step 2 you don't need to go through all values of a, only until the point a perfect match is found at which point you can terminate early

    • @jonathanguerreroperez9304
      @jonathanguerreroperez9304 5 років тому +1

      Doesn’t work, you need also sort array B, and you can’t do binary search because you have two pointers.

  • @SaifUlIslam-db1nu
    @SaifUlIslam-db1nu 5 років тому

    An iterative solution ( naive / brute force algorithm ) I made before moving on from 1:22 :
    #include
    #include
    #include
    // I know it's bad practice, but using it just to write code quicker
    using namespace std;
    int main(void) {
    int Target; // As '24' is here
    int N; // Size for both A and B array
    std::cin >> N >> Target;
    std::vector A(N, 0), B(N, 0);
    for ( int i = 0; i < N ; ++i )
    std::cin >> A[i];
    for ( int i = 0 ; i < N ; ++i )
    std::cin >> B[i];
    vector vect;
    vector temp(N * N);
    int Bind = 0, min = Target + 1;
    for ( int i = 0; i < N ; ++i ) {
    for ( int j = 0 ; j < N ; ++j ) {
    temp.push_back(Target - ( A.at(i) + B.at(j) ) );
    if ( temp[ i * N + j ] < min ) {
    min = temp[i * N + j]; Bind = j;
    }
    vect.push_back(std::make_pair(i, Bind));
    }
    }
    for ( const auto & x : vect )
    cout

  • @jukebox1209
    @jukebox1209 5 років тому +3

    Another great video - helpful and practical!
    (久しぶり!)

  • @anmolswarnkar7707
    @anmolswarnkar7707 2 роки тому

    I was able to think of the optimal solution but that's only because I already know about two pointer approach. The way you came up with the optimal solution incrementally from the brute force was very interesting!

  • @olawalekazeem5820
    @olawalekazeem5820 5 років тому +5

    Love your videos man 💪 you made me fall in love with Python 😂 I'm learning how to code it now 💪

    • @ChrisOkw
      @ChrisOkw 4 роки тому

      how's it going so far?

  • @yogeshdeveloper5346
    @yogeshdeveloper5346 4 роки тому +2

    4:00
    Can we do this:
    1) Sort the arrays in the descending order
    2) Check the initial no.s for pairing (till 2, 3 or so numbers), let say
    a1 = [9, 8, 5, 3, 2, -1]
    a2 = [20, 10, 5, 4, 2, 1]
    We will now check the sum of pairs of numbers initially, For eg: (9, 20)=29 (which is >24) and so on until we get a much smaller or larger number like 22 or 26. If any pair matches, we list it.
    *Is it good? Please help me!!!*

    • @vladimirpotrosky7855
      @vladimirpotrosky7855 4 роки тому

      This might work for the given example, but I don't think it generalizes well. Also worth noting: solutions for these types of problems involving sorting TEND to be sub-optimal. Comparison sorts take at least O(n log n) time, and usually use additional space as well.

    • @nomadicfathersons
      @nomadicfathersons 3 роки тому

      If you like Html & css webdesigning
      ua-cam.com/video/k6gUDrSkRQE/v-deo.html
      ua-cam.com/video/PqrZrvaObZk/v-deo.html
      Support & comment on my video

  • @jesse578
    @jesse578 4 роки тому +4

    The problem usually for me is not coming up with the solution, but actually coding the solution after coming up with it, because I suck at coding.

  • @carlosrodriguez8503
    @carlosrodriguez8503 3 роки тому +1

    Just off the top of my head (and I didn't actually implement this solution, so it may not work).
    Sort both of the arrays, and have a pointer point to the first element of the first array, and another pointer point to the last element of the second array.
    Grab the sum of the two elements holding the pointer, if the sum is too low move the pointer on the first array to the next element, if the sum is too high, then move the pointer on the second array to the previous element.
    Continue this procedure until the pointers criss-cross, i.e. while(secondP > firstP), MEANWHILE keep track of the lowest difference so far between the sums and the target, and their indexes.

  • @Jj-or5ix
    @Jj-or5ix 5 років тому +3

    Can you please explain the “O”

    • @samuelelliott4508
      @samuelelliott4508 5 років тому +1

      It refers to the complexity of the operation. That is, in terms of the size of the input how much effort or memory would it take to run. For example, the first naive solution of comparing every pair of values from each array had a time complexity of O(n^2). In this case, for input arrays of size n, there are n^2 possible pairs of values that take one number from each array. For each possible pair, we would need to calculate the sum of the pair, and compare that value to the target. This matters because it means that as the size of the input arrays grows, the number of pairs, and so the number of operations we must perform grows faster than n. Imagine comparing two arrays of size 4, like in the video; even a brute force solution would only require us to calculate 16 pairs, not too bad. Instead imagine that the arrays had 20,000 elements each. Now our brute force solution requires us to calculate 400,000,000 pairs, and it will only get worse as the input arrays get larger.
      To try to sum it up, the complexity of an algorithm refers to how the amount of work required to run the algorithm scales with the size of the input.
      Time complexity generally refers to the number of distinct operations we must perform.
      Space complexity generally refers to the amount of memory needed to store information.
      For example, if the final solution in the video, the matrix used to visualize the problem was of size n by n, and had n^2 cells. So if we tried to compute and store the value of every cell, the time complexity would be O(n^2) (number of pairs we have to check) and the space complexity would also be O(n^2) (we need a matrix with n^2 cells). This means that in the implementation of this algorithm, it would be important that we not actually create such a matrix, but instead find a different way to store any information we need, and only compute the values in the cells we check starting from the top right.
      There is more to it, specifically that there are actually two notations here "O" (big-O notation) and "o" (little-o notation). Both of these notations deal with the upper bound, or worst-case scenario of the problem. Big-O notation is what people generally focus on, and so it if someone says just "O" or "O notation" they usually mean big-O.
      (There are also Omega notations that deal with the lower bound, but that usually isn't as important)
      If you are curious, this page will probably be more thorough than I was here: en.wikipedia.org/wiki/Time_complexity

    • @Jj-or5ix
      @Jj-or5ix 5 років тому

      Samuel Elliott wow thanks, now I understand

    • @rhakka
      @rhakka 4 роки тому

      In case anybody else reads this in the future, the easy way to think about it is: for 2 arrays of 5 elements each, brute force = 5**2, final solution is (5 * log(5)) * 3 (2 sorts, then the final search), where the brute force comes out to 25 and the final solution comes out to 24.1416, which is pretty close, right?
      Then if you look at 2 arrays of length 1000, you'd have 1000**2, which is 1,000,000, while the final solution would be (1000 * log(1000)) * 3, which is 6907.7553, far less than a million.
      It only gets worse from there. ;)

  • @adrienbrunelat2438
    @adrienbrunelat2438 3 роки тому

    Since you're sorting both arrays, that means your solution won't go below O(n log(n)), so are those advanced optimizations really necessary in comparison to just do numbers from one array 1 by 1 and move on to the next index when you've reached the target? Since that would be O(n log(n)) too. Even if you find a O(n) solution, you're capped at n log(n) because of sorting.
    The solution is interesting though and would kill if the exercise were giving you a sorted array initially, nice find. The process and its explanation is also great.

  • @amirabbas434
    @amirabbas434 5 років тому +7

    Hi... Good video. Like always

  • @NicolasAlbamurillo
    @NicolasAlbamurillo 2 роки тому

    That's approach is Two Pointers Method, the problem can be solved using Binary Search but it's harder to program it.

  • @anibalasubramaniam4153
    @anibalasubramaniam4153 5 років тому +6

    You just wrote a DDA 👍👏

  • @neilsamuel5268
    @neilsamuel5268 3 роки тому

    The most efficient way I could think off of is to pick the first number 'A1' ( and so onn...) from first set an then check the first number of the second set 'B1' and if the sum is greater than required then all the numbers in set B that are bigger than B1 can be skipped because the difference is only gonna get bigger... apply the same to all the smaller sum and that should be pretty efficient...

  • @SYBIOTE
    @SYBIOTE 5 років тому +12

    This feels like minesweeper
    Edit :now I'm majoring in cs

  • @talibuddeenabdulhakeem
    @talibuddeenabdulhakeem 3 роки тому

    The reason for putting the data in a set is because a set is build on a hash table, than you can accessed data via a hash table. The look up on a hash table is quicker than looking up on a array. For an array you have to iterate over the list while a hash table will be able to find the item you are looking for right away if it exist

  • @trungnguyen5947
    @trungnguyen5947 5 років тому +4

    5:44 - till the end - the most important part

  • @raidrelm
    @raidrelm 5 років тому +1

    Here is the solution I came up with with pyhton:
    def sum(x,number):
    start = 0
    end = len(x) - 1
    base = x[start] + x[end]
    while start < end and end > start:
    if base == number:
    print (str(x[start]) + " and " + str(x[end]) + " adds up to " + str(number) )
    return True
    elif base > number:
    end -= 1
    base = x[start] + x[end]
    elif base < number:
    start += 1
    base = x[start] + x[end]
    else:
    print ("No pair in these set of numbers add up to "+ str(number) )
    return False

  • @weareworkingonit
    @weareworkingonit 5 років тому +27

    Don't skip math and algebra in school kids.