Skip to content

Latest commit

 

History

History
34 lines (33 loc) · 1.41 KB

File metadata and controls

34 lines (33 loc) · 1.41 KB

Algorithm Visualizer

By: Sam Goto, Michael Metz

Languages : ReactJS

Description : The algorithm visualizer. This is a ReactJS web application that allows the user to visualize the implementation of a sorting algorithm.

    Requirements :
    • Functional :
    • Input Parsing
    • Input Validation
    • Accurate and faster algorithms

    • System :
    • Web browser that is capable of running newer javascript code

    • UX & Performance :
    • Use faster algorithms to avoid a potential crash when user input is large
    • Provide smooth animations
    • Provide option to change how fast the algorithm should perform