Bubble Sort

This project was imported from the AgentCubes 2 demonstration projects. From the project tutorial screen: This project is an implementation of one-, two-, and three-dimensional Bubble Sort. Bubble sort is a simple sort algorithm in which adjacent numbers (represented as colors) get swapped if they are in the wrong order. AgentCubes is used to visualize how the algorithm works. Please note that there is no centralized control in this implementation. Every bubble at each moment in time is ready to swap itself. A simple generalization of this approach leads to the 2D version of bubble sort -- in the 2D sort, numbers bubble horizontally as well as vertically.
Data
Created:June 4, 2016
Played:124
Agent:4
Rules:22
Methods:18
false
Settings
New Project Name
Rename
Copy
Download
Show Project Report
Flag Project
Delete
This project was imported from the AgentCubes 2 demonstration projects. From the project tutorial screen: This project is an implementation of one-, two-, and three-dimensional Bubble Sort. Bubble sort is a simple sort algorithm in which adjacent numbers (represented as colors) get swapped if they are in the wrong order. AgentCubes is used to visualize how the algorithm works. Please note that there is no centralized control in this implementation. Every bubble at each moment in time is ready to swap itself. A simple generalization of this approach leads to the 2D version of bubble sort -- in the 2D sort, numbers bubble horizontally as well as vertically.
Edit Description
Design