A dynamic flow network G with uniform capacity c is a graph in which at most c units of flow can enter an edge in one time unit. If flow enters a vertex faster than it can leave, congestion occurs.The evacuation problem is to evacuate all flow to sinks. The k-sink location problem is to place k-sinks so as to minimize this evacuation time. A flow is confluent if all flow passing through a particular vertex must follow the same exit edge. It is known that the confluent 1sink location problem is NP-Hard to approximate even with a Θ(log n) factor on G with n nodes. This differentiates it from the 1-center problem on static graphs, which it extends, which is polynomial time solvable.The k-sink location problem restricted to trees, which partitions the tree into k subtrees each containing a sink, is polynomial solvable in Õ(k 2 n) time.The concept of minmax-regret arises from robust optimization. Initial flow values on sources are unknown. Instead, for each source, a range of possible flow values is provided and any scenario with flow values in those ranges might occur. The goal is to find a sink placement that minimizes, over all possible scenarios, the difference between the evacuation time to those sinks and the minimal evacuation time of that scenarioThe Minmax-Regret k-Sink Location on a Dynamic Path Networks with uniform capacities is polynomial solvable in n and k. Similarly, the Minmax-Regret k-center problem on trees is polynomial solvable in n and k. Prior to this work, polynomial time solutions to the Minmax-Regret k-Sink Location on Dynamic Tree Networks with uniform capacities were only known for k = 1. This paper gives a O max(k 2 , log 2 n) k 2 n 2 log 5 n