Problem: 106 - Fermat vs. Pythagoras
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_106
Acm uva online judge problems and solution using C++ and Java
Tuesday, November 16, 2010
Monday, November 15, 2010
ACM - UVA 160 - Factors and Factorials
Problem: 160 - Factors and Factorials
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_160
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_160
Sunday, November 14, 2010
ACM - UVA 120 - Stacks of Flapjacks
Problem: 120 - Stacks of Flapjacks
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_120
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_120
Saturday, November 13, 2010
ACM - UVA 119 - greedy gift givers
Problem: 119 - greedy gift givers
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_119
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_119
Friday, November 12, 2010
ACM - UVA 118 - Mutant Flatworld Explorers
Problem: 118 - Mutant Flatworld Explorers
Solution: C++
Hints:http://www.algorithmist.com/index.php/UVa_118
Solution: C++
Hints:http://www.algorithmist.com/index.php/UVa_118
Saturday, November 6, 2010
Friday, November 5, 2010
Thursday, November 4, 2010
Wednesday, November 3, 2010
ACM - UVA 11777 - Automate the Grades
Problem: 11777 - Automate the Grades
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_11777
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_11777
Tuesday, November 2, 2010
Monday, November 1, 2010
ACM - UVA 105 - the skyline problem
Problem: 105 - the skyline problem
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_105
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_105
ACM - UVA 100 - The 3n + 1 problem ( java )
The problem:100 - The 3n + 1 problem
The solution: Java
Hints: http://www.algorithmist.com/index.php/UVa_100
The solution: Java
Hints: http://www.algorithmist.com/index.php/UVa_100
Saturday, October 30, 2010
ACM - UVA 10071 - Back to High School Physics
Problem: 10071 - Back to High School Physics
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_10071
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_10071
Friday, October 29, 2010
Tuesday, October 26, 2010
Tuesday, October 19, 2010
Saturday, October 16, 2010
Wednesday, October 6, 2010
ACM - UVA 494 - kindergarten counting game
Problem: 494 - Kindergarten Counting Game
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_494
Solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_494
Monday, September 13, 2010
ACM - UVA 900 - brick wall patterns
The problem:900 - Brick Wall Patterns
The solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_900
The solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_900
Saturday, August 21, 2010
ACM - UVA 136 - Ugly Numbers
The problem:136 - Ugly Numbers
The solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_136
The solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_136
ACM - UVA 101 - The blocks problem
http://www.algorithmist.com/index.php/UVa_101The problem:101 - The Blocks Problem
The solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_101
The solution: C++
Hints: http://www.algorithmist.com/index.php/UVa_101
Thursday, August 19, 2010
ACM - UVA 100 - The 3n + 1 problem
The problem:100 - The 3n + 1 problem
The solution: using C++
Hints: http://www.algorithmist.com/index.php/UVa_100
The solution: using C++
Hints: http://www.algorithmist.com/index.php/UVa_100
Wednesday, August 18, 2010
ACM - UVA 102 - Ecological Bin Packing
The problem: 102 - Ecological Bin Packing
The solution: using C++
Hints: http://www.algorithmist.com/index.php/UVa_102
The solution: using C++
Hints: http://www.algorithmist.com/index.php/UVa_102
Tuesday, August 17, 2010
Beginning the trainning for a programming contest
To compete in a programming contest you will need some tools to be able to begin.
First of all, you will need a good reference to learn the programming methods used to solve problems in the contest, and a very good book in this topic is Art of Programming Contest and also it is free.
Second, you will need to choose the programming language that you will use to solve the problems,and I will recommend C or C++, because of their fast speed.
Third you will need to find problems to train by solving them, there are many problem sites from them UVA Judge in contains a lot of cool problems that will train you to contest problems.
And I will try to solve problems and publish them on this blog, and I will hope that you will enjoy them.
Finally you will need to make a template that you will use to code directly
First of all, you will need a good reference to learn the programming methods used to solve problems in the contest, and a very good book in this topic is Art of Programming Contest and also it is free.
Second, you will need to choose the programming language that you will use to solve the problems,and I will recommend C or C++, because of their fast speed.
Third you will need to find problems to train by solving them, there are many problem sites from them UVA Judge in contains a lot of cool problems that will train you to contest problems.
And I will try to solve problems and publish them on this blog, and I will hope that you will enjoy them.
Finally you will need to make a template that you will use to code directly
Subscribe to:
Posts (Atom)