vsanjay_nitdgp's blog

By vsanjay_nitdgp, history, 9 years ago, In English

could any one pls say how to solve this problems....and also say some prerequisites to solve this problem....

https://www.codechef.com/COFU2015/problems/LINGRP

thanks in advance...

  • Vote: I like it
  • -13
  • Vote: I do not like it

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

My friend it's a graph problem, I think it needs DFS or BFS

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Read about Euler Path

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Euler tour.