Skip to content
/ bfs Public

A non-trivial DevOps project example using breadth-first search to find a path through a grid map. Webpage deployed with Streamlit Cloud.

Notifications You must be signed in to change notification settings

bcorfman/bfs

Repository files navigation

Breadth-first search

A non-trivial Python DevOps project, implementing search through a grid map.

Prerequisites

  • At a command prompt in the project directory, type make install to set up the project

To run the project locally

  • In the terminal window, type make run and follow the instructions to point your browser to the provided URL.

To run the tests

  • In the terminal window, type make test.

Visit the deployed webpage

It's on Streamlit Cloud.