hcp-uw/algo-visualizer

Description of algorithm

Closed this issue · 0 comments

Include a button (named "Information on algorithm / tutorial" on Figma) that, when clicked, provides a

  • description of what the algorithm does (could be a high-level overview and/or pseudocode)
  • when the algorithm is most commonly used/situations when it is applicable (binary search is commonly used when the elements to be sorted can be compared in a less/greater than manner or when you need to quickly sort a list)

The "tutorial" part of the button could be a general overview of how to use the buttons on the site (what "play", "backward", "forward", and "reset" do and their purpose, what the different highlight colors mean, etc.) that are applicable to any algorithm.