回 帖 发 新 帖 刷新版面

主题:新手急求帮忙!!!图的建立及基本操作

急求:各位大哥大姐帮帮忙。我是数据结构初学者,请问图的建立及基本操作的程序(代码)怎么写?用邻接表与邻接矩阵表示的    谢谢啦![em2][em2][em2]

回复列表 (共4个回复)

沙发

You can use the internet,for example, google it, then you can get many of them.

板凳

基本操作的数据结构教材上会讲的很详细

3 楼

书上不都有吗

4 楼

adjacent matrix 
a[i][j]=1 if the ith vertex and the jth vertex are connected ,otherwise =0
adjacent list
if there is an edge from the ith vertex to the jth vertex ,just link the jth node to the ith list

我来回复

您尚未登录,请登录后再回复。点此登录或注册