kpack18 / kpack18.github.io

CSE 442 Path Algorithm Visualizer
2 stars 0 forks source link

Data Structures #43

Closed kpack18 closed 5 years ago

kpack18 commented 5 years ago

Created Grid, Tile, and Color Picker Data Structures: Data Structures were created to store the html tile elements in an easy to access way through simple array accesses. Getter method's were created for each class to keep the values private

kpack18 commented 5 years ago

test: test_Grid

Tests the creation of the grid class and tests the stored values of each tile when their colors and weights are changed by an outside source.