This Flowchart Solves LeetCode Problems for You! 🤯

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

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

  • @algo.monster
    @algo.monster  Год назад +4

    The flowchart: algo.monster/flowchart

  • @siddhantprakash.
    @siddhantprakash. 11 месяцев назад +6

    Dayumn! This is something I needed from long time.
    Even I do catogarize every problem in my excel sheet, but have not categorized all in one place.
    Thanks algo monster.
    Subscribed :)

  • @HenryZhang99
    @HenryZhang99 8 месяцев назад +33

    Just a reminder : the flow chart on website is not so easy to read or copy, should consider to make it spreadsheet or pdf or infographics so that easy to carry or use.

    • @PeterParker-ee6ep
      @PeterParker-ee6ep 5 месяцев назад +2

      have you made a copy of it...! can you share me...!

    • @saumay-z1
      @saumay-z1 4 месяца назад +1

      Make a Chrome Extension

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

      @@PeterParker-ee6epdid u ever get it?

    • @PeterParker-ee6ep
      @PeterParker-ee6ep 4 месяца назад

      @@ultra_nerd no

  • @alexzandermanning6094
    @alexzandermanning6094 Год назад +12

    I literally was creating a flow chart for my self this morning ! Can’t wait to see what yours looks like

    • @algo.monster
      @algo.monster  Год назад +3

      Ya know what they say, great minds think like, lol!

  • @sunkusaarthak
    @sunkusaarthak Год назад +11

    I want to take a printout of this flow chat, Could I get a pdf?

  • @ashok2089
    @ashok2089 19 часов назад

    Thank you! it's useful!

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

    Are you guys still making the graph video?

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

    This seems incredibly useful, Thanks a ton!

  • @isaiahr7041
    @isaiahr7041 Год назад +4

    Can you also do ones for string-related problems with algorithmns like KMP, BM, FA, LCS, LIS, RABIN-KARP, AC, etc

    • @algo.monster
      @algo.monster  Год назад +7

      KMP, BM, Robin-Karp, FA are too academic (took researches years to figure it out) and almost never expected in a real interview cuz it's just be memorization at that point. Check out end of this article about this topic: algo.monster/problems/stats
      LCS LIS are covered in the DP. LCS would fall into "multiple sequences", LIS in "max/min".

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

    Does this mean one has to memorize the flow chart completely?

  • @roeniss
    @roeniss 4 месяца назад +1

    what library it uses?

  • @isaiahr7041
    @isaiahr7041 Год назад +3

    10:30 What about one pass, postfix sum, and sufficient max algorithmns? The two sum problems for instance typically also has a one pass approach

    • @algo.monster
      @algo.monster  Год назад +1

      I feel like "one pass" is more of an implementation than approach cuz it could be anything from greedy to dp and things in between. And I would say postfix sum, and sufficient max algorithms are variations of prefix-sum with an implementation tweak. 2sum would fall into 'find or enumerate indexes'

  • @HusnaKhanam-bm4fq
    @HusnaKhanam-bm4fq 10 месяцев назад

    Amazing!Thank you

  • @vrajparikh8630
    @vrajparikh8630 11 месяцев назад

    hey can you provide an image link for that?

  • @PremP-vb3yq
    @PremP-vb3yq 8 месяцев назад

    Great video guys.Your website is Gold and I am sharing it to my friends

    • @algo.monster
      @algo.monster  7 месяцев назад

      Awesome, You rock! Thanks for sharing.

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

    One piece of feedback is what to do when a question has multiple key phrases in it .
    Which one do you go with at that point ?

    • @algo.monster
      @algo.monster  Год назад +3

      You could try them in order, combined with time complexity to algo (ruclips.net/video/eB7SMsE6qEc/видео.html). The good thing about these coding problems is there are only a very limited pattern variations so you can try and error out most of the time.

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

      @@algo.monster nice ! Can’t wait for the more in depth videos using the flow chart .

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

      Hey it’s been 3 months. Where the heck is my follow up video ? 😢

  • @JustFor-xo1es
    @JustFor-xo1es 10 месяцев назад

    when would you post qn solving with this cheetsheet

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

    i love you guys. great vid

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

    When he was talking about Monotonic conditions the explanation from the text and what I know are different from what he said, he mentioned that you would look for properties that are always increasing or decreasing whilst it should be never increasing or decreasing. Am I missing something.

    • @algo.monster
      @algo.monster  Год назад

      The visual here should make it clear: algo.monster/problems/binary-search-monotonic
      monotonic condition means it's either always increasing/decrease, not a mix of the two.

  • @risottoyagami4151
    @risottoyagami4151 Год назад +3

    My only problem is how to type the code for that problem; I'm now starting LeetCode and I have my projects out of the way but I don't know which to type first like for, if/else statements, while, etc.

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

    Hi and thank you so much for the content. Is there some way for me to get the slides of the video? I want the examples so I can go try them please.

    • @algo.monster
      @algo.monster  Год назад

      Hey, thanks so much! The flowchart, the explainations and examples are all here: algo.monster/flowchart click on a node to see the explanation and examples

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

    for graphs any flowchart?

    • @algo.monster
      @algo.monster  9 месяцев назад +1

      added to algo.monster/flowchart