-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Abhishek Rai A edited this page Jun 21, 2026
·
1 revision
Welcome to the sorting-visualizer wiki!
Visualize. Compare. Understand.
O(patience) is an interactive sorting algorithm playground built to show why bars move, not just that they move. Every step exposes pointer state (i, j, min, low, mid, high, pivot), the operation type, and a live caption.
- Algorithms — complexity table and how each algorithm is instrumented
- Features — visualizer, race mode, quiz, Sort DNA, embed widget
- Architecture — tech stack and project structure
- Keyboard-Shortcuts — quick reference
- Contributing — how to add a new algorithm or feature