This project will help students in the Data Structures and Algorithms class at SUNY Poly. SPACE is a project that visualizes data structures and algorithms. The project has two parts:
- A C++ header file that the user must #include in their program
- A browser app that does visualizations by reading a data file produced by the C++ header
- Go to https://github.com/giardim/SPACE
- Click the green button labeled "Code"
- Click download zip
- Right click the zip file in your downloads folder
- Extract it
- Copy the space.hpp file into your project directory (do not move or delete any other files in the extracted folder). This should mean that the space.hpp file and your program file are in the same directory
- Open the index.html file with a web browser
- Click the manual button on the browser app to view detailed instructions on using SPACE (you may need to drag-and-drop) the data.json file from the SPACE folder into the browser app once you open the index.html file with the web browser to see the manual button)
This project was created in the spring semester of 2023 for Prof. Confer's CS370 Software Engineering class by:
- Sean Smith smiths14@sunypoly.edu
- Michael Giardina giardim@sunypoly.edu
- Sazzad Ibrahim ibrahis@sunypoly.edu
- Christian Gregory middlec@sunypoly.edu