+
Article
Other

The Stony Brook Algorithm Repository

For Students 9th - 10th
A comprehensive collection of algorithm implementations for fundamental problems in combinatorial algorithms. Provides algorithms for common programming problems. It also provides pointers on how to implement those algorithms in various...
+
Handout
Kent State University

Rashid Bin Muhammad: Design and Analysis of Algorithms

For Students 9th - 10th
This site contains the lecture notes from Dr. Muhammad's course on algorithm design and analysis.
+
Lesson Plan
University of Canterbury

University of Canterbury: Cs Unplugged: Sorting Algorithms

For Teachers K - 1st
Many clever algorithms have been devised for sorting values into order efficiently. In this activity students compare different algorithms to sort weights to simulate how computers devise sorted lists.
+
Website
Other

Algorithms: Big Oh Notation

For Students 9th - 10th
An in-depth look at the algorithm measurement tool known as Big-O.
+
Lesson Plan
University of Canterbury

University of Canterbury: Cs Unplugged: Searching Algorithms

For Teachers 1st - 8th
Explore the main algorithms that are used as the basis for keyword searching on computers, using different variations on the game of battleships.
+
Handout
Khan Academy

Khan Academy: Get Started With Algorithms!

For Students 9th - 10th
What is an algorithm? It's a sequence of steps that you follow to solve a problem. In everyday life, you might have an algorithm for hanging up your laundry, efficiently going through a shopping list, or finding an empty parking space in...
+
Handout
Carnegie Mellon University

Carnegie Mellon: A Library of Parallel Algorithms

For Students 9th - 10th
A page for accessing code for a collection of parallel algorithms.The algorithms are implemented in the parallel programming language NESL and developed by the Scandal project. There is a brief description along with its complexity (in...
+
Unit Plan
TED Talks

Ted: Ted Ed: What's an Algorithm?

For Students 9th - 10th Standards
An algorithm is a method of solving problems both big and small. Though computers run algorithms constantly, humans can also solve problems with algorithms. David J. Malan explains how algorithms can be used in seemingly simple...
+
eBook
Khan Academy

Khan Academy: The Building Blocks of Algorithms

For Students 9th - 10th
Learn the building blocks of algorithms in computer science.
+
eBook
Khan Academy

Khan Academy: Expressing an Algorithm

For Students 9th - 10th
Learn how to express an algorithm many ways, including natural language, flow charts, pseudocode, and of course, actual programming languages.
+
Activity
Khan Academy

Khan Academy: Divide and Conquer Algorithms

For Students 9th - 10th
Learn about two sorting algorithms: selection sort and insertion sort.
+
Unknown Type
Khan Academy

Khan Academy: Expressing an Algorithm

For Students 9th - 10th
Check your understanding of expressing simple algorithms in flow charts, natural language, and pseudocode, in this set of free practice questions designed for AP Computer Science Principles students.
+
Unknown Type
Khan Academy

Khan Academy: The Building Blocks of Algorithms

For Students 9th - 10th
Practice using the building blocks of algorithms (sequencing, insertion, and selection), in this set of free practice questions designed for AP Computer Science Principles students.
+
Unit Plan
Mangahigh

Mangahigh: Number: Multiplication Algorithm

For Students 3rd - 7th Standards
This site provides students practice with the concept of multiplication algorithms. Students can learn about the topic by completing an interactive tutorial. Students can then take a ten question timed test to practice the skill.
+
Lesson Plan
Shodor Education Foundation

Shodor Interactivate: Lesson: Algorithm Discovery With Venn Diagrams

For Teachers 9th - 10th Standards
The lesson plan, with objectives, lesson outline, and interactive resources, helps students learn about algorithms using box plots and Venn diagrams.
+
eBook
Other

University of Texas: Fundamentals of the Analysis of Algorithm Efficiency [Pdf]

For Students 9th - 10th
A textbook chapter with an in-depth discussion of the analysis of algorithm efficiency, presented as a collection of slides.
+
Lesson Plan
Google

Google for Education: Measuring Complexity of Function or Algorithm

For Teachers 9th - 10th Standards
In this lesson, students learn how to measure the complexity of the function or algorithm in a math problem and understand how this applies to real world situations.
+
Lesson Plan
Google

Google for Education: Functions and Algorithms

For Teachers 9th - 10th
In computational thinking, patterns in the world can be abstracted into functions. Students learn to develop algorithms into functions so that they can better understand and utilize the laws of our world.
+
Handout
Other

Geeks for Geeks: Graph Coloring|set 2 (Greedy Algorithm)

For Students 10th - 12th
Graph coloring is widely used. Unfortunately, there is no efficient algorithm available for coloring a graph with a minimum number of colors as the problem is a known NP-Complete problem. There are approximate algorithms to solve the...
+
eBook
Khan Academy

Khan Academy: Properties of Recursive Algorithms

For Students 9th - 10th
Find out about the properties of recursive algorithms.
+
Unknown Type
Khan Academy

Khan Academy: Measuring an Algorithm's Efficiency

For Students 9th - 10th
Practice measuring the efficiency of an algorithm both by counting steps and tracking time.
+
Article
Khan Academy

Khan Academy: Discuss: Algorithms in Your Life

For Students 9th - 10th
Learners are invited to express algorithms in their everyday life, sports, games and apps.
+
Article
Khan Academy

Khan Academy: Measuring an Algorithm's Efficiency

For Students 9th - 10th
Discusses how to measure the efficiency of an algorithm.
+
Article
Khan Academy

Khan Academy: Verifying an Algorithm

For Students 9th - 10th
The use of formal reasoning to determine if an algorithm is correct.

Other popular searches