Top 5 MOST Asked Coding Patterns for Interviews (in 2024) - Algorithm Implementation Examples

Поділитися
Вставка
  • Опубліковано 20 тра 2024
  • Prepare on the most asked coding patterns during Leetcode interview questions. Common concepts to know for your coding interview.
    🏋️‍♀️ Leetcode Questions Shown in the Video
    🟡 Sliding Window
    Longest Substring Without Repeating Characters - • Leetcode 3 - Longest ...
    Longest Repeating Character Replacement - • Leetcode 424 - Longest...
    🟡 Two Pointers
    Best Time to Buy And Sell Stock - • Leetcode 121 - Best T...
    Valid Palindrome - • Leetcode 125 - Valid ...
    Two Sum II Input Array Is Sorted - • Leetcode 167 - Two Sum...
    3Sum - • Leetcode 15 - 3Sum -...
    🟡 Binary Search
    Binary Search - • Leetcode 704 - Binary...
    Find Minimum In Rotated Sorted Array - • Leetcode 153 - Find M...
    Search In Rotated Sorted Array - • Leetcode 33 - Search...
    🟡 Depth First Search
    Number of Islands - leetcode.com/problems/number-...
    Clone Graph - leetcode.com/problems/clone-g...
    Max Area of Island - leetcode.com/problems/max-are...
    🟡 Dynamic Programming
    Climbing Stairs - leetcode.com/problems/climbin...
    House Robber - leetcode.com/problems/house-r...
    Coin Change - leetcode.com/problems/coin-ch...
    🥷Leetcode Question Company frequency from here: github.com/xizhengszhang/Leet...
    📚Chapters
    0:00 Intro
    0:26 Why learn coding patterns?
    0:49 Sliding Window
    2:48 Two Pointers
    5:03 Binary Search
    7:17 Depth First Search
    9:14 Dynamic Programming
    11:41 Conclusions
    12:02 Outro
    ▶️ Useful Playlists
    • Blind 75
    • Interview Fundamentals
    • Leetcode
    • Leetcode - Medium
    🪢 Socials
    Instagram: / leetjourney
    Twitter / X: / leetjourney
    TikTok: / leetjourney
    👷 Ways to support my work
    --
    ✨ Support my work as a Patreon: / leetjourney
    ☕️ Get me a coffee: www.buymeacoffee.com/leetjourney
  • Наука та технологія

КОМЕНТАРІ • 12

  • @alejandroabad-pablo7813
    @alejandroabad-pablo7813 4 місяці тому +8

    Dam bro this is quality content. Found u on Reddit brother. Keep doing your thing. A Ton of us appreciate it. Liked and subscribed👍🏽

  • @ankitraj2283
    @ankitraj2283 4 місяці тому +6

    Love From India 🫡

  • @reshamsaharan1064
    @reshamsaharan1064 3 місяці тому +2

    Reddit Brother. Keep Guiding us. Already Subbed.

  • @vivek2319
    @vivek2319 2 місяці тому +1

    You earned one subscriber, please upload more videos ❤🎉

  • @nisachannel7077
    @nisachannel7077 2 місяці тому

    Very useful

  • @priyanshusharma751
    @priyanshusharma751 4 місяці тому +1

    are you referring pointers as c++?

    • @LeetJourney
      @LeetJourney  4 місяці тому +2

      No - when I referred to pointers in this video (e.g Sliding Window) and I was talking about setting one at the beginning and one at the end, I was simply referring to use an int variable to store indices of the array.
      Example
      leftP = 0
      rightP = len(array)-1
      Hope it’s clear now

    • @priyanshusharma751
      @priyanshusharma751 4 місяці тому

      @@LeetJourney yeah, its clear now. thanks. ❤️