alienx5499/SortVision — reverse-engineered prompt
Reverse engineered prompt
Build me a clean, modern web app called SortVision that helps people actually understand how sorting works by watching it happen in real time. I want users to be able to generate a random array, pick from the main sorting algorithms like bubble, selection, insertion, merge, quick, heap, radix, and bucket, then play, pause, and resume the animation while changing the speed and array size. Show the bars moving clearly and make it feel smooth and easy to follow.
Please also show simple live stats like comparisons, swaps, and basic time complexity or efficiency info so it feels educational, not just flashy. Make the design responsive for desktop and mobile, include dark mode, and keep the controls intuitive for students and interview prep users. If it fits, add subtle sound feedback during sorting, but keep it optional. I want this to feel polished and beginner friendly. Look up current docs online if you need to.
Want more depth? Deep Reverse