Domanda di colloquio di Google

How will you determine two graphs are the same?

Risposte di colloquio

Anonimo

1 dic 2011

The problem has no known polynomial time algorithm, and I guess the solution given by Bartosz Milewski is adequate for an interview. However the problem (graph isomorphism) is NOT known to be NP-complete, and it is strongly conjectured not to be. I think the fastest program available for this problem is known as nauty, written by the mathematician Brendan McKay.

3

Anonimo

23 ago 2010

Graph iso-morphism. NP Hard problem, solve by heuristics.

2