BeckTimothy / AoC2022Day12-ReactVisualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code Part2 Day12 Year2022 React Visualization

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.

https://adventofcode.com/2022/day/12

This repo is a React visualization of a breadth-first pathing algorithm sued to solve part 2 of day 12.

  • data file is located at ./src/data/input.js
  • All algorithm logic is located at ./src/App.js
  • All styles are located at ./src/App.css

Advent of Code React Visualization

How to use:

  • Clone this repo
  • cd into your newly cloned repo
  • run npm install
  • run npm start
  • A browser window should open shortly

About


Languages

Language:JavaScript 53.9%Language:CSS 31.5%Language:HTML 14.6%