Files @ a79267af1717
Branch filter:

Location: AENC/switchchain/cpp/showgraphs.m

a79267af1717 124 B application/vnd.wolfram.mathematica.package Show Annotation Show as Raw Download as Raw
Tom Bannink
Add Havel-Hakimi algorithm and mathematica output
1
2
3
4
5
6
7
8
9
(* ::Package:: *)

gsraw=Import[NotebookDirectory[]<>"graphdata.m"];


gs=Graph/@gsraw;


Grid[Partition[gs,10],Frame->All]