An open API service indexing awesome lists of open source software.

https://github.com/farman20ali/sorting-visualizer

This Flask web app demonstrates the execution of sorting algorithms (Merge, Insertion, Selection etc.) Users can test algorithms on arrays provided directly, via files, or generated randomly, and compare performance on varying sizes. It features execution time visualizations (bar/line plots), result downloads, and aids in algorithm analysis.
https://github.com/farman20ali/sorting-visualizer

algorithms-analysis analysis education flask performance python sorting sorting-algorithms visualization visualizer web-application

Last synced: 8 months ago
JSON representation

This Flask web app demonstrates the execution of sorting algorithms (Merge, Insertion, Selection etc.) Users can test algorithms on arrays provided directly, via files, or generated randomly, and compare performance on varying sizes. It features execution time visualizations (bar/line plots), result downloads, and aids in algorithm analysis.

Awesome Lists containing this project