Problem · Tree
Alternating-Color Binary Tree Roots
Problem statement
You are given a connected undirected tree with nodes numbered from 0 through n - 1. The array edges contains its undirected edges, and colors[i] is either B or W for node i.
The problem statement continues
ProExamples
Example 1
n = 5edges = [[0,1],[1,2],[1,3],[3,4]]colors = "BWBWW"return = []Nodes 3 and 4 have the same color even though they are adjacent, so no root can make every adjacent level alternate.
FastPrep Pro
Reported in 1 Google interview this weekUnlock this recently reported problem
FastPrep Pro gives you full access to interview problems reported within the last week.
- Full problem statement and constraints
- 2 more worked examples, explained
- Guided hints and editorial
- Run your code on real test cases
$9/month
Pro subscription, billed yearly — or $19 month-to-month. Cancel anytime.
Free plan — 2 of 2 free unlocks used this week