devsoc-unsw / structs.sh

An educational data structures and algorithms platform.
https://structs.sh
MIT License
27 stars 7 forks source link

Array Visualization #658

Open Byncent opened 3 months ago

Byncent commented 3 months ago
  1. For debug purpose, create debug object for GlobalStateStore
  2. Create a button to switch mode of visualization in the globalStateStore, which switches different parser
  3. Come up with a design for array element entity and pointer entity
  4. Implementing Parser which parses the backend state into array element entities
  5. Implementing visualizer and a drawableArrayEntity (arrayEntity => JSX component)