diff --git a/cpp/showgraphs.m b/cpp/showgraphs.m new file mode 100644 index 0000000000000000000000000000000000000000..6aa966bf83cd84e5e5e239bea18f967b6b50f0ab --- /dev/null +++ b/cpp/showgraphs.m @@ -0,0 +1,9 @@ +(* ::Package:: *) + +gsraw=Import[NotebookDirectory[]<>"graphdata.m"]; + + +gs=Graph/@gsraw; + + +Grid[Partition[gs,10],Frame->All]