Spiderpig02 / GalacticPathFinder

A website for visualizing different search algorithms, with user generated maps and lots of configuration
https://galacticpathfinder.com
3 stars 1 forks source link

Accessing Detailed Information on Sorting Algorithms and Heuristics #70

Open SverreNystad opened 2 months ago

SverreNystad commented 2 months ago

As a user, I want to access detailed information about sorting algorithms and heuristics, so that I can understand their applications, performance characteristics, and select the most appropriate one for my needs.

The application should provide detailed descriptions of various sorting algorithms and heuristics, including their use cases, time complexities, and space complexities.

SverreNystad commented 2 months ago

This might be an info icon like an i with a circle around at the right coarner of each algo selection that pops up a modal with text and such for the algoritm

jmnorheim commented 1 month ago

I would suggest that we make a separate page that contains info about all algorithms in a standardized format, and then the info-icon you are talking about can lead to this page instead. Or maybe we can find a mix?