A modern, responsive, single-page web app for visualizing and comparing popular search algorithms. Built with HTML, Bootstrap, and vanilla JavaScript. Easily extensible and designed for clarity, education, and experimentation.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Devlog: Search Algorithms Visualizer Improvements
Updated random array generation to always produce a sorted array, with 20–30 elements, and set the initial target to a random array value.
Modified array input: user input is now always sorted and the input field updates automatically; array size increased to 40.
Sidebar algorithm buttons now use btn-light for the active algorithm and btn-outline-light for others, matching the sorting visualizer.
Fixed min/max comparisons in the stats panel to reflect the current algorithm and array size.
Improved sidebar and visualization CSS for full design alignment with the sorting visualizer.
Enhanced event handling so algorithm button states update visually and functionally as expected.
The UI and logic are now fully aligned with the sorting visualizer, and all search-specific requirements are handled.