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.
I found learning and applying evolutionary algorithms to solve computer science problems quite interesting. Such as particle swarm optimization and ant colony optimization.
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!"
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 .
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?
hey Tim, thanks for the deep touch on data structure and algorithms and i also give this to you , your the best and outstanding youtuber for this of videos. I mean you get the subscribers, the likes and all because of the knowledge you give us. please keep it up
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
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.
You’re better off learning a “computer science roadmap”. People are so obsessed with languages. Pick a general language to learn the fundamentals of computer science and branch off
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
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 ❤😗
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).
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
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.
To learn programming and Python - check out Datacamp!
💻 Learn Python - datacamp.pxf.io/75Rr05
💻 Learn Programming - datacamp.pxf.io/daN0v2
- 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)
Thank you .
Much appreciated 🙏
#### Data Structures
1. [ ] Arrays
2. [ ] Linked Lists
3. [ ] Hashing
4. [ ] Stacks & Queues
5. [ ] Trees
6. [ ] Heaps
7. [ ] Graphs
#### Algorithms
1. [ ] Recursion
2. [ ] Searching Algorithms
1. [ ] Linear Search
2. [ ] Binary Search
3. [ ] Sorting Algorithms
1. [ ] Merge Sort
2. [ ] Quick Sort
4. [ ] Graphs Algorithms
5. [ ] Path Finding Algorithms
#### Concepts for Problem solving
1. [ ] Greedy Algorithms
2. [ ] Divide & Conquer Algorithms
3. [ ] Dynamic Programming
4. [ ] Backtracking Algorithms
#### Advanced
1. [ ] Tries
2. [ ] B Trees
3. [ ] AVL Trees
4. [ ] Red-Black Tress
5. [ ] Skip Lists
6. [ ] Segment Trees
7. [ ] Fenwick Trees
8. [ ] Disjoint set
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.
I found learning and applying evolutionary algorithms to solve computer science problems quite interesting. Such as particle swarm optimization and ant colony optimization.
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!"
What does it imply
@@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.
Bet we ain't learning bubble sort with this one@@rilauats
@@deus6950 Bubble sort only work on small example if example become large bubble sort tend to be really really slow
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 .
amazing to hear that!
One request... please prepare a complete, detailed roadmap for machine learning and AI with python, with all resources of books & courses
I have an entire 7 hours long course with free come camp teaching TensorFlow
Upvote!!!
@@TechWithTim is that course for beginners also? Does that cover most of the topics sir?
What is the course called? Tried searching a few keywords but couldn’t find yours.
@@nathanbranson3765 TensorFlow 2.0 Complete Course - Python Neural Networks for Beginners Tutorial
Kruskal's algorithm (fundamental algorithm) uses disjoint set (advanced optional learning).
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?
i learned all of that in 30 classes at school and forgot them after the semester ended, lmao i have to google it again.
hey Tim, thanks for the deep touch on data structure and algorithms and i also give this to you , your the best and outstanding youtuber for this of videos. I mean you get the subscribers, the likes and all because of the knowledge you give us. please keep it up
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 ?
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
Hey there , thanks for all your effort, Tim. Can you please provide a cybersecurity guideline if you may?
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
Just go back in time to the mid 80s and learn Computer Science at Uni....all of this is there.
This man really does cool things 💪
Love the way you are teaching 🎉
thanks for sharing this, much appreciated
Do you also have an algorithm to read my mind. Bingo. Big thank you Tim.
Yes I’ve been fine tuning it for a while!
@@TechWithTim now I could see that
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.
Or if you need to pass an interview!
Can u pls make a video on playwright like u made for selenium.
What if you made a programming language roadmap? I know it’s very subjective but a general roadmap would be interesting
You’re better off learning a “computer science roadmap”. People are so obsessed with languages. Pick a general language to learn the fundamentals of computer science and branch off
Yup! @@relaxedfortomorrow9376
Recursion is bad, iteration is good
Thank you for sharing.🤝
What's a job where you would get to work with the bulk of this?
thank you so much
Thank you🙏
Not me just starting data structures and algorithms in uni 😎
Good for you kid
Good for me indeed
Hello Tim👋
Yep
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
Love this❤
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 ❤😗
Well you can make games without knowing how to code in engines like Unreal engine using their 'blueprints' system.
@@tanmaypatel4152 Thanks 🤍
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).
@@tanmaypatel4152But you lose customization using only blueprints.
Which language to go with for DSA?
Python. But any will do.
Perfect
HI TIM!
Helloooo
Tim your the best ❤
Any resources to actually learn Big O?
Ever heard of Google?
I am afraid not. Tell me more about it
Google it. @@alfredooviedo9410
Use datastructures ro undestand time complexity by implementibg them
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
nice video
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.
mec , essai de faire aussi des videos en français comme Mr beast , s'il te plait
I needed this video lol
didn't realize software engineer was still a thing
philosopher is a more promising career.
What do philosophers work besides being philosophy teachers lol
@@jigsaw2253 use your brain
@@jigsaw2253 😆
How is this comment relevant to the video topic?
oh sorry, thought you guys knew about formal logic. You're right! philosophy is totally pointless.
Can i cover the whole in python language?. Is python enough for DSA rounds like java or c++
Then go and do leetcode
finally
I'm pending. Lol
Im heading back to McDonald’s 😊😢
lmao lil bro said combinaTROnics hahah
Haha good catch