1 /*
2 Problem link
3 Type: Ad hoc, Greedy
4 Algorithm:
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 :)
Wednesday, March 27, 2013
uva 311 - Packets
Monday, March 18, 2013
uva 216 - Getting in Line
1 /*
2 Problem link
3 Type: DP - TSP
4 Algorithm: Brute force, back-tracking
5 */
Thursday, March 14, 2013
uva 469 - Wetlands of Florida
/*
Problem link
Type: Graph
Algorithm: BFS/DFS
*/
Problem link
Type: Graph
Algorithm: BFS/DFS
*/
Friday, March 8, 2013
uva 10098 - Generating Fast
1 /*
2 Problem link
3 Type: Adhoc
4 Algorithm:
5 */
Monday, March 4, 2013
Subscribe to:
Posts (Atom)