Skip to content

airwick989/Random-Walk-Graph-Connectivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random-Walk-Graph-Connectivity

How to Run

  1. Ensure that the required dependencies are installed:
    pip install networkx
    pip install matplotlib
    You may also require pip install PyQt5 to display the graphed walks.
  2. Run driver.py

Notes on driver.py:

  • Line 6 can be changed from nx.Graph() for undirected graphs or nx.DiGraph() for directed graphs
  • Line 7 changes the premade graph used (see preMadeGraphs dictionary in graph_functions.py)
  • Lines 10-12 can be modified for the desired start_node, num_steps and num_walks accordingly

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages