Kacy Codes
Kacy Codes
  • 48
  • 79 615

วีดีโอ

LeetCode 2040. Kth Smallest Product of Two Sorted Arrays
มุมมอง 1K2 ปีที่แล้ว
Email: kacycodes@gmail.com
LeetCode 2055. Plates Between Candles - O(n + q)
มุมมอง 4.4K2 ปีที่แล้ว
Email: kacycodes@gmail.com
LeetCode 300. Longest Increasing Subsequence - O(n log n)
มุมมอง 5K2 ปีที่แล้ว
Email: kacycodes@gmail.com
LeetCode 300. Longest Increasing Subsequence (Bottom Up DP)
มุมมอง 1242 ปีที่แล้ว
Email: kacycodes@gmail.com
LeetCode 300. Longest Increasing Subsequence (Top Down DP)
มุมมอง 4252 ปีที่แล้ว
Email: kacycodes@gmail.com
LeetCode 225. Implement Stack using Queues (2 queues & 1 queue)
มุมมอง 932 ปีที่แล้ว
Email: kacycodes@gmail.com
LeetCode 1135. Connecting Cities With Minimum Cost
มุมมอง 1.1K2 ปีที่แล้ว
Email: kacycodes@gmail.com
LeetCode 2104. Sum of Subarray Ranges
มุมมอง 10K2 ปีที่แล้ว
Email: kacycodes@gmail.com
LeetCode 818. Race Car - BFS - O( target * log(target) )
มุมมอง 2.8K2 ปีที่แล้ว
Email: kacycodes@gmail.com
LeetCode 1152. Analyze User Website Visit Pattern
มุมมอง 2.9K2 ปีที่แล้ว
Email: kacycodes@gmail.com
LeetCode 1192. Critical Connections in a Network
มุมมอง 6112 ปีที่แล้ว
Email: kacycodes@gmail.com
LeetCode 4. Median of Two Sorted Arrays - O( log(min(n,m)) )
มุมมอง 3132 ปีที่แล้ว
Email: kacycodes@gmail.com
K-th element of two sorted Arrays - O( log(min(n, m)) )
มุมมอง 2.6K2 ปีที่แล้ว
Email: kacycodes@gmail.com
CTCI 4.9 BST Sequences - Java
มุมมอง 7462 ปีที่แล้ว
Email: kacycodes@gmail.com
LeetCode 236. Lowest Common Ancestor of a Binary Tree
มุมมอง 1012 ปีที่แล้ว
LeetCode 236. Lowest Common Ancestor of a Binary Tree
LeetCode 269. Alien Dictionary (Kahn/BFS - Java)
มุมมอง 2862 ปีที่แล้ว
LeetCode 269. Alien Dictionary (Kahn/BFS - Java)
LeetCode 269. Alien Dictionary (DFS - Java)
มุมมอง 3182 ปีที่แล้ว
LeetCode 269. Alien Dictionary (DFS - Java)
LeetCode 370. Range Addition
มุมมอง 1.5K2 ปีที่แล้ว
LeetCode 370. Range Addition
LeetCode 630. Course Schedule III
มุมมอง 1382 ปีที่แล้ว
LeetCode 630. Course Schedule III
LeetCode 210. Course Schedule II - (Kahn's Algorithm / BFS)
มุมมอง 952 ปีที่แล้ว
LeetCode 210. Course Schedule II - (Kahn's Algorithm / BFS)
LeetCode 210. Course Schedule II - (DFS)
มุมมอง 582 ปีที่แล้ว
LeetCode 210. Course Schedule II - (DFS)
LeetCode 207. Course Schedule I - (DFS)
มุมมอง 422 ปีที่แล้ว
LeetCode 207. Course Schedule I - (DFS)
LeetCode 207. Course Schedule I - (Kahn's Algorithm / BFS)
มุมมอง 9242 ปีที่แล้ว
LeetCode 207. Course Schedule I - (Kahn's Algorithm / BFS)
LeetCode 79. Word Search
มุมมอง 222 ปีที่แล้ว
LeetCode 79. Word Search
LeetCode 208. Implement Trie (Prefix Tree) - Java
มุมมอง 6402 ปีที่แล้ว
LeetCode 208. Implement Trie (Prefix Tree) - Java
LeetCode 314. Binary Tree Vertical Order Traversal
มุมมอง 1.2K2 ปีที่แล้ว
LeetCode 314. Binary Tree Vertical Order Traversal
LeetCode 987. Vertical Order Traversal of a Binary Tree (PriorityQueue + DFS)
มุมมอง 1002 ปีที่แล้ว
LeetCode 987. Vertical Order Traversal of a Binary Tree (PriorityQueue DFS)
LeetCode 285. Inorder Successor in BST (Recursive + Iterative approaches)
มุมมอง 2922 ปีที่แล้ว
LeetCode 285. Inorder Successor in BST (Recursive Iterative approaches)
LeetCode 106. Construct Binary Tree from Inorder and Postorder Traversal
มุมมอง 1372 ปีที่แล้ว
LeetCode 106. Construct Binary Tree from Inorder and Postorder Traversal

ความคิดเห็น

  • @sidharthkumar2546
    @sidharthkumar2546 17 วันที่ผ่านมา

    EMO !!!

  • @НинаКамкия
    @НинаКамкия 22 วันที่ผ่านมา

    why i can't do something like this: while True: ans = rand7() + rand7() if ans <= 9: return ans + 1

  • @shaypatrickcormac2765
    @shaypatrickcormac2765 24 วันที่ผ่านมา

    give me your time machine

  • @healedcoffee
    @healedcoffee หลายเดือนก่อน

    this is so helpful! love how you count the total subarrays using the left & right bracket!

  • @draugno7
    @draugno7 หลายเดือนก่อน

    yeah, I'd totally come up with that on the spot... :')) dp(n^2) solution though, I think so. But I will remember this in case I need it

  • @nhatnamnguyenminh7926
    @nhatnamnguyenminh7926 หลายเดือนก่อน

    Simple makes PERFECT!

  • @bluewhale37
    @bluewhale37 หลายเดือนก่อน

    Thank you so much kacy.

  • @rushio8673
    @rushio8673 2 หลายเดือนก่อน

    loved it, one of the easiest and best explanation. Thank you !

  • @VishnuvarthanM-n2f
    @VishnuvarthanM-n2f 3 หลายเดือนก่อน

    tqq for this stuff ^^

  • @JDogMcSteezy
    @JDogMcSteezy 3 หลายเดือนก่อน

    Thank you for the iterative explanation

  • @JDogMcSteezy
    @JDogMcSteezy 3 หลายเดือนก่อน

    Thanks! The editorial did not really explain it and the popular channels stopped at the iterative solution

  • @Account-fi1cu
    @Account-fi1cu 3 หลายเดือนก่อน

    solved it intuitively using max heap,, but this is more efficient.. alas less obvious to wrap my head around it. thankyou !

  • @amadhurip9946
    @amadhurip9946 3 หลายเดือนก่อน

    this guy is so cool

    • @KacyCodes
      @KacyCodes 2 หลายเดือนก่อน

      @@amadhurip9946 😎

  • @tomreyker9329
    @tomreyker9329 3 หลายเดือนก่อน

    The proves were real nice. I was struggling with it. Thanks.

  • @web-unlocked
    @web-unlocked 3 หลายเดือนก่อน

    Love you solution (and your voice)

  • @ZachDift-kc4nk
    @ZachDift-kc4nk 4 หลายเดือนก่อน

    I got this question for amazon's OA and also a question similar to this for IBM's OA on the coding portion so this is a good question to review. Too bad i didnt know how to do it 😭

  • @kasthurirangan3455
    @kasthurirangan3455 4 หลายเดือนก่อน

    instead of adding only odd length why are u adding all ?

  • @aammarahmad
    @aammarahmad 4 หลายเดือนก่อน

    epic vid! thx!

  • @shahidullahmuffakir668
    @shahidullahmuffakir668 4 หลายเดือนก่อน

    Good job brother, you explained the whole algo withing the first 4th minute. thank you. keep it up.

  • @mayankbhanot8986
    @mayankbhanot8986 4 หลายเดือนก่อน

    omg, the prefix sum explanation was so good

  • @jaideepdahiya4057
    @jaideepdahiya4057 5 หลายเดือนก่อน

    good explanation

  • @torr-o8v
    @torr-o8v 5 หลายเดือนก่อน

    is it really hard to grasp or I'm dumb?

  • @21centuryschizoid
    @21centuryschizoid 5 หลายเดือนก่อน

    I missed why this algorithm is nlogn

    • @NimishJindal-e6m
      @NimishJindal-e6m 4 หลายเดือนก่อน

      I was also initially confused. But this is my understanding: Searching for an element in the pile is logn (binary search). We do this for every element in the array (n). So total complexity is nlogn

  • @santiagoramirez851
    @santiagoramirez851 5 หลายเดือนก่อน

    Awesome!

  • @raghvendrakumarrai7183
    @raghvendrakumarrai7183 5 หลายเดือนก่อน

    Great Explanation! Thank you for such a beautiful explanation!😊😊

  • @ndot8499
    @ndot8499 6 หลายเดือนก่อน

    Bro u R me Fr

  • @oliverlooker
    @oliverlooker 6 หลายเดือนก่อน

    I put this exact code into my IntelliJ IDE and it doesn't work. The power function doesn't work. Any ideas? I am trying to write an asymmetric encryption program and need to figure this out.

  • @fredyrocky
    @fredyrocky 6 หลายเดือนก่อน

    How about using two pointers. The first pointer starts from the beginning of each range and increases by 1 until it finds the first pipe and is less than end of range. The second pointer if (left pointer +1) and increases by 1 until it finds a pipe. We add the difference between both the pointers -1 as the current count of the stars. Then, we make the first pointer to start from the second pointer. And the secondpointer starts from firstpointer +1. We always check if the pointers are less than right.

  • @sahilamin219
    @sahilamin219 7 หลายเดือนก่อน

    i like your hair, do not you get dandruff !!

    • @KacyCodes
      @KacyCodes 7 หลายเดือนก่อน

      Never cause I use anti-dandruff shampoo twice a week 😎

  • @sourabhsingh4449
    @sourabhsingh4449 7 หลายเดือนก่อน

    Thanks man, it was very helpful and so much to learn form this video more than what was needed to solve question. Keep up the good work of spreading knowledge

  • @IAmIndraTheGod
    @IAmIndraTheGod 8 หลายเดือนก่อน

    Nice explanation and solution. appreciate your work.

  • @homeroserna9983
    @homeroserna9983 8 หลายเดือนก่อน

    Good solution. I like that you did it with regular arrays makes it easy to transfer the logic to other languages.

  • @edwinrosemond989
    @edwinrosemond989 8 หลายเดือนก่อน

    Incredible video! really good explanation thanks so much

  • @ithsigma
    @ithsigma 9 หลายเดือนก่อน

    Very clever explanation. Thank you so much!

  • @anupamchopra5753
    @anupamchopra5753 9 หลายเดือนก่อน

    Thank you brother beautiful explanation

  • @aaditya_87
    @aaditya_87 9 หลายเดือนก่อน

    awesome!

  • @codeman0017
    @codeman0017 9 หลายเดือนก่อน

    damn bro great explanation please continue doing vedioes

  • @glidermcglide9288
    @glidermcglide9288 9 หลายเดือนก่อน

    This guy gives off the vibes of a HERO !

  • @shriramravichandran2956
    @shriramravichandran2956 10 หลายเดือนก่อน

    Hey Kacy the explanation was so good. Can you teach monotonic queues as well?

  • @jui20oct
    @jui20oct 10 หลายเดือนก่อน

    Out of all the vides on youtube, I understood your explanation! Thank you!

  • @axlrose5082
    @axlrose5082 10 หลายเดือนก่อน

    You know it's a great explanation when you can code and submit the solution for yourself without even reading a single line of code from the instructor lol. Thank you!

    • @sandeshsinha9174
      @sandeshsinha9174 10 หลายเดือนก่อน

      You won’t remember the solution today. That day was a short term memory I think. 😬😬

  • @johnapple3471
    @johnapple3471 10 หลายเดือนก่อน

    2007 vibes

  • @Rahul-pr1zr
    @Rahul-pr1zr 10 หลายเดือนก่อน

    How did you come up with the idea of choosing the bottom left or top right for calculating the no. of elements <= mid?

  • @vydruth
    @vydruth 10 หลายเดือนก่อน

    Thanks for the clear explanation! Very helpful! 👍

  • @hangchen
    @hangchen 10 หลายเดือนก่อน

    Code Ninja

  • @tod3117
    @tod3117 11 หลายเดือนก่อน

    THANK YOU!!!!!!!

  • @alanchen6872
    @alanchen6872 11 หลายเดือนก่อน

    It is very useful. Thanks mate.

  • @haqinzmamul12
    @haqinzmamul12 11 หลายเดือนก่อน

    Great Kacy...

  • @potodds_trading
    @potodds_trading 11 หลายเดือนก่อน

    Great explanation in Java code. Better than some of the Python solution as they use built-in functions that let you "see" the solution as clearly.

  • @pravinthganesan8552
    @pravinthganesan8552 11 หลายเดือนก่อน

    Thanks for the explanation, able to understand the logic behind the solution for range addition and related problems, Thanks.