Search Algorithms

Search Algorithms Used AI

1 devlog
11h 55m
•  Ship certified

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.

Timeline

Ship 1

1 payout of shell 64.0 shells

Alexander Rebello

about 1 month ago

Alexander Rebello Covers 1 devlog and 11h 55m

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.

Update attachment