How to Start LeetCode in 2025

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

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

  • @CodeInMotion-IO
    @CodeInMotion-IO  4 วันที่ผ่านมา +4

    Check out the blog with all the studying resources! www.blog.codeinmotion.io/p/how-to-start-leetcode and subscribe for more!

  • @abhishekchadalavada544
    @abhishekchadalavada544 20 ชั่วโมงที่ผ่านมา

    My first social platform comment : please don't ever stop your animated solutions. These videos are really encouraging for me to spend more time in coding . Thank you.

    • @CodeInMotion-IO
      @CodeInMotion-IO  19 ชั่วโมงที่ผ่านมา

      I’m happy it’s helpful to you!

  • @prab231
    @prab231 4 วันที่ผ่านมา +11

    Why is this channel not huge? Massive fan. Please dont stop uploading!

    • @CodeInMotion-IO
      @CodeInMotion-IO  4 วันที่ผ่านมา +1

      Thank you so much for the kind words! Im glad its helping you!

  • @zylics5267
    @zylics5267 วันที่ผ่านมา +1

    This video is 100% gold

    • @CodeInMotion-IO
      @CodeInMotion-IO  วันที่ผ่านมา +1

      Im glad its helping you! Welcome to the channel!

  • @TanmayPathak22
    @TanmayPathak22 วันที่ผ่านมา +1

    Great work man!

  • @VibhorMittal
    @VibhorMittal 2 วันที่ผ่านมา +1

    2:25 Big-Oh (O) notation is implicitly always used for worst case time complexity. For Average case, notation used is Big-Theta not Big-Oh. There are three separate notations for measuring time complexity for this specific purpose (Omega, Theta and Oh). But, today all of that is lost due to half-knowledge or quick studies just for clearing the interviews without understanding something.
    Ideally, if someone is saying.. something is O(n) that means its worst case performance is linear.

    • @CodeInMotion-IO
      @CodeInMotion-IO  วันที่ผ่านมา

      You’re correct with the terminology. Ive kept big oh for the cheat sheets since its widely used and didnt want to steer the video in a different direction. Although technically you can still use big oh for the avg case, theta provides a tighter bound. I wanted to save this topic for a different video, an overview on big oh/theta/omega as a whole. Thanks for your input!

  • @amolbais4805
    @amolbais4805 4 วันที่ผ่านมา +5

    Feeling confident by your content, that i will master DSA this year 🔥

  • @PrinceDavid
    @PrinceDavid 22 ชั่วโมงที่ผ่านมา

    Python is great but if you're doing a mobile developer role you will probably have to code in Swift or Kotlin in your interviews. I have to use Swift and it definitely has it's challenges but it works out once you get used to it. Still really great video to help everyone get started this year.

    • @CodeInMotion-IO
      @CodeInMotion-IO  19 ชั่วโมงที่ผ่านมา +1

      Good point! Though even for mobile roles I think learning python is a net positive for anyone’s career!

  • @xsdash
    @xsdash 4 วันที่ผ่านมา +2

    Thanks for your efforts. This is a much better approach for sure.

  • @user_unknown04
    @user_unknown04 2 วันที่ผ่านมา +1

    Brother, I trust in YOU !

  • @agent0963
    @agent0963 2 วันที่ผ่านมา

    You have given me confidence man! Thank you

    • @CodeInMotion-IO
      @CodeInMotion-IO  2 วันที่ผ่านมา +1

      Awesome, im so glad! Welcome to the channel!

  • @akshaybalamurugan
    @akshaybalamurugan 4 วันที่ผ่านมา +2

    This Channel is going to blow in a couple of days.
    This is truly amazing and so helpful for leetcode beginners.
    You are Awesome !

    • @CodeInMotion-IO
      @CodeInMotion-IO  4 วันที่ผ่านมา +2

      Im glad you find my content helpful! Welcome to the channel!

  • @congdatt
    @congdatt 4 วันที่ผ่านมา +2

    Many thanks Sir

  • @girishanker3796
    @girishanker3796 3 วันที่ผ่านมา

    Thank you🙏

  • @amolbais4805
    @amolbais4805 4 วันที่ผ่านมา

    Thank you so much

  • @SeanLazer
    @SeanLazer 4 วันที่ผ่านมา

    >Use descriptive variable names
    Thanks a lot I just failed my Go interview

  • @jana_m
    @jana_m 4 วันที่ผ่านมา

    I started with binary search and now linkedlist.
    Do I go with data structure wise or with pattern wise ?

    • @CodeInMotion-IO
      @CodeInMotion-IO  3 วันที่ผ่านมา

      I'd suggest following my blog and ordering in this video. Start with refreshing up on data structures and ensuring you understand all operations and time complexities. Then move on to LeetCode Patterns

  • @Lullaby8143
    @Lullaby8143 4 วันที่ผ่านมา

    I suggest just doing 10 mediums and after that follow this road up or technique. Minimum 10 mediums.

    • @CodeInMotion-IO
      @CodeInMotion-IO  3 วันที่ผ่านมา

      I would still suggest following this guide before doing 10 mediums since many people can't even solve easy problems when starting out. It's always good to get the fundamentals first.

  • @kartikbhat1196
    @kartikbhat1196 4 วันที่ผ่านมา

    the given lnks are not working

    • @CodeInMotion-IO
      @CodeInMotion-IO  4 วันที่ผ่านมา

      Which links? Ive tested them all

  • @rony-vn7ep
    @rony-vn7ep 4 วันที่ผ่านมา

    but why aren't they asking DP ?

    • @CodeInMotion-IO
      @CodeInMotion-IO  4 วันที่ผ่านมา

      DP has not been a good indicator of how well a SWE would perform and results in many good candidates not getting the roles

    • @Sanchuniathon384
      @Sanchuniathon384 4 วันที่ผ่านมา

      @@CodeInMotion-IO In other words, even most decent SWEs don't understand DP? 🤣

    • @CodeInMotion-IO
      @CodeInMotion-IO  3 วันที่ผ่านมา

      @@Sanchuniathon384 You could definitely argue that point! DP is more mathematical, but does not indicate success of a SWE career-wise.

  • @Bhavishya_est
    @Bhavishya_est 4 วันที่ผ่านมา

    3:17 Just wanted to share a fun Fact. My sister had an on call interview with a Google recruiter and the recruiter insisted on using any language other than Python, dONT KNOW WHY?. my sister has a Background in AI-Ml that's why she was habitual with Python.

    • @CodeInMotion-IO
      @CodeInMotion-IO  4 วันที่ผ่านมา

      Interesting, I’ve never heard of this. In fact, many interviewers prefer python too since its more readable and concise.

    • @Bhavishya_est
      @Bhavishya_est 4 วันที่ผ่านมา

      @@CodeInMotion-IO Yeah, that's a pretty weird case. By the way, I live here in India, and she was being interviewed for an intern position. i guess they wanted to check low level language understanding.