I understand how the Branch and Bound Algorithm works to solve the Traveling Salesman Problem but I am having trouble trying to understand how the algorithm is faster than brute-force. The way I see it you will go through all the paths in the end. Can someone show an example where the B&B algorithm is faster than brute-forcing all the paths?