No video

Algorithms Explained for Beginners - How I Wish I Was Taught

  Рет қаралды 339,359

Internet Made Coder

Internet Made Coder

Күн бұрын

Пікірлер: 248
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
Check out Algorithms to Live By and receive an additional 20% discount on the annual subscription at shortform.com/internetmade
@zesanurrahman6778
@zesanurrahman6778 Жыл бұрын
brain left the chat and enter the chat
@OlatundeAdegbola
@OlatundeAdegbola Жыл бұрын
I love you bro. No homo. Thanks for sharing.
@sandypeace
@sandypeace 29 күн бұрын
@Papa-Kilo75
@Papa-Kilo75 Жыл бұрын
As a non-programmer who works in the tech industry, you just significantly demystified the concept of algorithms for me. Thank you, and well done.
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
So great to hear that my ramblings made sense haha!
@YouilAushana
@YouilAushana Жыл бұрын
I also recommend freecodecamp
@PerfectInterview
@PerfectInterview Жыл бұрын
Understanding how to create and optimize algorithms is the heart of coding (or software engineering as it’s called these days.) The rest is just learning the idiosyncrasies (syntax, memory management, etc.) of a particular language.
@activeexploration
@activeexploration Жыл бұрын
lol I screenshoted this comment and I'm going to print it off and post it on my desk. thank you for the clarification. This just shorten my journey and understanding how I'm going to progress in my computer science understanding especially as it pertains to programming
@TrayDayX
@TrayDayX Жыл бұрын
Thank you for this comment. As my second day of learning. Im going to SC and use this comment as my foundation ❤
@TrayDayX
@TrayDayX Жыл бұрын
​@@activeexploration literally ❤
@coherentpanda7115
@coherentpanda7115 Жыл бұрын
I would highly suggest recommending the book 'A Common Sense Guide to Data Structures and Algorithms' by Jay Wengrow. It's language agnostic, and similarly explains how many algorithms like binary search work in plain language much like in this video. It was my "ah ha!" moment that no other video or book could explain clearly enough.
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
Nice!
@msulwa
@msulwa Жыл бұрын
Thanks for the book recommendation! I started reading it, and I’m really enjoying it. You were absolutely right about the “ah ha” moment.
@mediacare6744
@mediacare6744 Жыл бұрын
I'm reading this book and I'm like 'ah ha'..
@hunnidkray534
@hunnidkray534 Жыл бұрын
@@msulwa would you like to start a book club discussing the book weekly or bi weekly
@G12ghbas
@G12ghbas Жыл бұрын
@CoherentPanda what else do you recommend?
@javiantuna6436
@javiantuna6436 Жыл бұрын
You explained this in the most amazing way. Thank you. I'm starting on this, there's no turning back now.
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
Glad to hear that what I said made some sense haha!!
@abcdefghijklmnop1123
@abcdefghijklmnop1123 Жыл бұрын
David Malen used the same amazing way to explain algorithms: CS50 2021 in HDR - Lecture 0 - Scratch - kzfaq.info/get/bejne/Z9qenZaGqNHZqIk.html
@divanbuys1484
@divanbuys1484 Жыл бұрын
Bro... your explanations are ON POINT. I've been binge watching some of your videos as I'm looking to get into programming as a hobby and man, I constantly sit here going "aaaaaaaaaaah that makes sense!". Love your work and especially the way in which you easily get difficult ideas across.
@anitagaikwad2337
@anitagaikwad2337 11 ай бұрын
If there are 200 pages in a dictionary and we need to find a word, the computer can do two things: First, it can find the word by starting from page 1 and looking through each page in order. Second, it can get the middle page and compare the word you are looking for to the word on that page. If the word you are looking for is on the same page, the computer can stop searching. Otherwise, it can see if the word is on left side or right side of the book, if the computer finds the word on one side then it will forget abouth the another side of the book and repeat the same steps until it finds the word, or determines that the word is not in the dictionary. There are advantages and disadvantages to both methods. If the word you are looking for is on page 1, the second method will take longer than the first method. However, if the word you are looking for is on the last page(consider), the second method will be faster. A computer scientist will decide which method to use based on the specific situation, such as the size of the dictionary, the hardware and software being used, and the specific needs of the user.
@IDeadDanI
@IDeadDanI Жыл бұрын
Just wanted to drop a comment and commend you on this video and the data structures one! It isn't easy for me to sit down and give full focus to tutorial/explanation videos such as this. But through your enthusiasm and editing style I was completely focused and also entertained. Well done man.
@theseangle
@theseangle Жыл бұрын
Do you have ADD/ADHD or just TikTok induced severely low attention span levels?
@IDeadDanI
@IDeadDanI Жыл бұрын
@@theseangle I have ADHD, never been on TikTok before
@theseangle
@theseangle Жыл бұрын
@@IDeadDanI good 👍 don't use it, same with KZfaq Shorts. Do you treat your ADHD? Because I think I may have undiagnosed ADD and I don't know where to start and do something about it
@IDeadDanI
@IDeadDanI Жыл бұрын
@@theseangle I got diagnosed as an adult aswell as I had suspicions about it same as you. I did it privately through a psychologist locally who has a great reputation and has a particular interest in adult ADD/ADHD and Autism diagnosis. I'm currently treating it with Concerta as per my prescription from my family physician.
@theseangle
@theseangle Жыл бұрын
@@IDeadDanI thanks for the info! I also should probably find a doctor like this. May I ask about your experience with those medications? What have you noticed after starting to take them?
@RobertoMas
@RobertoMas Жыл бұрын
The way you explain is really easy to understand, thanks for that! It would be great if you can talk in another video of the Cracking the code interview or also get deeper practical real cases of the Big O notation
@andrews8733
@andrews8733 Жыл бұрын
Fantastic high level explanation. Outside of the hardware, algorithms and also interfaces/protocols are the crux of all computing
@revanthk61
@revanthk61 Жыл бұрын
Hey man, thanks for this video. It helped me overcome burnout from University's programming assessments. Fuck my profs but I would like you to create more videos on teaching stuff in the Beginners to Your level range. You're a professional at teaching, I'm impressed. Keep it up bro. Enjoy living life as a software engineer. Again, thanks for this video.
@jagadeeshkumar7724
@jagadeeshkumar7724 Жыл бұрын
How to get deeper into a programming language? How to practically learn things like collecting the data and handling the data? How should my approach be while solving a problem? (Like, should i give attention to every single letter, its type, if it is a digit, if it is an integer or float, if its positive or negative or zero, if you do that then this happens, if you do that then that happens...etc)
@hv6411
@hv6411 Жыл бұрын
Beautiful explanation! And yes lecture 3 from CS50 it's fantastic😃
@chandrabhusshanfitnessguru8051
@chandrabhusshanfitnessguru8051 4 ай бұрын
Wow jus saw this video and got confidence , algorithm’s can be easy .
@HellNo-000
@HellNo-000 Жыл бұрын
I'm really Impressed by your ability to explain these concepts so concisely, Thank you very much🙌🙌🙌🙌🙌🙌👍👍👍👍
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
Glad it was helpful!
@mage2754
@mage2754 Жыл бұрын
I wish I met your video sooner. Never really knew how to approach learning Data Structures and Algorithms but now I do. Thank you.
@pvibe-re3rt
@pvibe-re3rt Жыл бұрын
The way of explanation you use is really very unique and incredible.
@shalisonline
@shalisonline Ай бұрын
this is one of the best beginner algorithm explanation video out here, well done 🔥
@GreekRestaurant73619
@GreekRestaurant73619 Жыл бұрын
I was a little confused about this, but this easy to understand, short, concise, “nlog(n)” explanation made me understand everything I was confused about and structured it like an optimal data structure so I can learns easier. Hehehe. The question I had was when writing an algorithm do you think it’s best to start with the solution in the first check(I’ve seen ChatGPT do this) or at the end of the elif statements? Thanks! ☺️
@eldarmammadov9917
@eldarmammadov9917 Жыл бұрын
Look at Log N notations as how many times we can divide input size by half. It somehow dies not give proper understanding but feels more intuitive
@BartDemers
@BartDemers Жыл бұрын
OMG- I get my answers which are I can't find from my teacher. the question how we get what we want from code to do. the way you explain algorithms amazing. and it's just 2:10 sec and I'm really satisfied. keep it up this amazing work. can't wait to seee more from you. and also I'm write down every single thing in my notes to remind myself what code is what process is.
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
AMAZING!
@sewaksingh6189
@sewaksingh6189 Жыл бұрын
Plz make full playlist on KZfaq about data structures and algorithms from easy to hard level
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
This is the plan!
@DineshKumar-gp9yd
@DineshKumar-gp9yd Жыл бұрын
Now this is more important to me I want more videos about dsa
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
more coming!
@muhammedazoz1089
@muhammedazoz1089 Ай бұрын
Awesome Mentor ❤
@adao5308
@adao5308 Жыл бұрын
David Mallan would be so proud 👏👏👏 Good job! 👍
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
I would be honoured!
@Mr.Aswin_Das
@Mr.Aswin_Das Жыл бұрын
The book page search is a clever way to explain algorithm... Very clever
@vfxart1994
@vfxart1994 Жыл бұрын
I remember in one of the CS50 courses instructor said the time it takes to turn on a lamp or dropping a ball to the ground a computer than take over a billion decision that's how fast things are.
@teahupoo4824
@teahupoo4824 Жыл бұрын
Great stuff Tomas as always!!! When are you launching your DATA STRUCTURES & ALGORITHMS course?
@10produz90
@10produz90 Жыл бұрын
Loved the Data Structures Video. Can't wait to see this one :)
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
🔥
@ariosetiawan173
@ariosetiawan173 5 ай бұрын
I Agree with this, when on college, algorithm class to rush.
@krisreddish3066
@krisreddish3066 Жыл бұрын
I do not get non programmer types that are techs that do not get them. I mean they use a flow chart. They already use algorithms to do their jobs. Most folks have used them non formally if not formally at least once, or even made one without perhaps knowing they have.
@krisreddish3066
@krisreddish3066 Жыл бұрын
@BeFearlessxx Ya, but a flow chart is a type of visual algorithm. Everyone that fixes anything in the military, all doctors and medical folks use them.
@dianathomas2674
@dianathomas2674 Жыл бұрын
Very clear and concise. Now back to CS50. Thank you so much!
@MrGinz4uuu
@MrGinz4uuu Жыл бұрын
DID u finish it
@dianathomas2674
@dianathomas2674 Жыл бұрын
@@MrGinz4uuu Not yet. Have you? I've set aside time to use CS50 as a base while going deeper into some subjects, as well as programming. Thanx for holding me accountable. . I was planning to slack today. All the best.
@MrGinz4uuu
@MrGinz4uuu Жыл бұрын
@@dianathomas2674 same here mate.. im learning some js atm… what path u on?
@dianathomas2674
@dianathomas2674 Жыл бұрын
@@MrGinz4uuu Path of confusion, I think it's called 😂. I started w the very basics of js and html, now I'm trying to grasp C, but I want to start making simple games for fun while learning the other stuff. I made the mistake of trying to learn everything at the same time and started to freak out, thinking I can never do it. How is it going for you? Have you set a specific goal?
@MrGinz4uuu
@MrGinz4uuu Жыл бұрын
@@dianathomas2674 i did the same in start do this do that.. now trying to focus on js..but sometimes i feel the burn out… Do u study in cs or just learning on ur own like me.. and why not learn c# instead of c… as it has more advantages
@melbbb5673
@melbbb5673 Жыл бұрын
awesomely easy to understand thank you!
@khalidab9846
@khalidab9846 Жыл бұрын
Thanks so much for the very helpful explanation and information that you shared. Yes, we need more explanation and examples about Algorithms and Data Structures 😊
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
Glad it was helpful!
@wadiibounenni4848
@wadiibounenni4848 Жыл бұрын
Lecture 0 cs50 harvard edx :) Thanks a lot for your videos.
@gerafloo
@gerafloo 10 ай бұрын
Thanks for be so good explaining this topic, im starting my first quarter of my university and this video help me so much:)
@catsalive9572
@catsalive9572 11 ай бұрын
Thank you for this. Nice and articulate and understandable! You're a good teacher.
@erikmullins5096
@erikmullins5096 8 ай бұрын
My first video. I really enjoyed it. Im thinking of learning to code. Where would u recommend i start
@dekkicheamine27
@dekkicheamine27 11 ай бұрын
best Algorithm book for beginner here..
@tony007newcastkeNE4
@tony007newcastkeNE4 Жыл бұрын
as a programmer with 20 years of VB to C# experience, i really enjoyed this
@sk3ffingtonai
@sk3ffingtonai Жыл бұрын
How about based on the size of the book and the page we're looking for (say page 100), randomly opening the book at approximate page 100 (for example). From there, we can then look and ask, is this page 100? Perhaps we randomly opened the book on page 102, we only missed the correct page by 2 pages. Then only have to go backward 2 pages. That's funny, as soon as I typed this comment, as your video was running, that's exactly what you did.
@ritasjourney
@ritasjourney Жыл бұрын
We assume worse case scenario tho
@Bobbias
@Bobbias Жыл бұрын
@@ritasjourney not always, complexity cars about best, average, and worst case scenarios. Some algorithms have degenerate worst case inputs which are drastically slower than the average case. For example, it's possible to craft specific inputs to regex matches which take orders of magnitude more time to search. Like, long enough to potentially craft denial of service attacks with minimal effort, if you know the specifics regex being used on your input.
@djdankmemes9257
@djdankmemes9257 Жыл бұрын
This is great. Please do more. Subscribed.
@RurouniKenshinShinta
@RurouniKenshinShinta Жыл бұрын
Great way to explain why algorithms are important and how they function!
@MisiuLesiu
@MisiuLesiu Жыл бұрын
Make some movies where you tackle algorithm problems with steps
@rodrigobarenco
@rodrigobarenco Жыл бұрын
This is like watch Cs50 from Harvard... same exemple indeed. Great video! Exelent to get ppl excited about algorithms :)
@naveenkamath2882
@naveenkamath2882 Жыл бұрын
Hi i am working in MERN stack from past 1 year. My next NEW project starts from next week and its frontend is NEXT JS and backend is NEST JS. What should be my approch to learn these stacks according to u?
@jerryg2757
@jerryg2757 5 ай бұрын
Algorithms are the most important
@hamzavictor2385
@hamzavictor2385 Жыл бұрын
Wow, you made this topic intro so easy to understand. I appreciate your effort and the good work you put in to make such quality works
@vani1730
@vani1730 Жыл бұрын
Your explanation is good.. Thank you.
@desbell7431
@desbell7431 Жыл бұрын
Very nicely done, thank you - more please 🙏
@zobanpreetsidhu3746
@zobanpreetsidhu3746 3 ай бұрын
Man introducing these books like its his first time seeing them. Damn bro did you break into a stranger's house?
@ferfykins
@ferfykins 9 ай бұрын
Ty for the videos!! Love this channel..... For understanding algorithms and datastructures, your last video recommended algomonster, would you say algomonster or algoexpert is better?
@moestaxx286
@moestaxx286 Жыл бұрын
thanks for the informative video bro! just out of curiosity man would you ever try to work for a FAANG company? seems like you got all of the tools honestly but I know that FAANG isnt really for everybody.
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
Yeah indeed I would, I will apply to them in 1-2 years probably.
@DNVKUMAR
@DNVKUMAR Жыл бұрын
Beautiful explanation. Thanks a lot
@karenpatriciahuaman6555
@karenpatriciahuaman6555 Жыл бұрын
i really like your videos. I was living in London and left cuz wanted to pursue a life doing coding and becoming software engineer. I love the content and i aspire to be like you. I thought about film making but as you said probaly takes a long time. I would like to know how you starting in film making and maybe did a video into it. Anyways thanks for your context.
@mojinrecapped3619
@mojinrecapped3619 9 ай бұрын
Would like to see algorithm and data structure implemented in real life
@Armaan_nagra
@Armaan_nagra Жыл бұрын
Hey would you recommend I take the MIT introduction to python or the cs50 introduction to python once I’m finished with cs50x?
@amrsam1985
@amrsam1985 4 ай бұрын
Thank you. I learned something.
@bhavkirat9321
@bhavkirat9321 Жыл бұрын
thanks for explaning good explnation. i understood really well
@ektiders
@ektiders Жыл бұрын
Better explained than most books
@tianjohan4633
@tianjohan4633 Жыл бұрын
Yes more algorithms video.
@dolevmazker736
@dolevmazker736 10 ай бұрын
I don't understand this, what do i need to learn or what are the prerequisites to learn algorithms?
@SpongeJRob
@SpongeJRob Жыл бұрын
I found you 3 days ago and have watched half your videos. I’ve got the notion comp sci course I’m about to start- huge thanks by the way. Can I get advice on something? I have no programming or coding experience. I’m an entrepreneur/ creative and recognized a niche so I want to build the software like an Asana/ notion/ Todoist with a simplified UI. What I don’t know how to do is create the visual element I want, and then have that clickable prototype able to hop into the next wireframes for the most basic form of an MVP. So my question is what other topics would you advise I learn beyond your programming course? I may end up hiring someone and outsource the MVP dev but I need to at least get a base level understanding of computer science for the future. You’ve undoubtedly had the best videos in regards to teaching a lot in an easy to understand way visually and conceptually across multiple topics.
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
This is very interesting - I would suggest learning specifically front-end web development, that will help you to code up the visual UI of the project. So HTML/CSS/Javasctipt to start and then a framework like React could be good for this. Good luck, would love to see what you end up coming up with!
@hunnidkray534
@hunnidkray534 Жыл бұрын
Sc 50 course course 8. Into to html css and javascript
@gabrielalmeida6085
@gabrielalmeida6085 Жыл бұрын
Hey man, you could create a Discord channel for us, your followers, interact with each other! And I didn't know Python was kinda strong in Backend, I usually see opportunities with Java
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
Java is still stronger I think, especially for enterprise applications - and good idea on the discord channel! I will probably do that soon!
@patmadden
@patmadden Жыл бұрын
I think your little brother wants his T-shirt back.
@jimalix6270
@jimalix6270 Жыл бұрын
Thanks for this very informative video!
@mahrigoshayeva3582
@mahrigoshayeva3582 Ай бұрын
I wonder if one needs to go over the high school or university level math to learn algorithms?
@gihgihs
@gihgihs Жыл бұрын
I found this video over informed .I could not capture all thr information. I would need to watch it 5 more times to grasp all the info.
@user-ly5mq3ye3x
@user-ly5mq3ye3x 5 ай бұрын
Bro i like your videos.Nicely done👍
@Yakibackk
@Yakibackk Жыл бұрын
Do we need to consider to some of algorithms. Because we have now kubernates so the memory is not that important or ?
@codeprogram5621
@codeprogram5621 Жыл бұрын
Wow Great Job Man
@curiousphilosopher2129
@curiousphilosopher2129 Жыл бұрын
Book Recommendation: "A Primer to the 42 Most commonly used Machine Learning Algorithms (With Code Samples)."
@omkarvaidya25
@omkarvaidya25 11 ай бұрын
amazing video! could you make a video on tower of hanoi next?
@jonesmapani9898
@jonesmapani9898 4 ай бұрын
Would love the basics
@benharvey4826
@benharvey4826 Жыл бұрын
I have the same keyboard as you. Tape mod + cotton wool = thock :)
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
🔥
@ritasjourney
@ritasjourney Жыл бұрын
great explanation!
@keno5456
@keno5456 Жыл бұрын
Thank you for this
@lamiaaelmogazy5398
@lamiaaelmogazy5398 Жыл бұрын
Fine and clear thanks
@heman922
@heman922 Жыл бұрын
Need more plz ❤️
@jupiter9574
@jupiter9574 Жыл бұрын
would love to learn data structures from you
@shoryashokanda8973
@shoryashokanda8973 Жыл бұрын
VIDEO ON DATA BASE MANAGEMENT SYSTEM
@BioInASec
@BioInASec Жыл бұрын
You really should do a data structure and algorithms course yourself.
@jacquetrahan8481
@jacquetrahan8481 Жыл бұрын
So many ads….. I stop at 13:56. Came here to get motivated to continue
@pradeepc5207
@pradeepc5207 Жыл бұрын
Thank you for everything I love recommendation tech because of that I found your video and you made my day special Thank you X infinity
@SenthilkumarDeivasigamani
@SenthilkumarDeivasigamani Жыл бұрын
Thank you for the video 🙂
@cypressroots3334
@cypressroots3334 6 ай бұрын
Beautiful put
@oscarsantaworld
@oscarsantaworld 29 күн бұрын
i need more consultations please
@juanhenriquez7101
@juanhenriquez7101 Жыл бұрын
An algorithm is a set of steps to solve a problem with math, logic and computational direction.
@szmr
@szmr Жыл бұрын
This is great and all but like.. what keyboard is that?
@InitiateChangeSparkPeace
@InitiateChangeSparkPeace Жыл бұрын
Great Video!!!
@yaroslavkrymov9955
@yaroslavkrymov9955 Жыл бұрын
Film a realistic Job interview. We want to see you solve interview questions in real time. Thank you. Watching from Canada
@MODEST500
@MODEST500 Жыл бұрын
I am a 25 yr old concept artist trying to make a transition. Sad yeah but AI won't be merciful to my career in the future.. Just started coding few days ago through Cs50 when I saw your videos that it is possible to get working in 4 months. I am in week 1 of cs50 .
@Ali17418
@Ali17418 Жыл бұрын
😢
@cirruz8073
@cirruz8073 Жыл бұрын
Would it be posible to create a socialmedia algoritms that promots or improve/incress? (self estem, creativity, curiosity, humbelness and other mental health propeties) if so why not create it with a founding from global human health. and miht it not be realy posible when we have neroulink so a computer could sens your welbeing
@burza4897
@burza4897 Жыл бұрын
Great video :D
@srujangowda3780
@srujangowda3780 Жыл бұрын
hey awsome video, i only know javascript and i am aspiring to become a web developer but i am also interested in DSA can u guide me to a DSA path or course on javascipt
@mohamedyassine-xn4gf
@mohamedyassine-xn4gf 2 ай бұрын
i cant understand its hard
@lisamoag6548
@lisamoag6548 Жыл бұрын
making connections
@donnaraquel
@donnaraquel 8 ай бұрын
Show an example. Formula please.
@athena_03
@athena_03 Жыл бұрын
I wonder if you can suggest some good python DSA courses. I'd highly appreciate that.
@InternetMadeCoder
@InternetMadeCoder Жыл бұрын
that's the things - I can't find many. I think I may develop my own Python DSA course but that will take a while.
@javierrivasseau8956
@javierrivasseau8956 Жыл бұрын
kzfaq.info/get/bejne/ptGJibKeupmxl3U.html
@technominutes
@technominutes Жыл бұрын
Is there any course available for artificial intelligence and machine learning like ossu computer science for free for 2yrs???
@maisan6234
@maisan6234 Жыл бұрын
amazing video
How I'm Studying Data Structures & Algorithms (as self taught)
8:50
Internet Made Coder
Рет қаралды 107 М.
Data Structures Explained for Beginners - How I Wish I was Taught
17:06
Internet Made Coder
Рет қаралды 565 М.
Comfortable 🤣 #comedy #funny
00:34
Micky Makeover
Рет қаралды 17 МЛН
ОБЯЗАТЕЛЬНО СОВЕРШАЙТЕ ДОБРО!❤❤❤
00:45
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 13 МЛН
How I Learned to Code in 4 MONTHS & Got a Job Offer (no CS Degree)
9:17
Internet Made Coder
Рет қаралды 3,6 МЛН
Lecture 1: Algorithmic Thinking, Peak Finding
53:22
MIT OpenCourseWare
Рет қаралды 5 МЛН
How I would learn Leetcode if I could start over
18:03
NeetCodeIO
Рет қаралды 449 М.
Intro to Algorithms: Crash Course Computer Science #13
11:44
CrashCourse
Рет қаралды 1,7 МЛН
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
Data Structures and Algorithms for Beginners
1:18:43
Programming with Mosh
Рет қаралды 1,7 МЛН
How to MASTER Data Structures & Algorithms FAST in 2023
10:21
Internet Made Coder
Рет қаралды 209 М.
What Makes A Great Developer
27:12
ThePrimeTime
Рет қаралды 177 М.
Comfortable 🤣 #comedy #funny
00:34
Micky Makeover
Рет қаралды 17 МЛН