graph-theory
Why do we need a priority queue in Prim's Algorithm
As my question speaks I want to know why do we use Priority queue in Prim\'s Algorithm? How does it saves us from using the naive way (yes I\'ve heard of it but don\'t know why).[详细]
2023-03-27 20:59 分类:问答Smallest path in graph theory (social network analysis)
This is the scenario: There is an undirected graph with n nodes and e edges, all nodes are connected. The question in the scenario:[详细]
2023-03-26 18:42 分类:问答Subgraph with same number of edges as original graph
I currently have an efficient algorithm for generating the subgraphs of a graph (using the boost library). My question, the answer to which though seemingly obvious, is more on the theoretical side: c[详细]
2023-03-25 05:33 分类:问答Javascript directed acyclic graph library? (Graph visualization is NOT necessary)
I have a dataset which is best represented by a graph.It consists of nodes of 6 or 7 different \"types\" with directed edges (dependencies on one another, guaranteed not to have cyclic dependencies).T[详细]
2023-03-24 09:22 分类:问答How to direct information flow in a graph or ANN?
I\'m building an undirected ANN. There are no distin开发者_开发知识库ct input or output nodes, and all connections are undirected.[详细]
2023-03-23 19:42 分类:问答Relational databases/SQL: What are typical use cases for one-to-one parent-child (non-inheritance, tree-like to self/super table) relationships? [duplicate]
This question already has answers here: 开发者_JAVA百科 Closed 11 years ago. Possible Duplicate: When we need to use 1-to-1 relationship in database design?[详细]
2023-03-22 12:26 分类:问答Difference between Hamiltonian path and ST
I was reading up algorithms for finding the minimum spanning tree(in case of weighted graphs) and for finding if a graph has a hamiltonian path(which depends on the presence of a hamiltonian cycle). I[详细]
2023-03-22 05:19 分类:问答Metrics for hierarchical graphs connectivity
this is my first question on Stack Overflow. This is not really a programming question but since most of us have to deal with theoretical problems at some point and there might be some graph theory sp[详细]
2023-03-21 20:39 分类:问答Good ways to compare graphs of different sizes?
Sorry if this is a basic question but I was wondering if anyone could help me find out the class of problems this specific question of mine falls into. I was looking for any standard metrics that can[详细]
2023-03-21 19:19 分类:问答Any working example of VF2 algorithm?
I have been reading the VF2 algorithm for finding if two graphs are isomorphic but am somehow missing the big picture. Could be that I am missing the relevant background in this area but all I see is[详细]
2023-03-21 12:39 分类:问答