
Algorithms | Computer science theory | Computing | Khan Academy
We've partnered with Dartmouth college professors Tom Cormen and Devin Balkcom to teach introductory computer science algorithms, including searching, sorting, recursion, and graph …
Algorithms | AP CSP | Khan Academy
Learn to define algorithms, express them in flow chart and pseudocode, and assess their correctness and efficiency. See how algorithms can be used as shortcuts to solve problems …
Computer science theory | Computing | Khan Academy
Explore advanced computer science topics from algorithms (how we solve common computing problems and measure our solutions' efficiency), to cryptography (how we protect secret …
What is an algorithm and why should you care? - Khan Academy
Algorithms put the science in computer science. And finding good algorithms and knowing when to apply them will allow you to write interesting and important programs.
The building blocks of algorithms - Khan Academy
By understanding algorithms, we can make better decisions about which existing algorithms to use and learn how to make new algorithms that are correct and efficient. An algorithm is made …
Sorting (article) | Selection sort | Khan Academy
Understanding sorting is a traditional first step towards mastery of algorithms and computer science. This content is a collaboration of Dartmouth Computer Science professors Thomas …
Computing | Khan Academy
Explore advanced computer science topics from algorithms (how we solve common computing problems and measure our solutions' efficiency), to cryptography (how we protect secret …
Introduction to Problem Solving | Khan Academy
Begin your journey into computational problem-solving. This unit introduces you to algorithms and their representation.
Expressing an algorithm | AP CSP (article) | Khan Academy
We can express an algorithm many ways, including natural language, flow charts, pseudocode, and of course, actual programming languages. Natural language is a popular choice, since it …
A guessing game (article) | Algorithms | Khan Academy
But first, let's look at an algorithm for a trickier problem. This content is a collaboration of Dartmouth Computer Science professors Thomas Cormen and Devin Balkcom, plus the Khan …