Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.22 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.22 KB

VisualAid

VisualAid is a Python library that builds grid-based algorithm visualizations. It was built during Advent of Code 2021 to visualize solutions. The project would need a refresh before being used in the future.

Here are some examples from the Advent of Code 2021 challenge set.

Day 9

Finding the three deepest valleys.

visualization

Day 11

Determining when all blinking cells sync up.

part2_visualized

Day 13

Transforming the grid until a code appears.

day13

Day 15

Pathfinding.

day15-p1 day15-p2

Day 17

Detecting the angle and speed to launch a projectile such that it intersects with a coordinate area.

17-2 Visualization