I have a problem with this..
To explain:
We have a graph with n (n is even) nodes... each node is connected to each other by an edge with a positive cost.... We have to match all the nodes in such a way that the cost is minimal..
So I know that there is a fast solution for this problem, but I know only the method O(n^n) with is not the best time

Thanks in advance...