for the thrid problem 1443. Minimum Time to Collect All Apples in a Tree in the contest
I think the leetcode should add this testcase:
3
[[0,2],[1,2]]
[false,true,false]or make the description of the question more clearer, such as the root of the tree is 0, or something else
@LeecCode @Sithis
and recheck the code for the person who pass this problem
Update 2020-5-10-21:35 because lots of pepole downvote my post, and the leetcode team doesn't listen to me suggestion, i will not write post any more, and give no suggestion for leetcode team any more.
Update 2020-5-14-12:22 the problem have add more tesecases.