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...
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.
Article
Khan Academy

Khan Academy: The Breadth First Search Algorithm

For Students 9th - 10th
An analysis of the breadth-first search algorithm and its uses is presented.
Article
Khan Academy

Khan Academy: The Euclidean Algorithm

For Students 9th - 10th
As related to cryptography, understanding and providing proof of the Euclidian Algorithm.
Article
Other

Beanz: Algorithm Design

For Students 6th - 8th
Find out about algorithmic design.
Article
Lawrence Berkeley National Laboratory

Berkeley Lab: Did You Ever Wonder? Why the Digits of Pi Look Random?

For Students 9th - 10th
Students investigate the randomness of the digits of pi. The article discusses David Bailey, experimental mathematics, and numerical algorithms. The resource consists of pictures, quotes, and links to additional resources.
Article
Khan Academy

Khan Academy: Where to Go From Here

For Students 9th - 10th
After learning about algorithms, find out what to learn next.
Article
Khan Academy

Khan Academy: A Guessing Game

For Students 9th - 10th
This Khan Academy resource is an article about a game that gives you an idea of how different algorithms for the same problem can have wildly different efficiencies. The computer is going to randomly select an integer from 1 to 15....
Article
Other

Science Direct: Recent Advances on Two Dimensional Bin Packing Problems

For Students 10th - 12th
This paper surveys recent advances obtained for the two-dimensional bin packing problem, with special emphasis on exact algorithms and effective heuristic and metaheuristic approaches.
Article
Khan Academy

Khan Academy: Yann Dauphin, Researcher and Bass Player

For Students 9th - 10th
Hi, I'm Yann Dauphin. I design and code artificial intelligence algorithms that can learn from examples. They are like programs that can program themselves. I spend most of my time discussing new ideas for algorithms, coding in Python,...
Article
Other

European Journal of Operational Research: Two Dimensional Packing Problems

For Students 10th - 12th Standards
This article analyzes problems requiring to allocate a set of rectangular items to larger rectangular standardized units by minimizing the waste. It discusses mathematical models and surveys lower bounds, classical approximation...
Article
Khan Academy

Khan Academy: Interactive Vector Motion

For Students 9th - 10th
Understanding and programming interactive vector motion by calculating an objects acceleration according to a rule stated in Algorithm 3-the object accelerates towards the mouse.
Article
Khan Academy

Khan Academy: Selection Sort Pseudocode

For Students 9th - 10th
An overview of the algorithm selection sort is given.
Article
Khan Academy

Khan Academy: Route Finding

For Students 9th - 10th
Recognition of the importance of algorithms in everyday life is illustrated.
Article
Khan Academy

Khan Academy: Categorizing Run Time Efficiency

For Students 9th - 10th
Understanding the run efficiency time of algorithms and why timing is important.
Article
Khan Academy

Khan Academy: Undecidable Problems

For Students 9th - 10th
Problems a computer can never solve are called "undecidable problems". No algorithm exist that can answer the problem on all inputs.
Article
Khan Academy

Khan Academy: Implementing Binary Search of an Array

For Students 9th - 10th
A description of algorithms in pseudocode for binaray searches.
Article
Khan Academy

Khan Academy: Functions in Asymptotic Notation

For Students 9th - 10th Standards
A discussion of asymptotic notation in relation to the rate of growth of an algorithm's running time.
Article
Khan Academy

Khan Academy: Asymptotic Notation

For Students 9th - 10th
What is the running time of an algorithm?
Article
Khan Academy

Khan Academy: Linear Time Merging

For Students 9th - 10th
The linear-time merge function of an algorithm is illustrated.
Article
Khan Academy

Khan Academy: Insertion Sort Pseudocode

For Students 9th - 10th
An explanation of insertion sort into an algorithm.
Article
Other

Ibm: Mastering Recursive Programming

For Students 9th - 10th
A discussion of how to write a correct recursive algorithm. Numerous examples are given in several different programming languages.

Other popular searches