Skip to content

ansonhsho/bfs-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

BFS (Python)

Breadth First Search

Breadth First Search implementation in Python

This is part of a series of exercises to help me improve my understanding of programming languages and styles.
Implementation as described by Prof. Erik Demaine in a recorded lecture at MIT.
The graph constructed in the test is represented in the diagram shown on the right.

$ python -B bfs_test.py
# => 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
JavaScript Python
Breadth First bfs-js bfs-python
Depth First dfs-js dfs-python

About

Breadth First Search (Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published