Algorithms
khanacademy.org
Algorithms
1–10 of 163 posts
Re: Algorithms
#2Re: Algorithms
#3as someone who doesn't know much about this and is trying to join the tech community, what will I achieve through this?
--------------------------------------------
Also, to add some signal to my noise, Tom Cormen is apparently one of the designers of the course. He wrote the gigantic encyclopedia of algorithms, as well as a shorter, more-entry-level book on the subject. You'd be in good hands to learn the topic.
And the topic is one that teaches you how to reason about your programs in a way that works across languages and disciplines.
Re: Algorithms
#4as someone who doesn't know much about this and is trying to join the tech community, what will I achieve through this?
Re: Algorithms
#5as someone who doesn't know much about this and is trying to join the tech community, what will I achieve through this?
in all seriousness, algorithms and data structures are essential to computer science theory. When trying to get a job as a software engineer, technical interviews will mainly be problems about algos and data structures.
Re: Algorithms
#6as someone who doesn't know much about this and is trying to join the tech community, what will I achieve through this?
Re: Algorithms
#7as someone who doesn't know much about this and is trying to join the tech community, what will I achieve through this?
Algorithms are recipes or instructions.
Usually it's learning algorithmic techniques for solving various computational problems and implementing algorithmic coding problems in a programming language.
Hope that helps.
Re: Algorithms
#8as someone who doesn't know much about this and is trying to join the tech community, what will I achieve through this?
Each "tool" you learn inside and out allows you to build something new. The better you learn them, the more you can build.
Re: Algorithms
#9https://www.amazon.com/Algorithms-Parts-1-4-Fundamentals-Str...
It also helps that Robert Sedgewick has been in compsci forever (got hit PHC in 1975) and is one of the subject matter experts in algorithms.
Re: Algorithms
#10https://en.wikipedia.org/wiki/Longest_increasing_subsequence
https://en.wikipedia.org/wiki/Longest_common_subsequence_pro...