This site requires JavaScript, please enable it in your browser!
Greenfoot back

Scenarios tagged: algorithm

Use the links at the top or bottom of the list to control sort order.

play Simulation for Sorting Algorithm
plays 11747 / votes 11

Simulation for Sorting Algorithm

by won0c, 2011/10/19

play Pac Man Word
plays 2035 / votes 0

Pac Man Word

by yopachara, 2015/6/14

play Algorithms
plays 10207 / votes 10

Algorithms

by trash1000, 2010/7/16

Implementing a few sorting algorithms in Greenfoot

play Depth First Search Maze & Dijkstra's algorithm Example/Demonstration
plays 6213 / votes 1

Depth First Search Maze & Dijkstra's algorithm Example/Demonstration

by firedark60, 2012/4/25

A demonstration of 2 different algorithms in creating a maze and solving a maze. Source Code Included.

play A* Waypoint Pathfining
plays 5896 / votes 1

A* Waypoint Pathfining

by theguywholikeslinux, 2011/11/27

Almost identical to my previous pathfining example only using waypints

play Simulation for FloodFill Algorithm
plays 4181 / votes 0

Simulation for FloodFill Algorithm

by won0c, 2011/10/19

play A* Pathfinding
plays 11438 / votes 2

A* Pathfinding

by theguywholikeslinux, 2011/9/8

A simple prototype for an A* algorithm I intend to use in other Greenfoot applictions. (unfinished)

play MergeSort
plays 4207 / votes 1

MergeSort

by steveputz, 2011/3/30

Demonstrates Merge Sort Algorithm