1
vote
4answers
201 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 …
9
votes
5answers
616 views
CodeGolf: Brothers
Hi guys, 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 …
8
votes
5answers
261 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 …
18
votes
11answers
936 views
Is it worth joining the ACM
I keep getting mail form the Association for Computing Machinery urging me to join up and get access to all these wonderful resources.
At something like $84 (USD) a year and with the dollar/pound …
9
votes
9answers
749 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 …
1
vote
6answers
792 views
Java Code for calculating Leap Year, is this code correct ?
Hello
I am following "The Art and Science of Java" book and it shows how to calculate a leap year.
The book uses ACM Java Task Force's library.
Here is the code the books uses:
import …
7
votes
9answers
473 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 …
5
votes
3answers
432 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 …
