dumb_ducks's blog

By dumb_ducks, history, 18 months ago, In English

Hey Community, I have started to learn how to code and some algorithms. I have been stuck on finding Minimum spanning trees. I know there are Kruskals and Prims to solve this type of problem but I want to know the brute force solution to this concept. Can anyone help me by coding it in CPP, so I can understand how to generate all spanning trees.

Full text and comments »

Tags c++
  • Vote: I like it
  • +3
  • Vote: I do not like it