由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - data structure for set of path in a graph (转载)
相关主题
问graph问题DAG question
一道graph的问题求教!(from MIT Intro to Algo)TSP for a special graph
This Woman is really cute请教directed acyclic graph
问问Boost library, 尤其是Boost Graph Library (BGL)一个大数据 处理问题
Re: 请教一个 graph connectivity 的问题[转载] matlab.mp
请问一个图的分解问题如何找到两点之间所有的路径?
A probability probelm about graph (network)问一个关于批处理的问题,谢了! (转载)
请问什么是quotient graph?如何修改linux PATH 以便programming?
相关话题的讨论汇总
话题: path话题: vertices话题: graph话题: set话题: structure
进入CS版参与讨论
1 (共1页)
f**n
发帖数: 401
1
【 以下文字转载自 Programming 讨论区 】
发信人: fern (宝宝会翻身了), 信区: Programming
标 题: data structure for set of path in a graph
发信站: BBS 未名空间站 (Tue Mar 23 17:33:56 2010, 美东)
Suppose we have a one-directional graph. Define a path as a sequence of
vertices such that from each of its vertices there is an edge to the next
vertex in the sequence. So a path of three vertices would be recorded
somehow as v1->v2->v3.
Now I need to store a set of paths that are different from each other. For
example, path 1 is v1->v2->v
1 (共1页)
进入CS版参与讨论
相关主题
如何修改linux PATH 以便programming?Re: 请教一个 graph connectivity 的问题
问一个:是lenovo还microsoft的错?请问一个图的分解问题
这位转专业转得牛A probability probelm about graph (network)
请问Safety critical software的career path如何请问什么是quotient graph?
问graph问题DAG question
一道graph的问题求教!(from MIT Intro to Algo)TSP for a special graph
This Woman is really cute请教directed acyclic graph
问问Boost library, 尤其是Boost Graph Library (BGL)一个大数据 处理问题
相关话题的讨论汇总
话题: path话题: vertices话题: graph话题: set话题: structure