This repository includes my implementations and solutions to the Noop Challenges posted in June 2019.
You can learn more about them here -> https://noopschallenge.com/
Wrote a greedy algorithm (it actually turned out to be very similar to the A* Search algorithm!) to solve any randomly generated maze. Created a visualizaiton using Python's Arcade library to show the results.