140 - Bandwidth


Difficulty : medium

Solution Description :

DP Brute Force
 problem

In this problem you got maximum 8 node.
So, you need to 8! permutations for all possible sequence.
Get all the permutations lexicographic-ally you need to calculate the minimum bandwidth.