由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 问个精华区的面试题
相关主题
报个Google电面面经Number of Connected Components in an Undirected Graph的follow up
一道有关Graph的面试题问一道NP算法题
问个amazon面试题检查graph里面是否有circle,是用BFS,还是DFS?
再问个amazon面试题【图论】某startup,Cactus graph求多少loops
问个g的面试题a question on finding longest path between two vertices
the other problem请教一道G题的代码量
[包子求助] Graph matching problemAmazon面试题请教
L家onsite面经问一道data structure的面试题
相关话题的讨论汇总
话题: graph话题: 顶点话题: 最小话题: 有误话题: 精华区
进入JobHunting版参与讨论
1 (共1页)
g*******y
发帖数: 1930
1
看了一晚上精华区,发现这道题有问题啊。
5。Given a graph (any type - Directed acyclic graph or undirected graphs
with loops), find a minimal set of vertices which affect all the edges of
the graph.
An edge is affected if the edge is either originating or terminating from
that vertex.
The time should be less Q(n^2)
这个题就是最小顶点覆盖问题吧?
或者是我对最小顶点覆盖问题理解有误?或者对这题理解有误?
p*********a
发帖数: 21
2
图论, 最小顶点复盖, 随便找个二分图匹配的算法就可以解决. "The time should be less Q(n^2)"---不过稠密图有小于O(n^2)的二分匹配算法么?
g*******y
发帖数: 1930
3
对啊,这个是NPC啊,O(n^2)做出来了,还用找工作???

be less Q(n^2)"---不过稠密图有小于O(n^2)的二分匹配算法么?

【在 p*********a 的大作中提到】
: 图论, 最小顶点复盖, 随便找个二分图匹配的算法就可以解决. "The time should be less Q(n^2)"---不过稠密图有小于O(n^2)的二分匹配算法么?
p*********a
发帖数: 21
4
这个有O(n^2)的和O(sqrt(n)*e)的算法, 我是说没有复杂度小于O(n^2)的算法

【在 g*******y 的大作中提到】
: 对啊,这个是NPC啊,O(n^2)做出来了,还用找工作???
:
: be less Q(n^2)"---不过稠密图有小于O(n^2)的二分匹配算法么?

Z*****Z
发帖数: 723
5
小尾羊这题最后什么结论啊?

【在 g*******y 的大作中提到】
: 看了一晚上精华区,发现这道题有问题啊。
: 5。Given a graph (any type - Directed acyclic graph or undirected graphs
: with loops), find a minimal set of vertices which affect all the edges of
: the graph.
: An edge is affected if the edge is either originating or terminating from
: that vertex.
: The time should be less Q(n^2)
: 这个题就是最小顶点覆盖问题吧?
: 或者是我对最小顶点覆盖问题理解有误?或者对这题理解有误?

1 (共1页)
进入JobHunting版参与讨论
相关主题
问一道data structure的面试题问个g的面试题
面试题总结(7) - Treethe other problem
真诚请教: 如何准备系统设计类的面试题[包子求助] Graph matching problem
今天的面试题L家onsite面经
报个Google电面面经Number of Connected Components in an Undirected Graph的follow up
一道有关Graph的面试题问一道NP算法题
问个amazon面试题检查graph里面是否有circle,是用BFS,还是DFS?
再问个amazon面试题【图论】某startup,Cactus graph求多少loops
相关话题的讨论汇总
话题: graph话题: 顶点话题: 最小话题: 有误话题: 精华区