Algorithms Explained for Beginners - How I Wish I Was Taught
Video Overview & Insights
Check out Algorithms to Live By and receive an additional 20% discount on the annual subscription at https://shortform.com/internetmade
Check out Algorithms to Live By and receive an additional 20% discount on the annual subscription at https://shortform.com/internetmade
⚡️ My Data Structures & Algorithms Course - https://academy.internetmadecoder.com/algo-uni?video=JJkWemM03Lg
🚀 Become a $100k Developer with No Degree- https://www.internetmadecoder.com/python-dev-masterclass?video=JJkWemM03Lg
It's so helpful. Thanks
⌨️ CS50 algorithms lecture - https://www.youtube.com/watch?v=yb0PY3LX2x8&t=1211s
➕ Zero to Mastery Master the Coding Interview Course. Use Code FRIENDS10 for 10% off - https://academy.zerotomastery.io/a/aff_nqb6sg6w/external?affcode=441520_vhlt5jy9
Algorithm is a military weapon for targetting and manipulating individuals resulting in radicalisation.
Algorithm is a WEAPON deployed for targetted mind control. Religious movements and government agencies can use algorithm to coercively control and subvert people on a very personal level.
I would bet serious money that all the terrorists and school shooters we have seen in the last few years were subjected to subversive content on line via their smart phones.
I notice shifts in my algorithm daily. Yesterday I got Christian and biblical messaging.
Today i am getting videos about communism, Pol Pot and Japanese concentration camps an general acts of evil.
I am 100% being targetted by algorithm by some UK authority or institution.
➕Algorithms - Princeton (Coursera) - https://imp.i384100.net/2rz00z
✖️Algorithms - Stanford (Coursera) - https://imp.i384100.net/Ryqdd9
Thanks for vid! How would i find a four place algorythm with 6 #'s??!?
📗 Cracking the Coding Interview - https://amzn.to/3i8B8EK
📈 Sorting algorithm visualizer - https://github.com/tuomaskivioja/SortingAlgorithmsVisualized
Thanks I am just leaving this comment so that my algorithm will recommend more of such kind
Why do we even care about algorithms? Why do tech companies base their coding interviews on algorithms and data structures? Why are algorithms such an integral part of computer science?
In this video I want to give you the WHY of algorithms and data structures so that you can be more excited to study algorithms and solve coding problems.
is bubble sort an algorithm? btw nice video learnt some stuff
I also give a step-by-step plan to master and crack the coding interview as a software engineer.
CHAPTERS:
Helpful way of explaining algorithms, which I knew about only broadly. But now I need a place to practice.
0:00 The amazing world of algorithms
1:46 But...what even is an algorithm?
Best simple explanation for algorithms I've seen. AMAZING!
2:45 Book recommendation + Shortform sponsor
4:14 Why we need to care about algorithms
Algorithm complexity
6:00 How to analyze algorithms - running time & "Big O"
10:50 Optimizing our algorithm
good..
13:25 Sorting algorithm runtimes visualized
14:30 Full roadmap & Resources to learn Algorithms
Good stuff
WHO AM I?
On this channel, my aim is to give you the tools, strategies and methods to learn to code effectively - according to science! In addition, I document my life as a self-taught software engineer.
Sou analista Linux e quero aprender Python quais livros você me recomendaria para aprender a sintaxe e sobre algoritmos e estrutura de dados?
DISCLAIMER: some of the links in the description may be affiliate links. If you purchase a product or service using the links that I provide I may receive a small commission. This is no extra charge to you! Thanks for supporting Internet Made Coder :)
thanks for this. great primer. I have no request just starting out :)
More User Perspectives
Hey man, I can't find your data structures video.
@blessedbethybrravooo
@ZhekoAtanasov-q7nyou suck
stop making algorithm vidoes and no computer vidoes, you suck
Ótimo video.
Em relação ao patrocinador, poderia dar a ideia a eles de tradução dos resumos.
I liked how you structured it.
@АртурШолохGood explanation
@zoolflutter-py4hkGood explanation as a computer teacher, this will be regarded as a pre access teaching aid to pseudocode and algorithm
@plyometric997Excellent analysis. I've found that the best way to truly learn an algorithm is to try to implement it from scratch in a language you're not familiar with. It forces you to think about the logic rather than relying on familiar syntax.
@TradingBotLabThe video should start at 10min mark.
@ZagmoutCPAsthanks for the informations
@KerrassyWait hold up listen to me
What if halfing it everytime
We ask it to look at the number for example
1347
Count the numbers
And from the left every next number is × by 10 and you just got to the number
I wish I was still young so I could learn and work with data, algorithms and quantum physics
@postmanlondonthanks a lot
@houssam-m7jThis is such shiity advice. Anyone following this roadmap, be aware that you are dangerously close to tutorial hell.
@raxit2684I love the idea of writing your own algorithms, except that in the wrong hands, i.e. someone without enough experience working with them, it could be unfeasible. For example, someone I know wrote a music program. They are a really talented programmer but they are not the world's most emotional person. Meaning that while algorithms are usually developed by repeated motion, organically, through user usage, this one was not. This algorithm was developed by reading a chart of someones music listening list. While the app they usually used drew from a variety of content sources, like movies and videos which also feature music.
@wally.11:50 i saw somewhere that make a division on computer level is really hard to do i mean at the processor level, so, it take maybe less instruction but the proc make much longer to do a division than every other mathematical operation, so yes it surely more quicker than if else statement 40 row long but divide everytime is verylong too at the UC lvl
@VincentEkdevWaste of time.
@LambdaJackThis helps a ton. I am about to begin my master's soon, and algorithms are one of the topics they suggested we review. I was familiar with the concept, but the way you break it down makes it so much easier to digest and helps me to have a better grasp of the interworkings. Thank you for your video.
@CyberlyVigilantNessloved your explanation ..!!
@JohnMagar069Here is for the algorithm 😂
@BrandonLeeDani5Lovely explanation
@vgamedude9811Pls how to solve with algorithm
@EmediongsimonituenHi FriEnd. Thanks for the knowledge. I enjoy ur techniques it keeps me.interested. Thanks!!
@michaelcooper2277I’m not dumb but I don’t understand
@Cacti123Recurrence relations, can you do a video on that and backwards substitution
@katenunn5120The title does not lie, this is just barebones stuff ypu could use a prompt for, but thanks for making a video for those who can better understand using video, ( no sarcasm was implied in this comment), have a good day...
@lolhead7127when i watched i cs50 course by Harvard, the lecturer explained this by tearing up a book. :p
@gu1d4nc3Ok good and enjoyable lecture
@nanangweshamim-p7iThank you so much for such an amazing video! My brain was scrambled trying to understand this straight out of the text book. I also like how Mr. Bernie described it. "Data goes in, follows a list of instructions and a result comes out."
@RonsVsnthank you, you make me realize that the main idea of binary search is coming from searching a page from a book. It means that the idea of good algorithms can come from the simple thing 😃
@akmalyusuf2636I enjoyed the content
@benjaminmiller5930Sir, between Algorithm, programming language, pseudocode, and data structure which one to learn first. Or what is their order of learning and why?
Thanks
This is for dummies!? Im so lost
@raptureready6002you took this idea from cs50, well
@linguavoiceIf you are a game programmer I can recommend Algorithm Design by Robert Tamassia and Michael T Goodrich. I found the book for relatively cheap in a local shop, but although it is a dry and technical read it is full of useful information on graphs, traversals, data structures, and has plenty of diagrams to make things clear. Good stuff if you are trying to do some procedural generation or optimization. It is very old, I recommend because it is affordable and packed with info for the price. (I got it for what is equivalent to 10 usd)
@5ld734You talk too fast slow down please
@wayneatkinson4874