I have a file with with adjacency list of an undirected graph one vertex list
per input line [0 1, 1 2 3, 2 1, 3 1] assume a newline for commas (file is
named adjl.txt). Can some one give an example of loading this into graph of 4
vertices?
import igraph
g = igraph.Graph()
g.Read("adjl.txt", "e
Sorry to butt in but I am shopping for some ideas.
I am interested in putting together a programming course for non-
programmers (outside the computer science domain) based on Pyhton. I
envision the course
similar to ones that used old-Basic interpreter.
Any one out there has such a course (alrea