Re: Representing graphs (lists of edges, adjacency matrices, adjacency lists...)
Jeronimo Pellegrini 14 Aug 2022 23:39 UTC
Jeronimo Pellegrini <xxxxxx@aleph0.info> writes:
> Hello,
>
> I like this SRFI and the fact that it is minimalistic!
> However, I was wondering it it's ok to implicitly settle on
> a specific representation of graphs (list of edges).
One small correction to my previous message:
Sorry, I wasn't paying attention - the Gauche (and current
SRFI 234) representation is not a "list of edges" but rather
adjacency list (list of lists).
J.