Does anyone know the the generic outline for the brute force algorithm for finding the maximum independent vertex set in a bipartite graph?
I know there are other algorithms such as König's Theorem for finding MIS, but I was wondering what the pseudocode for the brute force method would be?
In addition, what would be the run time complexity of such a brute force algorithm?