K-th Smallest in Lexicographical Order - Leetcode 440 - Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 52

  • @studyaccount794
    @studyaccount794 2 หลายเดือนก่อน +86

    Please don't stop doing daily problems. Your videos are the only one that make sense.

    • @7Idiots-w2i
      @7Idiots-w2i 2 หลายเดือนก่อน

      +1

    • @FizzaAhmad-up8ns
      @FizzaAhmad-up8ns 2 หลายเดือนก่อน

      Yeah his vedios make my habit to solve the daily problem.

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

      +1

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

      +1

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

      Especially, the Hard problems.

  • @satyamjha68
    @satyamjha68 2 หลายเดือนก่อน +8

    A tough one! Unable to solve this on my own. Thanks for the solution!

  • @akash-kumar737
    @akash-kumar737 2 หลายเดือนก่อน +18

    RIP to candidates who get these question and expected to come up with optimized solution 😢😢😢.

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

    When I was trying to solve this problem, I got the part that I needed to skip a path before starting to do the DFS. However, it's very complicated to get how many elements will be on a given path :(

  • @muditkalra7077
    @muditkalra7077 2 หลายเดือนก่อน +3

    He still made a little intuitive to figure out... But this questions is too hard honestly!

  • @blipbloping
    @blipbloping 2 หลายเดือนก่อน +5

    my glorious king neetcode

  • @mcbotface
    @mcbotface 2 หลายเดือนก่อน +5

    Hey you were right.
    I get memory limit exceeded for today's POTD.
    return sorted([i for i in range(1,n+1)], key=lambda x:str(x))[k-1]

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

      bro n is 10^9 😶‍🌫

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

      @@DevoteeInCorporate I am getting TLE for yesterday's neetcode solution.

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

      that's why he gave a better solution

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

      @@anonymoususer9053 I mean even O(n) is not accepted?

    • @onlywrestling7810
      @onlywrestling7810 2 หลายเดือนก่อน +3

      @@mcbotface that's why the problem is hard.

  • @baetz2
    @baetz2 2 หลายเดือนก่อน +9

    Nice video, but each time you say "long story short" I get lost lol. I'm sitting with a piece of paper and drawing trees now trying to get it.

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

    love your work! Helps us on our journey!

  • @krishnapranav1892
    @krishnapranav1892 2 หลายเดือนก่อน +1

    Sir, I really like your videos a lot. They are really helpful. But Please discuss the weekly leetcode contest solutions also sir.

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

    Honestly, if you have never seen this problem before and are in an interview setting, who would figure this out??

  • @prakhar4585
    @prakhar4585 2 หลายเดือนก่อน +9

    Difficult to understand.

  • @gojou1621
    @gojou1621 2 หลายเดือนก่อน +9

    Love you , Thanks for doing this daily

  • @EduarteBDO
    @EduarteBDO 2 หลายเดือนก่อน +5

    I feel like I'll never be smart enough to solve this kind of problem

    • @dashdoom8452
      @dashdoom8452 หลายเดือนก่อน +1

      This is for sure one of the harder problems I have seen IMO, and I have done a lot of problems. The implementation is very easy but the ideas are quite tricky

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

    People doing in java in the helper function make res,nei and cur to long and do (int) to return int

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

    Could you please do 373. Find K Pairs with Smallest Sums? Didn't find any intuitive explanations anywhere else.

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

    Nice explanation, Loved it.

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

    Thank you for saving us

  • @sahil-xz9en
    @sahil-xz9en 2 หลายเดือนก่อน +13

    bro I am lost

    • @jayjw1
      @jayjw1 2 หลายเดือนก่อน +1

      same.. this problem is one of the hardest ive seen tbh

  • @studyaccount794
    @studyaccount794 2 หลายเดือนก่อน +4

    13:50. WOn't that be 1100 instead of 1110?

  • @vanshraj4724
    @vanshraj4724 2 หลายเดือนก่อน +1

    was waiting for this only

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

    Could you potentially make a video on leetcode 835?

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

    Thank you

  • @karolszymanowski518
    @karolszymanowski518 2 หลายเดือนก่อน +3

    I get it but also I don't :/

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

    You cant use yesterdays code cuz of time limit exceeded

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

    bye streak, this shit is too complicated.

  • @Aanand-dd1kj
    @Aanand-dd1kj 2 หลายเดือนก่อน

    Op🎉

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

    If I get asked this I’m definitely cooked

  • @KishoreKumar-011
    @KishoreKumar-011 2 หลายเดือนก่อน

    Great Explanation, kindly use the given example for explaining the problems. Helps in better understanding.

    • @7Idiots-w2i
      @7Idiots-w2i 2 หลายเดือนก่อน

      +1

    • @kohaigun-de
      @kohaigun-de 2 หลายเดือนก่อน +1

      @@7Idiots-w2i Given examples frequently too trivial to properly illustrate the algorithm.

    • @7Idiots-w2i
      @7Idiots-w2i 2 หลายเดือนก่อน

      @@kohaigun-de baga chepparu

  • @adityamwagh
    @adityamwagh 2 หลายเดือนก่อน +7

    What’s your LeetCode username?

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

      Neetcode

    • @Piyush-ni5ek
      @Piyush-ni5ek 2 หลายเดือนก่อน

      singhnav314

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

      singhnav314