使用三字符语言对图形进行编码?

时间:2013-04-04 19:55:26

标签: string graph graph-algorithm representation

假设你的字母只有三个字符,比如0, 1, @。如何仅使用这些字符的字符串表示未加权(所有顶点和边具有权重1),无向图G = (V, E)

1 个答案:

答案 0 :(得分:2)

你可以尝试一个邻接矩阵。

http://en.wikipedia.org/wiki/Adjacency_matrix

可能使用@来表示每个新行。

所以100 @ 010 @ 001 @将是单位矩阵