Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 330 Bytes

File metadata and controls

11 lines (6 loc) · 330 Bytes

Project 4 - Algorithms

Introduction

An algorithm is a set of instructions that are followed to solve a problem. In this project, we will implement an algorithm that can be used to explore a maze.

Files details

01-exploration-algorithm.ipynb

This notebook contains the implementation of the exploration algorithm.