A means of representing which vertices (or nodes) of a graph are adjacent to which other vertices.

learn more… | top users | synonyms

1
vote
1answer
39 views

How to create weighted adjacency list/matrix from edge list?

My problem is very simple: I need to create an adjacency list/matrix from a list of edges. I have an edge list stored in a csv document with column1 = node1 and column2 = node2 and I would like to ...
0
votes
1answer
54 views

Adjacent matrix

How can I combine these two functions to create a program that will allow a user to enter the count of vertices and then enter the graph edges? #include <iostream> using namespace std; int ...
1
vote
1answer
43 views

Finding the indices of all edges within k steps from a chosen line in an adjacency matrix in MATLAB

I have a function where I can find all nodes k number of steps from any initial set of nodes in a sparse adjacency matrix. Normally this intial set is the to-from node for a single branch. I want a ...
0
votes
0answers
50 views

Weighted adjacency matrix in igraph

I have recently generated the following code to perform a social network analysis with R in igraph. I am not sure whether the results are correct because I don't know how to check using other ...
1
vote
1answer
47 views

Finding all edges (and nodes) within X steps from a chosen line in an adjacency matrix in MATLAB

I have a nx2 matrix of to-from nodes for a large network structure. I have used this to create a sparse adjacency matrix which I can plot using BIOGRAPH. My systems varies in size, the largest ones ...
1
vote
2answers
72 views

How can you make an adjacency matrix which would emulate a 2d grid

Basically just want to know what a good way to do this is in python, I have done this before with a kind of bruteforce way also in python but it just doesnt to be the intuitive way. So if anyone could ...
1
vote
0answers
128 views

How to graph a connectivity/adjacency matrix in Matlab?

I want to graph the structure of a network (a power grid) in MATLAB. I have a list containing to-from nodes for each branch. I don't have coordinates for the nodes, and the system topology changes for ...
0
votes
2answers
73 views

How to avoid a for-loop in MATLAB, when performing a operation on each row in a very large matrix?

I am using MATLAB. I have very large sparse matrices, and I want to perform a logical or bsxfun on each column of this matrix. There is a single for loop where in it is a single operation of logical ...
0
votes
1answer
68 views

Efficient way of converting large adjacency matrices to edge lists in MATLAB?

I have large sparse adjacency matrices with around 1M nodes, which I am processing with MATLAB. I want to convert these matrices into network edge lists as efficiently as possible. As an example ...
1
vote
1answer
47 views

Found a path in an adjacency matrix

I am trying to find a path in an adjacency matrix but I always get this error message: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 4 at GraphApp.main(GraphApp.java:102) ...
-7
votes
0answers
28 views

Grpah matrix on sierpinski Graph [closed]

I want to create a Sierpinski graph of order n and store it in the form of an adjacency matrix or list. The number of nodes is equal to 3*(3^(n-1)-1)/2 and the number of edges is 3^n. I want an ...
1
vote
1answer
127 views

How to create adjacency matrix from grid coordinates in R?

I'm new to this site. I was wondering if anyone had experience with turning a list of grid coordinates (shown in example code below as df). I've written a function that can handle the job for very ...
-2
votes
1answer
112 views

Matlab dijkstra shortest path: list of nodes

I would be really glad if you could suggest me a Matlab library containing functions that will allow me to list: 1) all paths from a source to dest node on a network identified by its adjacency ...
1
vote
1answer
93 views

Convert GML file to adjacency matrix in matlab

I have a GMLfile of a directed graph (Political blogs). I want to use this graph in Matlab as an adjacency matrix, How can I convert it?any suggestion? Thanks.
1
vote
1answer
60 views

Loading a biadjacency matrix in networkx

I have a csv file containing an m x n biadjacency matrix. Which was exported like: numpy.savetxt("file.csv", biadjacency_matrix, ...) Now I have to import the matrix but struggle to find the ...
0
votes
1answer
158 views

Pathfinding in adjacency matrix

Given an adjacency matrix, how would you find the shortest paths between two nodes while traversing to each point at least once and returning how many moves it takes? Example Given this array ...
-2
votes
1answer
154 views

Algorithm Design Adjacency Matrix

