由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 一道有关Graph的面试题
相关主题
问个精华区的面试题一道很难很难的题目
报个Google电面面经狗家的OA题目一道, 求讨论
Number of Connected Components in an Undirected Graph的follow up问个面试题
the other problem请教一道Google面试题
[包子求助] Graph matching problemAmazon面试题请教
L家onsite面经问一道data structure的面试题
贡献A家面经问个google面试题(3)
[合集] 一道 yahoo 面试题问个amazon面试题
相关话题的讨论汇总
话题: meshed话题: graph话题: full话题: 面试题话题: problems
进入JobHunting版参与讨论
1 (共1页)
e**********6
发帖数: 78
1
给一个undirected graph,如何有效率的找出所有最大的full-meshed subgraph。full-meshed就是全连通的意思。比如:假设a,b,c,d四个节点中a,b,c是full-meshed。那么a,b,c中任意两个之间都是connected的。且a,b,c,d不是full-meshed,否则就要把d加入进来
h**6
发帖数: 4160
2
这是“Listing all maximal cliques”的问题,面试考这个有点变态了。可以使用
Bron–Kerbosch algorithm
http://en.wikipedia.org/wiki/Bron-Kerbosch_algorithm
e**********6
发帖数: 78
3

膜拜大神。。。
我注意你很久了,请问如何提高到这么厉害的?。。

【在 h**6 的大作中提到】
: 这是“Listing all maximal cliques”的问题,面试考这个有点变态了。可以使用
: Bron–Kerbosch algorithm
: http://en.wikipedia.org/wiki/Bron-Kerbosch_algorithm

e******n
发帖数: 144
4
各位的题我一个都答不上来。。。。。
a***c
发帖数: 2443
5
I hate graph problems even though they somehow relate to many networking
problems which is supposed to be my field of research.
1 (共1页)
进入JobHunting版参与讨论
相关主题
问个amazon面试题[包子求助] Graph matching problem
再问个amazon面试题L家onsite面经
问个g的面试题贡献A家面经
问个题:判断两个人是不是genetically related[合集] 一道 yahoo 面试题
问个精华区的面试题一道很难很难的题目
报个Google电面面经狗家的OA题目一道, 求讨论
Number of Connected Components in an Undirected Graph的follow up问个面试题
the other problem请教一道Google面试题
相关话题的讨论汇总
话题: meshed话题: graph话题: full话题: 面试题话题: problems