1 /*
2 Problem type: Graph - MST
3 Algorithm: Find the Minimum Spanning Tree (MST) (using Kruskal,
4 Prim) and print out all the edges which are not included in the MST.
5 */
Introduction
This is my blog of programming, I take notes and leave codes of computer science problems I solved here. Be my guest to comment :)
Showing posts with label Greedy. Show all posts
Showing posts with label Greedy. Show all posts
Thursday, September 12, 2013
UVa 11747 - Heavy Cycle Edges
Wednesday, July 10, 2013
UVa 10020 - Minimal coverage
1 /*
2 Problem link
3 Type: Greedy - INTERVAL COVERING
4 Algorithm:
Thursday, May 23, 2013
uva 410 - Station Balance
1 /*
2 Problem link
3 Type: Recursion - Greedy
4 Algorithm:
Wednesday, March 27, 2013
uva 311 - Packets
1 /*
2 Problem link
3 Type: Ad hoc, Greedy
4 Algorithm:
Subscribe to:
Posts (Atom)