Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 434 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 434 Bytes

Noop_Challenges

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/

Table of Contents

Mazebot

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.