When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

testhafh's blog

By testhafh, history, 7 years ago, In English

Hi everyone :) I've been trying to solve this problem https://icpcarchive.ecs.baylor.edu/index.php?option=onlinejudge&page=show_problem&problem=2272, but I do not have very clear ideas. Any suggestion? Thanks in advance ^^.

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

have you read about biconnected components?

https://en.wikipedia.org/wiki/Biconnected_component

I think that problem would be easier if you know about that.