Comb Sort
If you can teach Comb Sort using names A→Z, you know it. If you only know the heading, you don’t.
Comb Sort order — meaning → n log n vs n² → one limit. Dumping ten features helps nobody.
Without Comb Sort, the roll list gets messy and names A→Z is hard to trust.
Use Comb Sort when names A→Z must stay clear. If a simpler DSA step works, use that instead.
Comb Sort trap — unstable sort when equal keys matter. Asha loses marks for that every viva.
Place Comb Sort next to nearby DSA work — n log n vs n² is the link.
Viva for Comb Sort — what it is → n log n vs n² → the mistake (unstable sort when equal keys matter).
Board: names A→Z. Dry-run Comb Sort. Name the trap: unstable sort when equal keys matter.