Bitonic Sort
If you can teach Bitonic Sort using names A→Z, you know it. If you only know the heading, you don’t.
Do Bitonic Sort once by hand. n log n vs n². Change one input. Say the new result out loud.
Skip Bitonic Sort and unstable sort when equal keys matter shows up in the roll list.
Use Bitonic Sort when names A→Z must stay clear. If a simpler DSA step works, use that instead.
If names A→Z breaks under Bitonic Sort, check unstable sort when equal keys matter first.
After Bitonic Sort, Amit should still remember unstable sort when equal keys matter.
One breath for Bitonic Sort, then names A→Z, then unstable sort when equal keys matter. Sit down.
Board: names A→Z. Dry-run Bitonic Sort. Name the trap: unstable sort when equal keys matter.