Useful Links: Homepage of ACM-ICPC
95
votes
17answers
12k views
Where can you find fun/educational programming challenges? [closed]
I've searched around for different challenge sites, and most of them seem to be geared towards difficulty in problem solving logically, rather than trying to use your language of choice to do ...
37
votes
30answers
4k views
18
votes
12answers
2k views
Have you found competitive programming to be useful?
I am looking to hone my programming skills outside of school/work and was wondering if any of you have participated in competitive arenas like CoreWar or TopCoder strictly for the purpose of ...
15
votes
6answers
915 views
CodeGolf: Brothers
I just finished participating in the 2009 ACM ICPC Programming Conest in the Latinamerican Finals. These questions were for Brazil, Bolivia, Chile, etc.
My team and I could only finish two questions ...
11
votes
5answers
1k views
std::pair<int, int> vs struct with two int's
In an ACM example, I had to build a big table for dynamic programming. I had to store two integers in each cell, so I decided to go for a std::pair<int, int>. However, allocating a huge array of ...
10
votes
10answers
2k views
ACM Problem: Coin-Flipping, help me identify the type of problem this is
I'm practicing for the upcoming ACM programming competition in a week and I've gotten stumped on this programming problem.
The problem is as follows:
You have a puzzle consisting of a square grid ...
8
votes
11answers
1k views
C++ Programming Contests
I would like to test my C++ programming skill level by competing with others. What programming contests are there for C++?
8
votes
9answers
1k views
Learning Algorithms: Never getting any better
I want to implement algorithms and data structures for practice. I have a bunch of textbooks I am working through and although I can understand the idea and theories I can never seem to close the book ...
6
votes
5answers
324 views
Triangle fit inside another triangle
Given the lengths of the sides of 2 triangles. Determine if the second triangle can fit inside the first triangle?
For more detailed info read the full problem statement below:
...
6
votes
6answers
1k views
I need some tips on how to prepare for the ICPC Programming Competition!
I'm participating in the Competencia Latinoamericana de Programacion this month and I was wondering if any of you have ever programmed competitively. The contest is basically 10 questions and I have ...
6
votes
3answers
762 views
return 0 implicit
The last week on the ACM ICPC Mexico competition, I missed a "return 0" on a C++ program. For this reason we got punished with 20 minutes.
I had read that the standard does not oblige us to write it ...
5
votes
1answer
129 views
In-order Hamiltonian Circuit (Given the coordinates of each node)
For my school's ACM-ICPC team, we've been stumped on how to do this specific practice problem:
Given N nodes located at the coordinates (X{i}, Y{i}), calculate the shortest manhattan distance ...
4
votes
3answers
615 views
How does the ACM ICPC Online Judge prevent malicious attacks?
I've spent more than a few hours humbling myself on the ACM ICPC's problem set archive, and I've wondered how the online judge is able to compile and run source code from any user and prevent ...
3
votes
3answers
246 views
Do programmers should train in ACM-contests? [closed]
A lot of those coders, who are succeed contests like TopCoder SRMs, or Google Codejam, etc., get good jobs and salary. But is it really neccesary? I mean, do all code developers should know different ...
3
votes
3answers
896 views
Solution to 2010 ACM Problem: Castles
Post your best solutions! You can find the full problem description and examples here: ACM 2010 problems (pdf)
You have a set of castles connected by roads, and you want to conquer all the castles ...
2
votes
1answer
209 views
Calculate Profits faster than O(n!)
So last week I posted a problem for the ACM ICPC South East Regionals here -> Algorithm to calculate the number of 1's for a range of numbers in binary. It was pretty well recieved and still hasn't ...
2
votes
5answers
1k views
being able to solve google code jam problem sets
This is not a homework question, but rather my intention to know if this is what it takes to learn programming. I keep loggin into TopCoder not to actually participate but to get the basic understand ...
1
vote
1answer
470 views
ACM ICPC Programming competition problem [closed]
Possible Duplicate:
Can you answer this 2009 ACM International Collegiate Programming Contest Finals problem?
Hi,
I am attempting to do question 1 here-> ...
1
vote
4answers
879 views
Can you answer this 2009 ACM International Collegiate Programming Contest Finals problem?
Out of curiosity, I was checking out the problem set to the 2009 ACM international collegiate programming contest. The questions are pretty interesting. They're available at ...
0
votes
0answers
114 views
ACM-ICPC programming contest books [closed]
What books do you recommend to prepare for ACM-ICPC programming contest?
0
votes
1answer
134 views
Optimizing a 2 parameter distance function on line segments (ACM ICPC Regionals Elim.)
This problem is a subproblem of a problem posed in the ACM ICPC Kanpur Regionals Elimination Round:
Given 2 line segments bounded by the 2D points (Pa, Pb) and (Pc, Pd) respectively, find p and q (in ...
0
votes
3answers
2k views
Read and parse line in C/C++; put tokens in an array or vector or similar structure
I have to submit code to one of the problems in ACM IPC and, as you may know, the time counts a lot. So, I have to read efficiently an input like this:
The first line will contain the sequence of ...
-1
votes
2answers
157 views
Java tutorial for acm programming contest [closed]
How to prepare for acm programming contest? I am interested in Java. Have any tutorial guide by which I can prepare myself for participate acm Programming Contest? Please advice me asap.
-1
votes
1answer
131 views
ACM problem! DAVE help~?
I'm trying on this problem for days, but always get a wrong answer. Can anyone help?
Here is the problem.
Problem Description
Recently, Dave is boring, so he often walks around. He finds that some ...
-1
votes
1answer
124 views
Where can I find a forum/discussion board for competitive programming? (ACM, TopCoder etc) [closed]
I'm trying to prepare for the ACM competition in November, and I'm going through the practice problems and getting stuck on data structure or implementation problems. I tried to find a discussion ...