Skip to content
#

graph-theory

Here are 982 public repositories matching this topic...

mgmt
simonschoelly
simonschoelly commented Jan 29, 2022

As mentioned in #88 , we should have some constructors that take an AbstractGraph and create a SimpleGraph or SimpleDiGraph from that. I.e. the functions that we need are:

SimpleGraph(g::AbstractGraph)
SimpleGraph{T}(g::AbstractGraph) where {T <: Integer}
SimpleDiGraph(g::AbstractGraph)
SimpleDiGraph{T}(g::AbstractGraph) where {T <: Integer}

It is not entirely clear what

graph-theory

Julia and Python complex system applications in ecology, epidemiology, sociology, economics & finance; network science models including Bianconi-Barabási, Barabási-Albert, Watts-Strogatz, Waxman Model & Erdős-Rényi; graph theory algorithms involving Gillespie, Bron Kerbosch, Ramsey, Bellman Ford, A*, Kruskal, Borůvka, Prim, Dijkstra, DSatur, Randomized Distributed, Vizing, Topological Sort, DFS, BFS

  • Updated Feb 1, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the graph-theory topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graph-theory topic, visit your repo's landing page and select "manage topics."

Learn more