This visualisation uses AI Generated code, finetuned for the best visualisation, not code quality
sortingalgos.mov
Interactive C + Raylib sorting visualizer for comparing several classic algorithms with guided mode, event breakpoints, metric panels, and motion trails.
- How different sorting algorithms transform the same dataset
- How swaps, writes, partitions, gaps, and passes differ across algorithms
- How guided mode exposes milestone events instead of only raw animation
- Several visual panels for array state, element motion, operation streams, and metrics
flowchart LR
A["Dataset"]
B["Choose Sorting Algorithm"]
C["Compare / Swap / Write Events"]
D["Array Reorders"]
E["Metrics + Guided Milestones"]
F["Sorted Output"]
A --> B
B --> C
C --> D
D --> E
E --> F
q: quit1..6: select algorithmspace: pause or resumen: single-stepr: regenerate the current datasetd,g,b,t, and arrow-key controls are shown in the app HUD
make run