The current structure contains a lot of files in a scattered way.
Restructure the files as follows -
src - contains the app.js and all the HTML/CSS files
algorithms - contains all the algorithms associated with the app
visualization - contains all the codes for visualization
ads - Contains all the Abstract Data Structures and Base Classes.
Or if time permits, a stretch goal can be to structure the codebase as - link
The current structure contains a lot of files in a scattered way.
Restructure the files as follows -
src- contains theapp.jsand all the HTML/CSS filesalgorithms- contains all the algorithms associated with the appvisualization- contains all the codes for visualizationads- Contains all the Abstract Data Structures and Base Classes.Or if time permits, a stretch goal can be to structure the codebase as - link