Open links in new tab
  1. 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 theory.

  2. 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 that can't be solved …

  3. 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 information), to …

  4. The building blocks of algorithms - Khan Academy

    As computer programmers, we are constantly using algorithms, whether it's an existing algorithm for a common problem, like sorting an array, or if it's a completely new algorithm unique to our program. …

  5. What is an algorithm and why should you care? (video) | 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.

  6. 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.

  7. A guessing game (article) | Algorithms | Khan Academy

    Explore algorithms through an engaging guessing game that teaches problem-solving and computational thinking on Khan Academy.

  8. Introduction to Problem Solving | Khan Academy

    Begin your journey into computational problem-solving. This unit introduces you to algorithms and their representation.

  9. Algoritmos | Ciencias de la computación | Khan Academy

    Nos hemos asociado con los maestros Tom Cormen y Devin Balkcom del Dartmouth College, para enseñar algoritmos introductorios de ciencias de la computación, incluyendo búsquedas, …

  10. Binary search (article) | Algorithms | Khan Academy

    Next up, we'll see how we can use binary search on an array, and discuss how to turn descriptions of algorithms into actual working code. This content is a collaboration of Dartmouth Computer Science …