Provide an O(|V|) algorithm that solves the following problem? given: a directed graph G = (V,E) represented as an adjacency matrix. task: determine whether or not there is a vertex w ∈ V such that, ...
0
votes
2answers
809 views

Adjacency Matrix -> Directed graph -> DFS

This is the code my friends and I have come up with so far after fiddling around. What we are trying to do is read in the adjacency matrix (input.txt), then create a directed graph out of it so we can ...
1
vote
1answer
90 views

matrix operations with gigantic matrices in python [duplicate]

Does anybody know how to work with gigantic matrices in python? I have to work with adjacency matrices of shape (10^6,10^6) and perform operations including addition, scaling and dot product. Using ...
0
votes
1answer
63 views

Keeping edge values in graph after converting it to a network object in R

Note 1: I'm using the R packages "network" and "sna" Note 2: My original data are in edgelist format in a .csv file. I've been looking for the best way to read in edgelist data into R. At first ...
4
votes
2answers
199 views

C Programming: How to find the shortest path?

Imagine I have a 6x6 square consisting of 36 vertexes (i.e. 6 vertexes per row and 6 vertexes per column), looks something like this: • • • • • • • • • • • • • • • • • • • • • ...
1
vote
1answer
866 views

Generate an Adjacency Matrix for a Weighted Graph

I am trying to implement Floyd-Warshall Algorithm. To do this it requires me to set up an adjacency matrix of a weighted graph. How would I go about doing this? I know the values and have attached a ...
0
votes
0answers
751 views

Dijkstra's Algorithm using Adjacent Matrix and find number of hops, Java

Given an adjacency matrix in a file, I need to compute the shortest path between the source and destination using Dijkstra algorithm. The file name, Source, destination has to be given in run time. ...
3
votes
3answers
94 views

Plot first element of vector in A^x * v in Matlab (matrix powers)

I want to plot A^x * v, where A is a square matrix represent an adjacency matrix in a graph, x is the number of steps, and v is the initial vector. My goal is to plot the first element of each ...
0
votes
1answer
71 views

how does one predict edges / links / connections on a weighted directed graph network?

Given an adjacency matrix A for a weighted, directed graph (so matrix elements are not just 0/1 and the matrix is not symmetric), are there any good methods for predicting new edges? I have a VERY ...
0
votes
0answers
178 views

Adjacency matrix and adjacency list in java for n*m matrix

I have a 8*5 2D array. I want t build an adjacency list and a adjacency matrix for it. How do I do it? I tried a few ways but from what I figured adjacency matrix is n*n matrix but the array I have ...
0
votes
1answer
125 views

adjacency matrix for boggle board

I'd like to generate the adjacency matrix for a boggle board. A boggle board is one where you have alphabets in a nxn matrix like this: http://www.wordtwist.org/sample.gif Each cell is connected to ...
0
votes
1answer
412 views

Generating random weighted adjacency matrix in MATLAB

I would like to create a random adjacency matrix in MATLAB such that the total sum of weight is equal to the number of edges. Finally find the Laplacian matrix using L = diag(sum(A)) - A and then ...
0
votes
1answer
293 views

Drawing a line between points in a file

I need to draw lines between in java from a file that is formatted the following way: 5 //Number of lines of points 10 10 23 56 15 34 32 67 76 45 I think I am going to have to set up two ...
3
votes
2answers
191 views

using graph.adjacency() in R

I have a sample code in R as follows: library(igraph) rm(list=ls()) dat=read.csv(file.choose(),header=TRUE,row.names=1,check.names=T) # read .csv file m=as.matrix(dat) ...
0
votes
1answer
1k views

Implementing Depth First Traversal for a Graph using Adjacency Matrix C++

I have got a set of nodes and few edges that represent which nodes are connected. V_nodes 1 7 22 97 48 11 V_arcs (1 22) (97 22) (7 1) (11 48) (48 7) (11 0) V_weight 1 I have created its adjacency ...
0
votes
2answers
127 views

Adjacency Matrix from Java to SQL

