Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ansonhsho/bfs-python

Open more actions menu

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.