LeetCode is a JOKE with This ONE WEIRD TRICK

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024
  • 🔥 How to know which algorithm to use to solve a LeetCode problem or a HackerRank online assessment? Simply use the time constraints to infer the intended time complexity and the algorithm. Learn more: algo.monster/p...
    This video tutorial will help you systematically approach and quickly solve LeetCode easy, medium, and hard problems. Ideal for beginners and experienced coders alike. It's the Ultimate Leetcode interview tip. LeetCode tips and tricks.
    Our unique approach emphasizes learning to solve problems by leveraging the constraints in the problem description. With this trick, you can back-calculate time complexity and select the best algorithm for your solution.
    Get ready to immerse yourself in a journey of practical LeetCode learning, where we aim to help you master the art of solving coding problems. From tips and tricks to in-depth walkthroughs, this video is your one-stop resource for LeetCode mastery.
    Don't forget to subscribe and hit the bell for notifications on our upcoming content. Join us in this learning journey and become a LeetCode champion!
    #LeetCode #LeetCodeProblems #CodingChallenge #Algorithm #DataStructures #DSA #Programming #Hackerrank #codinginterview #leetcodetips

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

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

    Full constraint to algo mapping and code examples here: algo.monster/problems/runtime_summary

  • @ohmegatech666
    @ohmegatech666 6 месяцев назад +12

    This is a pretty genius way to start approaching algo problems because it's way easier to look at constraints to determine the required time complexity than it is to look at the problem description and determine what algorithms or data structures fit

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

      Thanks! Yes, it is, indeed!

  • @raghavbagdi87
    @raghavbagdi87 Месяц назад +1

    Damnnnnn, this is soooooo underrated man. Love such insights! Keep em coming

    • @algo.monster
      @algo.monster  Месяц назад +1

      Glad it helps! And Zlatan is the best haha

  • @amartyadandapat9366
    @amartyadandapat9366 7 часов назад

    This video is a GEM.

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

    It's hard coming up with what specific class of algorithms I should use :( This way is definitely useful if you ask for constraints!

  • @TheRn35
    @TheRn35 Год назад +9

    Goodhart's Law is expressed as: “When a measure becomes a target, it ceases to be a good measure.”
    But, I guess, it is what it is.

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

      hahaha, yes indeed. LeetCode-style interviews is just a game we have to play to get in the door.

  • @HusnaKhanam-bm4fq
    @HusnaKhanam-bm4fq 6 месяцев назад +1

    was much needed !!!!

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

    Dude that was really smart wtf

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

    NICE SUPER EXCELLENT MOTIVATED

  • @user-sy4zo9fu1n
    @user-sy4zo9fu1n 6 месяцев назад

    Found best one❤

  • @Sridevikrish21
    @Sridevikrish21 3 месяца назад +2

    If the constraints is 5 *10^4
    Using this constraints which time complexity is used and in which approach we have to code

    • @yousafsabir7
      @yousafsabir7 Месяц назад +1

      Apparently 5*10^4 falls under O(n) or O(nLogn) category

  • @Rudra0x01
    @Rudra0x01 7 месяцев назад

    Very informative

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

    Nice❤

  • @milkandhenny
    @milkandhenny 9 месяцев назад +1

    Thanks!

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

    Great video!!!

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

      Thanks! Glad you liked it!

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

    👍👍👍

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

    thx alot

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

    genius

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

    well that whale should have a full on clown costume and makeup. Because wherever the code is being tested at, the results are a joke XD

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

    nerd

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

    This is true, but useless.

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

      can you elaborate? figuring out the algo is half the battle

    • @patrickbateman3912
      @patrickbateman3912 10 месяцев назад +2

      this is absolutely useful. not fully but looking at the constraints your 1/4th work is done

    • @automata-mw2el
      @automata-mw2el 9 месяцев назад

      it's literally a binary search technique for the algorithm matching