ashishranjan2828's blog

By ashishranjan2828, history, 6 years ago, In English

Each node of tree is having values 0 and 1. how can i find the longest path in tree connected by each node having value 1.

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

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

This is a problem from a live contest link to the contest.
You just modified it a bit and asking it here.