-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Future enhancement idea: visualize sorting algorithms using waypoints. For example, we start by showing the waypoints in the order they're loaded (or have a button to randomize them) in the array. Also, color them on the map by their order (say, ranging from blue through the purples to red). Then as a sorting algorithm proceeds, we would show which waypoints are being compared, swapped, etc, and recolor them based on their new order in the array, and reorder them in the waypoint table as well.
Reactions are currently unavailable