-
-
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