Simone Balducci

Results 5 issues of Simone Balducci

This issue is related to the discussion in issue #367. When we build the adjacency matrix for a directed graph we only add an element for the source node. ```...

enhancement
core
Priority:Low

I think it would be useful to add methods in the Graph class for calculating the betweenness centrality of a node and maybe also other centrality measures (eigenvalue centrality, closeness...

enhancement
core
Priority:Medium
hacktoberfest

We currently define the adjacency matrix (and all other matrices) as hash maps, and this is the most optimal choice, but I was thinking that it would be useful to...

enhancement
help wanted
good first issue
core
Priority:High
Priority:Medium

Users might want to calculate a power of the Graph matrices (adjacency for the number of shortest paths, transition for simulating markov chains ecc.). It would be useful to provide...

enhancement
help wanted
good first issue
core
Priority:Medium
hacktoberfest

This PR generalizes the construction of host views from standard containers to generic contiguous ranges using concepts.

Type:Enhancement