Expand description
Core traits for the sorting race visualization
Structs§
- Markers
- Visual markers for algorithm-specific operations
- Step
Result - Result of a single step execution
- Telemetry
- Telemetry data returned after each step
Traits§
- Fairness
Model - Fairness model trait for allocating step budgets
- Memory
Tracker - Memory tracker for precise auxiliary space measurement
- Sorter
- Core trait that all sorting algorithms must implement