https://github.com/j2kun/depth-breadth-first-search
Python code used in the post "Depth- and Breadth-First Search"
https://github.com/j2kun/depth-breadth-first-search
Last synced: about 1 year ago
JSON representation
Python code used in the post "Depth- and Breadth-First Search"
- Host: GitHub
- URL: https://github.com/j2kun/depth-breadth-first-search
- Owner: j2kun
- Created: 2013-08-18T17:26:31.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2020-06-09T03:17:40.000Z (about 6 years ago)
- Last Synced: 2025-04-02T19:46:55.430Z (about 1 year ago)
- Language: Python
- Homepage: http://jeremykun.com/2013/01/22/depth-and-breadth-first-search/
- Size: 156 KB
- Stars: 10
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
graph-search
============
Python code used in the post ["Depth- and Breadth-First Search"](http://jeremykun.com/2013/01/22/depth-and-breadth-first-search/)