I have a String data type adjacency matrix in Java: String[][] A; I want to read my adjacency matrix A into a MySQL table. The problem is I never know how many rows/columns I will need (nor would I ...
0
votes
3answers
121 views

Identify a transitive relation [closed]

I am writing a C program to find transitivity. In a 2D array, if adj[0][1] = 1 and adj[1][2] = 1, I want to mark adj[0][2] also as 1. This should hold for any transitive relation in the matrix. ...
-3
votes
1answer
639 views

Calculating adjacency matrix from randomly generated graphs

I have developed small program, which randomly generates several connections between the graphs (the value of the count could be randomly too, but for the test aim I have defined const value, it could ...
2
votes
1answer
397 views

transitive relation in an adjacency matrix

I am trying to identify a transitive relationship between two elements .I am coding in c. for eg: a->b is represented by a "1" in adjacency matrix in 1st row 2nd column. so if a->b and b-> c and ...
0
votes
0answers
63 views

create 2d graph in p2p simulation

i try to creating a p2p simulation. i have the data something like 0;1;500; // Node 0 connected to Node 1 with 500kbps 1;10;1000; // node 1 connected to node 10 with 1000kbps/1mbps. i would like to ...
1
vote
1answer
125 views

R - Matching rows and colums of matrices with different lenght

my problem at the moment is the following. I have an directed 1-mode edgelist representing pairs of actors participating in joint projects in a certain year, which might look like: projektleader ...
3
votes
2answers
1k views

Adjacency List and Adjacency Matrix in Python

Hello I understand the concepts of adjacency list and matrix but I am confused as to how to implement them in Python: An algorithm to achieve the following two examples achieve but without knowing ...
1
vote
0answers
149 views

How to test for adjacency in a mine field game

I am very new to Java, I have only been studying it for a couple of weeks, and this project has me puzzled. The instructions were to create a minefield game that generates a random start point, a ...
3
votes
2answers
147 views

What is this type of graph representation matrix called?

In an algorithms course quite some years ago, I came across an interesting graph representation. It is basically a path matrix, but with extra information. Each cell Aij contains the (possibly empty) ...
0
votes
2answers
88 views

Decompose a tree into forest

How can I decompose a tree into forest such that each tree contains even number of vertices? Does i need to decompose tree randomly and check for every forest? I have already created adjacency matrix ...
0
votes
3answers
60 views

Extra edge in my list?

I'm writing code to create a matrix out of a list of edges. However, when I run said code, I get a "phantom edge" that is not in the input data, which goes on to screw up the rest of my program. The ...
0
votes
0answers
135 views

Create adjacency matrix from egde list with Java Colt

I have a edge list of a graph in CSV format. I would like to create an adjacency matrix fromt it by using Java Colt library. How I can do it? Thank you very much!
1
vote
1answer
305 views

How map 2D matrix entries to 1D array with a “pointer array” indirection?

Note: I've edited this question with the helpful feedback of Keith Randall and Chiyou. I have an idea to use 1D array to cache most used 2D NxM matrix entries in a particular processing context. The ...
0
votes
3answers
647 views

How to create adjacency list once a graph has been plotted?

I have an Edge class which stores: source (vertex), target (vertex) and weight. I have a Vertex class which stores: name, x-coordinates, y-coordinates, and Edge[] adjacentList. I also have a Graph ...
1
vote
1answer
403 views

Directed Adjacency Lists

I have asked this question in a variety of ways, starting with: When you have an adjacency list, does order matter? Say I had the adjacency list {1, 2, 5} is that equivalent to {2, 1, 5}? Or ...
0
votes
0answers
147 views

forcing unconnected graph into connected graph, adjacency matrix

I have an adjacency matrix with which i want to build a graph. Unfortunately, the graph is fully connected, i.e., there are more than sub-sets of graphs ( a big graph and few other small graphs). This ...
0
votes
1answer
191 views

graph & tree representation

Can anyone tell me how to represent graph using vector through adjacency matrix & list . Also how to represent tree in c & c++ . How to represent graph using adjacency matrix & list in C . ...
3
votes
1answer
926 views

Generating Symmetric Matrices in Numpy

I am trying to generate symmetric matrices in numpy. Specifically, these matrices are to have random places entries, and in each entry the contents can be random. Along the main diagonal we are not ...
1
vote
2answers
1k views

Depth First Search with Adjacency Matrix

I am completing a class lab which takes an adjacency matrix, and determines connectivity among vertices. Although my code runs, it does not give the correct results. I believe there is a problem with ...

1 2