BFS on Graphs - Graph / Introduction

https://algo.monster/problems/graph_bfs

For this article I would appreciate seeing a few example Inputs and Outputs rather than just the template.

Thank you

Checkout “Matrix as Graph” section for examples :slight_smile:

The get_neighbors function doesn’t work if its not declared.