← All problemsSign in

Tree Walk 2

CodeChefRating 2223Open on judge ↗

*This is the easy version of the problem. The only difference between this version and the hard version is that here, vertices can be visited by the walk at most two times.* You're given a tree (a simple connected acyclic graph) with $N$ vertices. A *walk* in the tree is a sequence of vertices $(w_1, w_2, \ldots, w_k)$ such that there exists an edge in the tree between $w_i$ and $w_{i+1}$ for

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start