- ID : UVA - 10600 - ACM Contest and Blackout
- Status : Accepted
- Type : Graph MST .
- Time : 2 Hours to Submission.
- Language : Java
- Solution :
- Find MST
- Find MST in every time you remove an edge from the Original MST
- Problems :
- Make sure the MST is not the Original MST by removing the edges from the original MST and looping through all edges.
- Make sure the second minimum MST is larger than the Original MST.
This Blog is a Personal record for All The Algorithms Problems I've Solved. It shouldn't be taken as a reference for optimal solutions because I'm just a beginner.
Tuesday, March 1, 2011
UVA - 10600 - ACM Contest and Blackout
Labels:
10600,
ACM Contest and Blackout,
Graph,
MST,
Second MST,
Uva,
UVA - 10600 - ACM Contest and Blackout
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment