1 /*
2 Problem link
3 Type: Data structure - BIT
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 :)
Monday, June 17, 2013
uva 12532 - Interval Product
1 /*
2 Problem link
3 Type: Data structure - Binary index (Fenwick) tree
4 Algorithm:
Thursday, June 13, 2013
uva 11988 - Broken Keyboard (a.k.a. Beiju Text)
1 /*
2 Problem link
3 Type: Data structure - link list
4 Algorithm:
Tuesday, May 28, 2013
uva 450 - Little Black Book
1 /*
2 Problem link
3 Type: Adhoc - Sorting
4 Algorithm:
Thursday, May 23, 2013
uva 410 - Station Balance
1 /*
2 Problem link
3 Type: Recursion - Greedy
4 Algorithm:
Monday, May 20, 2013
uva 10171 - Meeting Prof. Miguel...
1 /*
2 Problem link
3 Type: Graph - Floyd
4 Algorithm:
Sunday, April 14, 2013
uva 572 - Oil Deposits
1 /*
2 Problem link
3 Type: Graph
4 Algorithm: DFS
5 */
Tuesday, April 9, 2013
uva 11733 - Airports
1 /*
2 Problem link
3 Type: Graph
4 Algorithm:
5 Kruskal, stop when the number of edge selected is equal to n-1 or the price of the edge
6 equal to the cost to build an airport.
7 */
Wednesday, March 27, 2013
uva 311 - Packets
1 /*
2 Problem link
3 Type: Ad hoc, Greedy
4 Algorithm:
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)