IIT
Find the probability to reach the target node from the root node 1 in an unweighted undirected tree in time t. In each second you can visit one of the unvisited nodes from the current node with equal probability, and if there are no unvisited nodes, you can stay at the same node. The tree is given in the form of an adjacency list.