-
-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
enhancementNew feature or requestNew feature or request
Description
✅ Expected Behavior
Each bar in the sorting visualization should display a number (its value) so that users can clearly understand what is being sorted.
❌ Actual Behavior
Currently, the bars are shown without any numbers, which makes it harder to follow the actual sorting process.
🧪 Steps to Reproduce
- Open the app.
- Start a sorting visualization.
- Notice that the bars do not display numbers.
🎯 Proposed Solution
- Generate and assign random numbers to each bar.
- Display these numbers either:
- On top of the bar (as a label), or
- Inside the bar with good contrast.
- Update the numbers dynamically as the bars move during sorting.
💻 Environment
- OS: Windows 11
- Browser: Chrome 118
- Device: Laptop
🙋♀️ Want to work on this issue?
- I want to fix this issue under GSSoC’25
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request