Data Structures & Algorithms Roadmap - What You NEED To Learn

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 มิ.ย. 2024
  • Data structures & Algorithms is a MUST-KNOW topic for anyone who wants to be a software engineer. In this video, I'm going to break down exactly what you need to learn, the order in which you should learn it, & give you some details on which you should focus on for each individual topic.
    If you want to land a developer job have a look at my software development course with CourseCareers: techwithtim.net/dev
    Access the text based version of this guide from Skool (for free): www.skool.com/software-develo...
    ⏳ Timestamps ⏳
    00:00 | The Complete Roadmap
    00:33 | Time Complexity & Algorithm Analysis
    02:04 | Basic Data Structures
    08:50 | Fundamentals Algorithms
    13:49 | Advanced Optional Learning
    Hashtags
    #TechWithTim
    #DataStructures
    #Algorithms
    #CodingRoadmap

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

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

    You can learn data structures and algorithms from my software development course! techwithtim.net/dev

  • @GabrielSouza-sz5ju
    @GabrielSouza-sz5ju 3 หลายเดือนก่อน +63

    - Big-O Notation (Time/Space Complexity)
    - Data Structures (4 operations: Creating, Deleting, Inserting, Locating)
    - Arrays (Fixed/Dynamic Size)
    - Linked List (Single/Double Linked)
    - Queue and Stack
    - Simple Trees (Binary Tree and Binary Search Tree)
    - Heap (Min, Max, Priority Queue)
    - Graphs ((Un)Directed, (Un)Weighted)
    - Hash Map
    - Algorithms
    - Recursion
    - Searching (Linear/Binary)
    - Sorting (Insertion, Selection, Bubble, Merge, Heap, Quick)
    - Graph (Depth/Breadth First Search, Kruskal, Prims)
    - Path Finding (Dijstra, A*)
    - Greedy
    - Divide and Conquer
    - Dynamic Programming
    - Backtracking
    - Advanced
    - Trees (Tries, B/AVL/Red-Black/Segment/Fenwick Trees)
    - Skip Lists
    - Disjoint Set
    - Math (Combinatorics, Probabilty, Discrete Math, Discrete Structures)

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

      Thank you .

    • @Username-dm2ed
      @Username-dm2ed 3 หลายเดือนก่อน

      Much appreciated 🙏

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

    This is GREAT! Not that many videos from reliable sources on YT giving a good overview of what one needs to learn about data structures and algorithms to become a good programmer.

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

    thanks for sharing this, much appreciated

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

    Love the way you are teaching 🎉

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

    I found learning and applying evolutionary algorithms to solve computer science problems quite interesting. Such as particle swarm optimization and ant colony optimization.

  • @Just_A_Tech.._
    @Just_A_Tech.._ 3 หลายเดือนก่อน

    Thank you for sharing.🤝

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

    i learned all of that in 30 classes at school and forgot them after the semester ended, lmao i have to google it again.

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

    Hey there , thanks for all your effort, Tim. Can you please provide a cybersecurity guideline if you may?

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

    i really appreciate the way you breakdown the path and Please can you make a video on DSA based on the topics you have listed

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

    I appreciate this valuable content Tim. It gives me a starting point on how i can start learning DSA.
    Please can you make a video on DSA based on the topics you have listed?

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

    Kruskal's algorithm (fundamental algorithm) uses disjoint set (advanced optional learning).

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

    This man really does cool things 💪

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

    On sorting algorithms - from a book I read a long, long time ago:
    "If you know what bubble sort is - wipe it from your mind.
    If you don't know - make a point a never finding out!"

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

      What does it imply

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

      ​@@deus6950, bubble sort is example of algorithm that may solve a problem but is so compute intensive that the best you can do is never implement it.

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

      Bet we ain't learning bubble sort with this one​@@rilauats

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

    Love this❤

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

    Thank you🙏

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

    Hey tim i hope you see this message thanks for all wonderful tutorials
    1 Question: do i need DSA if i am learning machine learning ?

  • @harmansavla7510
    @harmansavla7510 3 หลายเดือนก่อน +40

    One request... please prepare a complete, detailed roadmap for machine learning and AI with python, with all resources of books & courses

    • @TechWithTim
      @TechWithTim  3 หลายเดือนก่อน +19

      I have an entire 7 hours long course with free come camp teaching TensorFlow

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

      Upvote!!!

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

      ​@@TechWithTim is that course for beginners also? Does that cover most of the topics sir?

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

      What is the course called? Tried searching a few keywords but couldn’t find yours.

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

    thank you so much

  • @PickledHam
    @PickledHam 3 หลายเดือนก่อน +8

    As a coder with 30+ yrs I find data structures, linked list, ect are not as important now as they were decades ago. Most modern languages handle memory management automatically. Although it is still a good knowledge to know what is happening under the hood. These outdated skills only apply if someone is still programming in pure "C" language. Not many of us ole coders still developing anymore.

    • @TechWithTim
      @TechWithTim  3 หลายเดือนก่อน +15

      Or if you need to pass an interview!

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

    Can u pls make a video on playwright like u made for selenium.

  • @user-tq5ei5nx4b
    @user-tq5ei5nx4b 3 หลายเดือนก่อน +1

    Great content! One request though, I would appreciate it a lot if you could limit your use of effects like zooming in and out or flashing bits of text and images(especially the sound when you used for flashing the text). It disrupts my attention and makes it harder to focus on your otherwise superb content

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

    Here to say the Skool community is a great place to just chat with other learner/developers. It's the closest I''ve come to enjoying a 'social media' platform .

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

      amazing to hear that!

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

    Yep

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

    What if you made a programming language roadmap? I know it’s very subjective but a general roadmap would be interesting

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

    Perfect

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

    Hello Tim👋

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

    Which language to go with for DSA?

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

    Do you also have an algorithm to read my mind. Bingo. Big thank you Tim.

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

      Yes I’ve been fine tuning it for a while!

    • @user-ts9ks8in2n
      @user-ts9ks8in2n 3 หลายเดือนก่อน

      @@TechWithTim now I could see that

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

    Just go back in time to the mid 80s and learn Computer Science at Uni....all of this is there.

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

    Can i cover the whole in python language?. Is python enough for DSA rounds like java or c++

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

    I needed this video lol

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

    nice video

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

    What's a job where you would get to work with the bulk of this?

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

    Any resources to actually learn Big O?

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

    finally

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

    Recursion is bad, iteration is good

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

    HI TIM!

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

      Helloooo

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

      Tim your the best ❤

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

    Not me just starting data structures and algorithms in uni 😎

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

      Good for you kid

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

      Good for me indeed

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

    BRO Game Devlopment Need Coding....?
    I mean Other than Game Engine.....
    I heard that AAA Games are mostly devloped using C.... That's why I asked
    Bro You Earned A Sub ❤😗

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

      Well you can make games without knowing how to code in engines like Unreal engine using their 'blueprints' system.

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

      @@tanmaypatel4152 Thanks 🤍

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

      Over 50% of new games are being made in Unreal Engine. So you only need to know blue prints depending on the level you're applying at. You're still "programming" and the concepts you learn from this will go a long way (you still have to understand data structures and algos, even with GitHub Copilot)
      Generally speaking Blueprints is going to be better for rapid prototyping and C++ will be better for fleshing the system out and make it more efficient (they also have a third option which is a specialty language). If you're looking to work in the industry, I do hear Blueprints is enough, but you'll still want to understand programming concepts to be competitive (it will also make your life much easier when you need to solve problems).
      I do believe most custom engines are built on C/C++ though. At SCHOOLS Unity is more popular because of dogma (it used to be taught that way before Unreal was more accessible so they just kept doing it regardless of it actually being relevant).

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

      ​@@tanmaypatel4152But you lose customization using only blueprints.

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

    Use datastructures ro undestand time complexity by implementibg them

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

    mec , essai de faire aussi des videos en français comme Mr beast , s'il te plait

  • @DavidSitienei-oi4sd
    @DavidSitienei-oi4sd 3 หลายเดือนก่อน

    Hello tim, am david from Kenya in africa, here in kenya tech space is not fully utilised, i love to learn coding but poverty is letting me down, in our family we are poor we live from hand to mouth , kindly i would love to transform my life through code and also transform that of my family, kindly tim give me chance in course careers

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

    I disagree that you should learn big o notation and complexity and without learning it, you should touch data structures. Yes, you should be familiar with them and eventually have a grasp of it. But it shouldn't stop you from learning data structures and how to work with them

  • @MW-cs8zd
    @MW-cs8zd 3 หลายเดือนก่อน

    I'm pending. Lol

  • @MacTavish-iq6cq
    @MacTavish-iq6cq 3 หลายเดือนก่อน

    Then go and do leetcode

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

    didn't realize software engineer was still a thing

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

    I love and watch your videos regularly, Tim.
    However, those flashes and constant zoom in zoom out effects are so annoying that I had to stop halfway through this video.
    Some of us do not deal well with overstimulation.
    I'd kindly suggest you remove them.
    Your way of teaching is already keeping our attention, it's great. You do not need nuisances like this.
    I am considering your data engineering course as your talent is in the way you break down the topic and teach! Koodos for that.

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

    philosopher is a more promising career.

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

      What do philosophers work besides being philosophy teachers lol

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

      @@jigsaw2253 use your brain

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

      @@jigsaw2253 😆

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

      How is this comment relevant to the video topic?

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

      oh sorry, thought you guys knew about formal logic. You're right! philosophy is totally pointless.

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

    Im heading back to McDonald’s 😊😢

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

    lmao lil bro said combinaTROnics hahah

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

      Haha good catch