Skip to content

mzakany23/simple_graph_alg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph traversal of a maze file:

  • initializes a 2d adjacency matrix based on maze file
  • the worst case is quadratic O(n**2) running time, best linear O(N)
git clone https://github.com/mzakany23/simple_graph_alg.git this_folder
cd this_folder
python run_script.py

About

traverse a maze file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages