Tobertet / hash-code-pizza-viewer

An easy pizza status viewer for inspecting the solution provided for any algorithm to the Hash Code Practice Problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hash Code 19 Pizza Viewer

Sometimes, it's way too hard to keep in our mind all the possibilities and paths an algorithm is taking. The Hash Code 2019 Practice Problem is a good example.

This pizza viewer tries to help people to better understand what the provided solution is doing, because sometimes improvements are easier to find when using a visual tool. You can use it online here.

Example Problem

Running Locally

Clone the repo, go to the root of the project and run npm start. You will need npm and the angular CLI installed globally.

Contributing

Just make a PR with anything you wanted to add.

About

An easy pizza status viewer for inspecting the solution provided for any algorithm to the Hash Code Practice Problem


Languages

Language:TypeScript 71.0%Language:HTML 16.4%Language:JavaScript 7.3%Language:CSS 5.3%