Google Maps System Design Interview Question

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 152

  • @getsiva33
    @getsiva33 4 года назад +116

    I reckon this will become the best system design channel in youtube. Keep up the good work !

    • @codeKarle
      @codeKarle  4 года назад +2

      Thanks for the motivation! Do share it with your friends to help us get there 🙂

    • @baurks
      @baurks 4 года назад +5

      I second this. This is by far the best system design video I watched on youtube.

    • @rohanagarwal5512
      @rohanagarwal5512 4 года назад +1

      true

    • @satyajeetkumarjha1482
      @satyajeetkumarjha1482 3 года назад

      Exactly.

    • @imkx13
      @imkx13 2 года назад

      No doubt about that.

  • @HusainDalal
    @HusainDalal 2 года назад +12

    This is the level of details that helps in real interviews. Thanks!

  • @humeyratopcu3274
    @humeyratopcu3274 4 года назад +41

    It was an awesome video. Thank you very much!
    Some friendly suggestions:
    1. Data models could be added (KV stores, data size, replication and sharding)
    2. Instead of specific technology names, generic names could be used. "Queue" instead of Kafka, "NoSQL database" instead of Cassandra
    3. Geospatial index could be mentioned

    • @codeKarle
      @codeKarle  4 года назад +5

      Yeah, true, that could be done :)

    • @KidsGaming-yo8ve
      @KidsGaming-yo8ve 11 месяцев назад

      @@codeKarle why Cassandra is chosen in this scenario. It is column based databases? why not document db kind of db is used?

  • @topgamerprosh75
    @topgamerprosh75 2 года назад +8

    I banged the first AWS interview and Meta interview in one go. Thanks for the detailed explanation! Not sure if you are active anymore, but you deserve lot more followers than what you have.

    • @illyam689
      @illyam689 6 месяцев назад

      how is it going now?

    • @pavankalyan6547
      @pavankalyan6547 2 месяца назад

      What other system design resources do you recommend for the interview preparation?

  • @prateekchs
    @prateekchs 3 года назад +14

    While preparing for interviews for experienced level, one can agree that system design level is the deciding round many times. I also used to struggle in these rounds and hence searched hell lot of resources to understand the concept but nowhere found satisfying result. This is the only channel where I started seeing patterns in designs, role of different components, out of the box solutions and no-fancy/complex components/logic.
    Designs explained are so simple that after going through few designs, any one can start creating boxes and understand flows between them while approaching to a new problem.

    • @codeKarle
      @codeKarle  3 года назад +6

      Thanks Prateek!
      The whole idea of this channel is to propose simple solutions to complex real world problems :)
      Do spread the word about the channel among your connections! It helps :)

  • @pkr619
    @pkr619 3 года назад +12

    I have watched quite a lot of system design videos from different sources, and this by far, exceeds most of them in technical depth and breadth. It's not too academic and neither too complex, well done! I am recommending this channel to my peers.

  • @astrostudent2302
    @astrostudent2302 3 года назад +1

    Discussion around - Disputed areas, last bit of inferences like pub goers are social etc..was icing on the cake!!!

  • @Kevin-jt4oz
    @Kevin-jt4oz 3 года назад +35

    This is brilliant but Im kinda surprised you didnt mention quad trees. They are the standard way to solve problems like this.

    • @rjarora
      @rjarora 3 месяца назад +1

      I don't think quadtrees are used to handle Google Maps use case. They are supposed to return the nearest neighbours, which is a different use case. Although the idea to divide the globe into different segments can be borrowed from quad trees here.

  • @sanjana8358
    @sanjana8358 3 года назад +17

    This was on its way to become the best sys design channel on RUclips but why did you stop making videos? All other channels just have scattered information and no clarity of thought. Can you start making videos again and cover more systems asked in interviews? It will be of great help to budding software engineers!

  • @aryanrahman3212
    @aryanrahman3212 Год назад +1

    After 2 years, still an amazing video!

  • @meganfoxyish
    @meganfoxyish 2 года назад

    Great Effort to put all the complex pieces together. As we all agree google maps is one of the complex designs in the world and you have done justice to explain this is best possible way. Great Effort.

  • @atintandon9624
    @atintandon9624 3 года назад +1

    Very smart to include discussion of disputed areas in this video

  • @ravbhaj
    @ravbhaj Год назад

    Very comprehensive!!
    Liked the "Summary of this video" too.

  • @rohitvishwakarma9261
    @rohitvishwakarma9261 5 месяцев назад

    Thanks for keeping the explanations simple. I have seen some videos where people just bombard with jargons reducing interest.

    • @coding8696
      @coding8696 4 месяца назад

      Can i start this series with basic information about System Design?

  • @intuitive_coder
    @intuitive_coder 2 месяца назад

    Great level of details are captured, Thanks for creating this video.
    It would be nice to have details on how we would store huge data set of map service, and how we would enable quick update on this dataset.

  • @andriidanylov9453
    @andriidanylov9453 Год назад

    Very strong presentation. Actually the best what I have seen about this topic. Appreciate.

  • @RaoVenu
    @RaoVenu 2 года назад

    Questions about the algorithms being chosen:
    a) In the initial few minutes the presenter mentions Bellman-Ford. Isnt that quite inefficient unless you are trying to look for negative cycles?
    b) Later he mentions Djistkra'a algorithm. Isn't the A* algorithm better as you don't need to evaluate all paths. Additionally, the heuristic could be dynamic based on traffic patterns. My thoughts were you could use A* for finding cost to go to different entry / exit points from inside for lowest level of granularity and then use the same A* algorithm to evaluate cost between different entry / exit points (like intra city travel)

  • @gunchoi
    @gunchoi 4 года назад +4

    You are pretty smart! Thank you for your videos. I am learning it out of curiosity

    • @codeKarle
      @codeKarle  4 года назад

      Thanks!! Happy that the videos are helping you

  • @thegeniusone765
    @thegeniusone765 2 месяца назад

    Is this series completed? It was a great series... Keep it going man!!!

  • @ektabhalwara7531
    @ektabhalwara7531 4 года назад +3

    This was an amazing explanation!!! I request you to please post a video about LinkedIn System Design as well. Good Work!!!

    • @codeKarle
      @codeKarle  4 года назад +1

      Thanks!!
      That would be almost the same design as Facebook, since both have the same feature set like posts, likes, comments, share, etc. Only the Jobs thing is different, but if we can skip that, I would recommend to watch the Facebook System Design video here: ruclips.net/video/9-hjBGxuiEs/видео.html

  • @antonkot6250
    @antonkot6250 3 года назад

    The best video on this topic I found so far

  • @metallaser4409
    @metallaser4409 3 года назад +6

    Thanks for the video. Could you comment a little bit on the schema of the Cassandra tables storing segments/distances between exit points of segments? Also, how come you didn't consider using a graph database such as Neo4j? (I don't know much about it at all, but I would think it is designed specifically for a usecase like this?)

  • @puneetagrawal9956
    @puneetagrawal9956 3 года назад

    This was a really awesome video. The first 40 min. were gem

  • @benli657
    @benli657 Год назад +2

    🎯 Key Takeaways for quick navigation:
    00:02 🗺️ Navigation app design like Google Maps requires route, distance, and time info.
    00:57 🔌 System design should be pluggable for easy addition of features like traffic, weather, etc.
    02:22 🌐 The system needs to handle high availability, good accuracy, and reasonable speed.
    03:50 📈 Massive scale: Billions of user requests, millions of companies using the platform.
    04:18 🛣️ Building a navigation app is challenging due to vast road data and unpredictable attributes affecting ETA.
    22:14 🗺️ Mega-Segment approach: Dividing the map into Mega-Segments containing exit points, simplifying navigation across large areas.
    24:32 ⏲️ Weight calculation: Factors like distance, ETA, and average speed influence weights; traffic and weather are attributes, not weights.
    27:19 🚗 Traffic data: Utilizing real-time user data for traffic; data is normally distributed, allowing prediction within confidence intervals.
    30:05 🔄 Dynamic updates: Changing ETA due to traffic/weather; cascading updates through segments and Mega-Segments when weights change significantly.
    39:33 📊 System architecture: Overview of user location tracking, data processing, and updates to enhance map service.
    45:32 📍 Hotspot Identifier: Identifying areas with increased activity using location data, enabling better traffic prediction and navigation.
    46:32 🚗 Vehicle Identifier: Analyzing location pings to determine the type of vehicle (e.g., car, bus, two-wheeler) and enhance navigation insights.
    49:20 🗺️ Area Search Service: Converts location search into lat/long, aiding navigation and route calculation.
    50:44 🛤️ Map Service & Navigation Tracking: Handling user navigation, course correction, and analyzing user journeys to improve recommendations.
    57:22 ⏰ ETA Accuracy & Analytics: Monitoring accuracy of estimated travel times, analyzing route preferences, and inferring user profiles based on location data.
    Made with HARPA AI

  • @vivekkushwaha2851
    @vivekkushwaha2851 5 месяцев назад

    Sorry if this sounds basic, but I'm new to system design and still learning. Can you explain why you didn't save which user is linked to which WebSocket handler at 41:35 in the video? You mentioned polling for this info, but where does it come from exactly? Is it from the WebSocket handler itself?
    By the way, great video! 🙌 I really learned a lot from it and appreciate your work!

  • @nikitasinghchauhan6239
    @nikitasinghchauhan6239 4 года назад +2

    Thank you for google map . Didn't find any other video on this topic. u did a wonderful job.🙂

    • @codeKarle
      @codeKarle  4 года назад +1

      Thanks you :)
      Let us know what other videos you'd like to see

    • @nikitasinghchauhan6239
      @nikitasinghchauhan6239 4 года назад

      @@codeKarle google search 🙂

    • @codeKarle
      @codeKarle  4 года назад +1

      @@nikitasinghchauhan6239 that would be live soon!!

  • @avikbagh8391
    @avikbagh8391 2 года назад +1

    Quality content as always. But plz do something about your audio.

  • @abhishekaggarwal9774
    @abhishekaggarwal9774 4 года назад +2

    Awesome work you are doing. I would like if you can do small videos covering topics like SQL/ NoSQL, Micrososervices, Kafka Messaging Queue etc.

    • @codeKarle
      @codeKarle  4 года назад +2

      Great suggestion! We'll do that too

  • @anmolbhatia2305
    @anmolbhatia2305 3 года назад +1

    Great video. My question would be regarding what does the data look like which we are storing in Cassandra. For almost all of the storage data you have chosen Cassandra but other factors like data access pattern and what sort of queries will be used on that data should also be considered. It would be great if you can elaborate more on that as well.

  • @ajayk9929
    @ajayk9929 2 года назад

    Sandeep Kaul Sir ,all your videos are extremely useful for design preparation. if possible please speak little slow or pause for some seconds. Thanks in advance.

  • @alanwsx
    @alanwsx 3 года назад +4

    This is a very solid 1-hr content!

  • @rahulchudasama9363
    @rahulchudasama9363 3 года назад

    Awesome explaination ...
    This channel will become a boom ...

  • @shettyanvita
    @shettyanvita 4 года назад +2

    Thank you for the detailed explanation of the overview architecture. Can you go in-depth for the upcoming vides of the bottlenecks faced while designing DB/ CAP principles tradeoffs i.e. C/A depending on the requirements/product

    • @codeKarle
      @codeKarle  4 года назад

      Sure, well try to do that

  • @TheMayankrungta
    @TheMayankrungta 4 года назад +1

    Your all videos are awesome.

  • @kipkip6712
    @kipkip6712 3 года назад +2

    Amazing work!.. Thank you! So this idea of Exit points on Segments and cutting through exit points to reach destination from source is your own? or is there some reference?

    • @codeKarle
      @codeKarle  3 года назад +2

      While I did come up with this approach myself, I can't claim that I am the only one who has designed it using this idea, but till the time of recording, I haven't come across anyone else using the same approach.
      I believe Google would be doing something more optimal than this.

  • @ritubhandarimusic
    @ritubhandarimusic 10 месяцев назад

    But how do you identify what all segments you should consider to calculate distance between two points? You traverse through entire graph or say max 10 segments from each direction?

  • @sreenivasulusanduri3453
    @sreenivasulusanduri3453 3 года назад +2

    Awesome. Very well explained.
    I have a question on the design: Shouldn't we use some kind of graph database (say, Neo4j for example) to store the graph instead of Cassandra?

  • @andybhat5988
    @andybhat5988 2 года назад

    Super explanation of a very complex system. Thank you

  • @RK-xl2uq
    @RK-xl2uq 4 года назад +3

    great video, i think a little more details on the database schema would have helped more to some readers. At least now i know how google works/worked hypothetically :)

  • @pallavibansal84
    @pallavibansal84 4 года назад +1

    Loved your approach about calculating distances ..

  • @hqdevelopers3697
    @hqdevelopers3697 4 года назад +1

    It would be interesting to tackle not so common system design interview questions also.
    For example, about TinyURL there are a lot of system design videos already.
    It would be challenging to see a system design video about Google Photos for example and how do they manage to provide "unlimited" storage space for Pixel users (at least).

    • @codeKarle
      @codeKarle  4 года назад +2

      Those are coming soon

    • @sushilrawat502
      @sushilrawat502 10 месяцев назад

      @@codeKarle will you be producing more content ?

  • @twarzo
    @twarzo 3 года назад

    This is an awesome system design video given the scope and difficulty of the problem. One suggestion I had was to also add link of slides or screenshots of the diagram drawn at different stages of the video :)

  • @ankitjain8724
    @ankitjain8724 4 года назад +1

    Excellent content! One of the best explanation of Google map design ever. But there are too many adds, it would be great if that can be reduced.

  • @elachichai
    @elachichai 3 года назад

    Nice Sandeep. Hope to see more content from you, but scoped to 35 min. But this one was informative to every minute and a nice write up!
    Mega Segments: Are you meaning to say that in creating a route from Bengaluru to Mumbai, the constituencies or taluks along the way don't matter in that " outer layer" of computation because those have been reduced to a point (Sholapur or Kolhapur) in that layer where we apply the algorithm? This means something like min of a sum ~= generally a sum of minimums, which avoids end-to-end (massive, over) computation for little to no gain (in fact losing computation time, storage). O(nlogn) is >> O(mlogm) + O(klogk) + .. where m,k are < n (may add up to n). I didn't mean to get into maths, but that is what we are looking at in breaking a continuous spectrum of points to discrete points for each outer layer. Is this about accurate?
    I don't see you use spatial database like quadtree. What is your opinion?
    So long the Djikstra's algorithm is applied between cities, it picks up the best cached routes for the exit points of the cities of Sholapur or Kolhapur.

  • @shubhankar915
    @shubhankar915 4 года назад +4

    Hey Amazing video! one suggestion : please include estimations calculations, database design and api signature as well. Those things are really important in an interview. Also could you make one video on Recommendation System, System like leetcode or hackerrank

  • @thakurnitesh27
    @thakurnitesh27 Год назад

    Awesome Video. One question though - shouldn't each segment have separate exit and entry point though? There can be scenarios where exit is allowed(one-way) but not entry. In that case, we would have to maintain exit and entry points for each segment and mega-segment.

  • @ir0nt0ad
    @ir0nt0ad 3 года назад

    Thanks a lot for your work! I believe the word you're looking for is "cell" (5:56)

  • @princetoncross-culturaledu1315
    @princetoncross-culturaledu1315 2 года назад

    I love the content! Could you please make video about databases and streaming systems?

  • @SamirPatel-dv8xm
    @SamirPatel-dv8xm 4 года назад +2

    Good Explanation.. Good Job !..
    Que: How Zoom Aggragate video streaming in One UI (on Zoom Client)?

  • @anupampandey3758
    @anupampandey3758 2 года назад +1

    Thanks for an informative video, Sandeep. Could you also please include the reasoning behind going with specific db choices, external services like hadoop etc instead of a different competitive service?

  • @DeepakSaini-di7fc
    @DeepakSaini-di7fc 4 года назад +1

    Great work. It will be great if you can put some content about Google Doc and git design.

    • @codeKarle
      @codeKarle  4 года назад

      Sure, but that might take a while to be live :)

  • @zuowang5185
    @zuowang5185 9 месяцев назад

    do you keep a ETA heap for each segment? Not sure how you can efficiently bubble up when a road condition is changed.

  • @nidhinmahesh4923
    @nidhinmahesh4923 3 года назад +2

    I am watching your tutorials one by one on daily basis, wishing all good for you with upcoming videos. I request you to do a video on Slack

  • @samarthgupta7845
    @samarthgupta7845 4 года назад

    Very nice explanation. Content is really good. This kind of content is not there anywhere on the internet. Can you please make a video on how distributed message queue works?

  • @knpatel86
    @knpatel86 3 года назад

    Thanks for the amazing series. I would just recommend going with simple design problems to start with and increment the complexity for beginners. Thanks

  • @kamaljosan4376
    @kamaljosan4376 3 года назад

    Hi, thanks for this awesome video.
    I have a question around the the design. So at around @31:45 you talk about is the weight of any edge changes, we need to update the cache, and recursively bubble up the results. I want to confirm, if you are a) re-running the shortest path algo again in that segment to evaluate distance between all nodes, or b) just updating the current shortest path with increased value. I think option a) is the correct one. You take the example - if the time take for an edge increases from 10s to 15s, we increase the time taken for route by 5s and then bubble it up. (Which sounds like option b).

    • @toppratyush007
      @toppratyush007 2 года назад

      I could be wrong here but I see two variations :
      1. Increase in travel time on one of the roads : We can recompute only the paths which used this road since only these would be affected.
      2. Decrease in travel time on one of the roads : We can recompute the matrix of all entry and exit points. Doing so on each update would be too expensive, so probably we can wait for a batch of updates.

  • @ShahbazKhan275817
    @ShahbazKhan275817 2 года назад +7

    you channel name should be DesignKarle instead 😛

    • @SoumyadipSarbajna
      @SoumyadipSarbajna 18 дней назад

      Design wo de raha hai, hum e code karne bol raha hai

  • @MrGaurabpaul
    @MrGaurabpaul 3 года назад

    Good video. One suggestion : you could add a section on how search works in google maps. Chinese restaurants near me or best 5 star hotels near bus stop?

  • @lavkushtiwari2799
    @lavkushtiwari2799 2 года назад

    Firstly thanks for this lovely channel. The explanations are so good.
    I have a doubt: Can Map Service have a Cache so that if multiple people are asking for same location it doesnt need to ask for route to Graph Processing service?

  • @harendrapratapsingh8210
    @harendrapratapsingh8210 2 года назад

    can you please explain why you are using Cassandra as a persistent storage for the graph service?
    Can we use any graph db for the purpose like neo4J?

  • @rajuy18
    @rajuy18 4 года назад +1

    Amazing bro, I like it, keep it up 👍

  • @akshaymonga
    @akshaymonga 2 года назад

    I wish you had gone through the design from component by component, as the meat of this video was about "segments", usually system design interviews dont happen that way.

  • @amrtahlawi
    @amrtahlawi 3 года назад

    Thank you for the helpful tutorial. qq: why are you using Cassandra for the Graph Processing service? shouldn't you be using a graph DB like Neo4j? As far as I know, Cassandra is a wide-column DB, not a graph DB.

  • @mukeshknit3494
    @mukeshknit3494 2 года назад

    Awesome and details content. Can you make a video about distributed scheduler ?

  • @princetoncross-culturaledu1315
    @princetoncross-culturaledu1315 2 года назад

    I wonder if a video about stock trading systems can be made?

  • @shubhamgarg4227
    @shubhamgarg4227 4 года назад +2

    woah!!! awesome work, keep doing that

    • @codeKarle
      @codeKarle  4 года назад +1

      Thanks for the kind words!! Do share it with your friends :)

  • @rajatahuja4720
    @rajatahuja4720 4 года назад

    Websocket handler/manager is primarly required in the navigation flow not while collecting the lat/lon of users. what do you think ?

  • @rahulkushwahafarzirahu
    @rahulkushwahafarzirahu 3 года назад

    Thanks for this awesome video. Next would like some LLD videos too.

  • @TheKshitijagrawal
    @TheKshitijagrawal 2 года назад

    Do we really need web socket connection just to collect location info... shouldn't we have web socket only when user is actively using google map. Secondly, if user is not running google map application, will the application be still running somewhere in background to send location?

  • @anandt8362
    @anandt8362 3 года назад

    Thanks for the video.. 1. If the user changes from the route suggested how the re-route will be calculated and made visible ? Which particular service will be responsible for it?

  • @navjan13
    @navjan13 3 года назад

    So spark streaming is consuming as well as writing back to kafka? or are we going to create a different kafka for that?

  • @SaiPavanPothuri
    @SaiPavanPothuri 2 года назад

    When to use Cassandra ? and when to use hadoop ?
    any differences ?

  • @MaggieMa2138G
    @MaggieMa2138G 2 года назад

    What is the data schema for the Cassandra that is attached to the Graph Processing Service?

  • @seeva92
    @seeva92 4 года назад

    This can be further extended to series of parts. Especially, I am little more interested in the creation of segment, underlying data model of it, persistence logic, and updating the segments. When to increase the current segment range? When to break the current segment range to smaller segments?

  • @anilkatakam2738
    @anilkatakam2738 2 года назад

    On the Disputed Areas- what if user see the map from some other country? how do google decide boundaries?

  • @alikarooni9713
    @alikarooni9713 Год назад

    Thanks you. Nice explanation

  • @justsaysharu
    @justsaysharu 4 года назад

    Very informative and abstract; given its very challenging design question. Could have broken into 2-3 videos on realtime route algorithm, pre-processing routes, analytics just to justify each of them individually. Also, some points on choosing right datastore and rationale behind each. Wonderful job though :)

    • @codeKarle
      @codeKarle  4 года назад +2

      yes, trying this 2-3 videos thing in the next one, hopefully we'll be able to make it easy for people to correlate things across videos :)
      For Datastores, you can look at this: ruclips.net/video/cODCpXtPHbQ/видео.html

  • @jayeshudhani99
    @jayeshudhani99 3 года назад

    Are we expected to solve this completely for a typical SDE-2 role having 3 years experience ? because this was a lot to digest for me.

    • @codeKarle
      @codeKarle  3 года назад

      Not all of it, but a good portion of it. For an SDE-2, you could skip out analytics and the big data portion completely, and still get a positive feedback. All of it would be required in-case you are applying for an Architect role.

  • @JohnWick-to6nr
    @JohnWick-to6nr 2 года назад

    How does this approach (considering exits) help in reducing time complexity on the whole, as we are internally applying floyd-warshall for each segment to get the minimum distance between exits of every segment in between and then using this information to build a graph?

  • @TheCodeThoughts
    @TheCodeThoughts 2 года назад +1

    is it really true that Google Map has 1 billion users? we have 7 billion population and out of them so many kids, old people and huge population of the world might not use these apps.

  • @MithunKumar-xy9pp
    @MithunKumar-xy9pp 3 года назад

    Can you please explain how did u come up with this design? What resources did you follow?

  • @jayeshudhani99
    @jayeshudhani99 3 года назад +1

    Can you make a video on spark streaming ?

  • @amollopes7960
    @amollopes7960 3 года назад

    Really good video, all parameters considered 👍

  • @greuser
    @greuser 3 года назад

    I didn't understand the difference between theoretically calculated road and cached or real roads? Could you explain?

  • @Downicon3
    @Downicon3 Год назад

    Thank you, quite insightful

  • @nirajpandey3856
    @nirajpandey3856 8 месяцев назад

    Very well explained !!

  • @wenhoujx
    @wenhoujx 11 месяцев назад +2

    very good content, but the audio is a torture.

  • @bowang1825
    @bowang1825 4 года назад

    can i recommend to talk the 2nd half before the 1st half. I realized the 2nd half is much more valuable. Also can you add some concrete examples during the explanation?

    • @codeKarle
      @codeKarle  4 года назад

      Sure, I can add the examples in the future ones. Editing now if really hard, so we'll try to keep the important parts before in the next ones :)

  • @Mustaq15
    @Mustaq15 3 месяца назад

    Can you plz...... teach system design from basics. Playlist

  • @jesselee8475
    @jesselee8475 4 года назад +2

    Really amazing work! Can you please explain: when an user makes Get call to the API and google returns response. Return response is that GET or POST. What format does that data/response flow? Is it binary?

    • @codeKarle
      @codeKarle  4 года назад +3

      Thanks!! Ideally that would be a Get request, with start and end point details like Lat Long, and a preference if they want to minimize the distance or the time. In the response the server would send back ETA, Distance and then the lat longs of some points in the best route. The response format could be anything. to keep it simple I would keep a simple json there.

  • @piyushshekdar4270
    @piyushshekdar4270 Год назад

    How is a user location mapped to some point on a road ?

  • @trendingbuzz9974
    @trendingbuzz9974 3 года назад

    Could we use zookeeper instead of web socket manager?

  • @jkl89966
    @jkl89966 2 года назад

    Hi, can anyone help with this question: System design question to design a heatmap. user can input any range of times (in minutes) and I want to be able to see the density of drivers on the map color coded You don't have to worry about the actual color coding part (assume you have some UI that will take in the count input and do the coloring for you).

  • @roshanpatro5777
    @roshanpatro5777 Месяц назад

    A very helpful one.

  • @dipanshuasri
    @dipanshuasri Год назад

    How to calculate the exit point of segment ? ( e.g. s1e1 )

  • @elachichai
    @elachichai 3 года назад

    Can you please make a video of how payment systems work? Say Design Square or Design Visa.

  • @harshavardhanragi6838
    @harshavardhanragi6838 Год назад

    At 14:44, it doesn't give shortest distance between x and y

  • @nikita12351
    @nikita12351 3 года назад

    Superb explanation!

  • @deMErolME
    @deMErolME 3 года назад

    Great job! Thank you

  • @saritakumari-oh8fs
    @saritakumari-oh8fs 4 года назад +1

    Thank you for Sharing