How to MASTER Data Structures & Algorithms FAST in 2023

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 108

  • @InternetMadeCoder
    @InternetMadeCoder  Рік тому +21

    🚀 Master the Coding Interview Without the Grind - shrsl.com/42ufi

  • @tilak427
    @tilak427 Рік тому +5

    00:00 Learn data structures and algorithms for coding interviews in just four weeks
    01:22 Understanding data structures and algorithms is like building a Lego house
    02:45 Learning data structures and algorithms is crucial for coding interviews
    04:06 Algo Monster simplifies coding interviews
    05:21 To pass coding interviews, focus on mastering medium-level problems and use the famous Blind 75 lead code problems list.
    06:36 Learn to solve coding problems conceptually before writing code
    07:57 Steps to solve coding problems effectively
    09:11 Mastering data traction algorithms is key to programming success

  • @xTimer3D
    @xTimer3D Рік тому +292

    I’m sorry but it’s hard to trust that this is a good source to learn DSA when they’re also paying you to say it.

  • @techmentormaria
    @techmentormaria Рік тому +165

    For me, I just practiced A LOT and tried to repeat the concepts over and over again until I got it. But honestly, some of them I haven't ever used even after being a full time Software Engineer for over 10 years

    • @fotballidolfacts
      @fotballidolfacts Рік тому +1

      have good day

    • @oluwajuwonloowojori8049
      @oluwajuwonloowojori8049 Рік тому

      Do you mean some of them are waste of time. If you never used them that might be the case

    • @max_k1421
      @max_k1421 Рік тому +1

      Du bist gefühlt unter jedem IT video😂

    • @sf_0160
      @sf_0160 Рік тому

      They're just used to get past interviews

    • @blitzritter7867
      @blitzritter7867 Рік тому

      This is actually useful, useful for passing interviews 😂😂 but it is overrated because it's not so useful outside of that

  • @himanshuatey1178
    @himanshuatey1178 Рік тому +103

    Key points from this video:-
    1)solving the questions conceptually
    2) writing down the concepts into the code
    3)fine to look at the solution but need to understand what was the actual logic behind it
    4) after successful submission take away a general pattern

  • @leonardomachado3118
    @leonardomachado3118 Рік тому +6

    Try to understand how Data Structure and Algorithms work, take a course, or read an article but mainly solve a bunch of challenges A LOT! Use platforms like LeetCode, Hackerrank, Exercism and others.
    Key points from this video:-
    1) Solving the questions conceptually
    2) Writing down the concepts in the code
    3)fine to look at the solution but need to understand what was the actual logic behind it
    4) After successful submission take away a general pattern

  • @pionytudr
    @pionytudr Рік тому +14

    Nothing new here guys. It's just a giant ad. Please skip.

  • @apostolosvarvatis5805
    @apostolosvarvatis5805 Рік тому +23

    I don't get how you do it, but your videos always align with my computer science journey, big up!

  • @yasha6466
    @yasha6466 Рік тому +5

    Thanks for this video. I'm currently practicing DSA for that job offer, which totally deprives the joy of coding compare with development. Your video adds some sweet to this dry process and I cannot deny that there're sensible reasons behind it.

  • @judeochalifu
    @judeochalifu Рік тому +7

    90% of the solution is the individual. If you don't conquer yourself, your fears and manage all distractions in your daily life, no amount of planning and practice would work.

  • @CatPerson136
    @CatPerson136 Рік тому +8

    For me, I'm a visual person myself, so I might use this technique when I'm thinking about algorithms. I also might do it when codeine as well

  • @Seharayay
    @Seharayay Рік тому +5

    you have made me enthusiastic about coding. your the best mentor.

  • @CHRISA2T
    @CHRISA2T Рік тому +8

    This is my goal for the next 2 months to master DSA thanks for this headstart

  • @hypermeero4782
    @hypermeero4782 Рік тому +3

    they are not theoretical concept, they are applied concepts, I am a software engineer and i use them daily, either as building desktop and backend apps.

    • @Mikebigmike94
      @Mikebigmike94 Рік тому +1

      Exactly. All the experts that have being doing this for years are saying DSA is extremely important and is the heart and soul of computer science.
      Yet this guy who never did a CS degree and worked as an entry level graduate role for a few months tells us they’re not important and is nothing to do with making good software… smells a bit fishy.
      Also 35k straight out of uni for a job you never even graduated in is really good in the U.K.

    • @hypermeero4782
      @hypermeero4782 Рік тому +1

      @@Mikebigmike94 Ikr, people claim DSA is of no use, they're probably working frontends... XD performance matters as fuck

  • @GreekRestaurant73619
    @GreekRestaurant73619 Рік тому +9

    Some of the best information available, you’re a great UA-camr! Good luck on your journey! Thanks for the help 😁

  • @AkashVerma-l7y
    @AkashVerma-l7y Рік тому +1

    Simple and Concise anatomy of "What and Why" before anyone starts learning DSA.

  • @rajatverma2776
    @rajatverma2776 Рік тому +1

    BRO...HELP PLEASE. Bro how did you learnt DSA in python? Like i am not able to find the proper source to learn DSA in python. Idk why on earth everybody saying go for JAVA or C++ for DSA why not PYTHON ? . Since I'm new to coding its daunting to start in JAVA or C++ later to DSA part. Buy I don't wanna loose the hope.

  • @OleksandrBorysenko333
    @OleksandrBorysenko333 Рік тому +1

    Yep, Data Structures & Algorithms there are my points for growth in programming. Thanks for sharing !

  • @jotela
    @jotela 11 місяців тому

    Hey man. Thanks a lot for this video. I have an Amazon SDE test soon. I don't feel confident at all about it. I saw this video. I watched it to the end. I will be looking at the next two videos you recommended on Data Structures and Algorithms respectively.

  • @gomer3894
    @gomer3894 Рік тому +2

    why effects and music louder than your voice sometime ?

  • @nvc00l93
    @nvc00l93 Рік тому +1

    What handheld microphone do you use?
    Edit: also what camera do you use

  • @zulkifliarshad
    @zulkifliarshad 9 місяців тому

    The 5 strategies from the Author.
    Solve the problem conceptually: The author tries to understand the problem without thinking about the code, using visual aids if necessary.
    Apply the conceptual solution to code: The author attempts to write code that implements the solution he came up with in the previous step.
    Look up the answer if stuck: The author does not hesitate to check the correct solution if he cannot solve the problem within 30 minutes.
    Understand the solution: The author makes sure he knows how and why the solution works, and what are the key concepts involved.
    Learn the pattern: The author tries to identify the general principle or technique that can be applied to similar problems in the future.

  • @SkylineHero970
    @SkylineHero970 Рік тому +1

    So, my take away from this, is you was a coder at your previos job, and you graduated to a programmer? Additionally, I would be more concerned if you could not pick it up fast, since you was already a software engineer. 😅

  • @BDesai1812
    @BDesai1812 Рік тому

    Hello nice informative video , by the way which keyboard are you using can you drop a link for that ? Thanks in advance :)

  • @ericflores-9208
    @ericflores-9208 Рік тому

    Do you think is worth to learn web dev in this years with all the AI tools?

  • @Ahmed_Asif
    @Ahmed_Asif 8 місяців тому

    1:41 Best explanation of the reason why we need DSA.

  • @yagamilight4979
    @yagamilight4979 Рік тому

    that back ground music is from Hyouka right? i knew it hehe😁😁

  • @goalmaaz4179
    @goalmaaz4179 Рік тому +1

    So everything I'm doing while writing code is actually data structure and algorithm?? I'm suprised an find hard to believe 😳

  • @captainofthewhitetower
    @captainofthewhitetower Рік тому

    So IMC, if we don't use Algo. Should we just take the 75 question and try to understand the solution of the questions? Like, read the question try to do it if can't just see the answer again and again until it sticks to your mind?

    • @InternetMadeCoder
      @InternetMadeCoder  Рік тому +1

      Follow the process I laid out on week 3 for each question

    • @captainofthewhitetower
      @captainofthewhitetower Рік тому

      @@InternetMadeCoder Thanks man. Also in one of your videos you said I have a course that teaches you how to code with Chatgpt... To make us see the big picture etc. I could not find the link. I love your videos man. Keep it up

  • @sessizlik2079
    @sessizlik2079 Рік тому +6

    0:11 bro I was eating 😢😅

  • @mohdjibly6184
    @mohdjibly6184 Рік тому

    Awesome video...thanks for sharing bro :)

  • @vvt-bw2by
    @vvt-bw2by Рік тому

    bro share your thoughts on, how a person who is looking to get into web development should prepare for getting a job at present scenario, where Ai has been improving at better rate and companies lay-offs. so-many doubts, has been raising in brain and due to that moral has been getting down. please make your thoughts on it if possible. thank you for your valuable content (i am 30 year old. looking to get a job on react, and started my journey recently.. if possible plz share any feedback... it will so help if you can ...)🙏🙏🙏

  • @cbbcbb6803
    @cbbcbb6803 Рік тому +3

    I think your previous efforts at trying to learn this stuff probably actually helped your subsequent efforts to learn this stuff.

    • @InternetMadeCoder
      @InternetMadeCoder  Рік тому

      yeah of course

    • @cbbcbb6803
      @cbbcbb6803 Рік тому +2

      @@InternetMadeCoder So the previous efforts made the subsequent effort more effective. It is hard to ever know exactly where to start when learning something new. A good starting point for one person may be less effective as a starting point for another. It always depends on previous experience. I will try your recommendations.

  • @TusharBehera-i1h
    @TusharBehera-i1h 8 місяців тому

    Bhai mere to concept clear nahi ho raha he

  • @arturf2508
    @arturf2508 Рік тому

    Hi! Can you tell me what IDE are you using in python at 2:20?

  • @dktechnode5971
    @dktechnode5971 Рік тому

    I wanted to learn coding and programming, data structures and algorithms but i couldn't learn these technologies because of lack of resources

  • @vfxart1994
    @vfxart1994 Рік тому

    how are dubai salaies for software engineer? please do series on it

    • @InternetMadeCoder
      @InternetMadeCoder  Рік тому +2

      Not high. Dubai is great as an entrepreneur, not for SWE jobs

  • @aibolkemeldinov3073
    @aibolkemeldinov3073 14 днів тому

    Overall conclusion of this video.
    a five-step strategy:
    Solve the problem conceptually first.
    Try to write the code.
    If stuck, look at the solution.
    Understand the solution deeply.
    Learn the pattern for future use.

  • @RodrigoMiranda-d8e
    @RodrigoMiranda-d8e Рік тому

    sorry to disturb, i saw u have a keychron, i am programming in c++ and i have a k6, do you know how, with keychron keyboards, can u add shortcuts or substitute some keys so i can write the signs of shift???

  • @AdamScott-s9f
    @AdamScott-s9f Рік тому

    @2:23 ahh, seriously, ChatGPT can throw such a code in seconds

  • @lizzard2023
    @lizzard2023 Рік тому

    You just answered so many questions for me

  • @nilmarpesaras
    @nilmarpesaras Рік тому

    Hello, I enjoyed your video. It fueled my desire to study computer science. I observed a python book on your shelves that was white with a python logo. What's the title of the book? timestamp: 0:43

    • @kksharma717
      @kksharma717 Рік тому +1

      Elements of Programming Interviews in Python(Book by Adnan Aziz, Amit Prakash, and Tsung-Hsien Lee)

    • @nilmarpesaras
      @nilmarpesaras Рік тому

      @@kksharma717 Thank you very much.

  • @RABWA333
    @RABWA333 9 місяців тому

    Great 👍 job 👏👏👏

  • @Fuzzycap
    @Fuzzycap Рік тому

    I had the same plan, the notice period in my case was for 90 days and as always I just wasted it all, I only have a week left now and I am sure I will waste that too 😭😭😭

    • @shaurya2608
      @shaurya2608 Рік тому

      What company you were in?

    • @SakshamKarnawat
      @SakshamKarnawat Рік тому

      @@shaurya2608 probably one of the CHWTIA companies I think

  • @gokukakarot6323
    @gokukakarot6323 Рік тому

    Data structures are used everywhere. Building things ziplist, top-k using sketching algorithms do requires knowledge of what structures are there and how to access efficiently.
    But those are no where near to inverting a binary tree or shit like that.
    Computer science is interesting. The corporate world is what made this dumpster fuck. It’s the worst thing to do, to follow your passion as a employee

  • @mathias2860dk
    @mathias2860dk Рік тому +3

    I love watching your UA-cam videos. You are a very unique UA-camr and have great insights into different aspects of programming. However, something I find a bit disappointing is your lack of coverage on artificial intelligence. A lot of people are talking about ChatGPT and AI these days. I would love to see you make videos about AI. Perhaps share some ways a programmer can use ChatGPT or other artificial intelligence as a software developer.

  • @noxzeuz
    @noxzeuz Рік тому

    where do you work?

  • @ericongkowijoyo6870
    @ericongkowijoyo6870 Рік тому

    Bragi's Poem backsound makes me goosebump

  • @muntadher8087
    @muntadher8087 Рік тому

    Thank you so much!!

  • @emileeid6347
    @emileeid6347 9 місяців тому

    Is there any free to learn Data Structures and algorithms

    • @InternetMadeCoder
      @InternetMadeCoder  9 місяців тому

      yeah tons, find Neetcode on YT he has tons of free videos, I believe Free Code Camp has a free DSA course etc

  • @jonasbingil9899
    @jonasbingil9899 Рік тому +3

    Manifest to master DSA ❤

  • @saagar2002
    @saagar2002 Рік тому

    Clearly defined problem, inputs and finite solution. Then comes efficiency. I am learning using chat gpt all the internet courses as u said dont teach in a way I want. Either they are too slow or too fast without giving u the context. U need to understand why we are doing this to get a solution. Wasted a lot of time chat gpt gives a way better explanation giving code examples bro that is crazy would have saved 10 hrs of my life if I proompted first.

  • @rohanrathod_7614
    @rohanrathod_7614 Рік тому

    So you learn everything, and then pursue your dreams

  • @MuktarAliyi-kd9df
    @MuktarAliyi-kd9df Рік тому

    Wow i need to learn

  • @Nishanth_S
    @Nishanth_S Рік тому

    You should avoided that weird sound in the beginning intro bro 😂😂. Honestly speaking, I am in awkward situation now.

  • @heismyke
    @heismyke Рік тому

    thanks brother

  • @introvertwhiz-ll2ip
    @introvertwhiz-ll2ip 7 місяців тому

    I suspect that he did get that job. But still great video sir.

  • @vishnudath9939
    @vishnudath9939 Рік тому

    why this video never ends 🤣🤣

  • @abdelhadibashirdafaalla
    @abdelhadibashirdafaalla Рік тому

    Plz,without music 😢

  • @AnkitSingh-nx5pb
    @AnkitSingh-nx5pb Рік тому

    Too good

  • @web3tycoon
    @web3tycoon Рік тому +2

    yee am the first to comment :)

  • @dev_franqqi
    @dev_franqqi Рік тому +1

    5th to comment

  • @WinnerSingh
    @WinnerSingh Рік тому

    I need a Suggestion from you
    Is leetcode worth or waste of time.

    • @ambientsoundsfromtheotherside
      @ambientsoundsfromtheotherside Рік тому +1

      It's worth it bro at least you get to know a bit of what to expect

    • @joshikaran-zm2ju
      @joshikaran-zm2ju Рік тому

      first you need to know how to apply your methods of problem solving into code , for that u need dsa. i dont know anything actually, in many leetcode problems i found the steps and methods to solve the problem many times , but failed to implement in coding part . leetcode is not waste of time its like flexing your ability to code if u did it by yourself even if it is easy problems, so learn basics thoroughly before jumping into the battlefield called leetcode,

  • @very_darkblackman
    @very_darkblackman Рік тому +1

    First to comment

  • @chindianajones3742
    @chindianajones3742 Рік тому

    This video was not worth my time.

  • @vrushabh3209
    @vrushabh3209 11 місяців тому

    Bad video
    Time wasting