ACM-ICPC is stands for ACM International Collegiate Programming Contest. It's a computer programming competition among the university in the world.
7
votes
2answers
101 views
First appearance in Stern's Diatomic Sequance
You get an integer n and you need to find the index of its first appearance in Stern's Diatomic Sequence.
The sequence is defined like this:
a[0] = 0
a[1] = 1
a[2*i] = a[i]
a[2*i+1] = ...
0
votes
1answer
35 views
What is the usefulness of object-oriented programming in ACM-ICPC? [closed]
In real ACM-ICPC, in what way does using object-oriented programming actually help to solve the problems?
For problems which require direct simulation, is using OOP to represent the things in the ...
3
votes
1answer
228 views
Fibonacci Words from ACM Contest
I'm trying to figure out how to solve one of the problems from one of the ACM ICPC finals (from 2012, so I guess the most recent). It's called Fibonacci Words and is described here under Problem D.
...
1
vote
4answers
80 views
C++ strange class declaration
I'm practicing ACM problems to become a better programmer, but I'm still fairly new to c++ and I'm having trouble interpreting some of the judges code I'm reading. The beginning of a class starts with ...
0
votes
1answer
101 views
Trie Implementation With Map
i was working solving a problem today. But i got stucked. I know how a trie works but the problem is that i know how to implement it with static arrays and classes. Today surfing on the web i read ...
0
votes
1answer
207 views
Is this a proper implementation of Kruskal's algorithm?
I wrote the following code as a solution to UVA OnlineJudge problem #10034:
// problem 10034
#include <iostream>
#include <vector>
#include <algorithm>
#include <cmath>
...
0
votes
2answers
55 views
What should be the potential reason to get runtime error for this program? [closed]
#include<iostream>
#include<stack>
#include<vector>
#include<string>
#include<fstream>
#include<cstdlib>
/*farnaws,C++,673,08/12/2012*/
using namespace std;
...
-1
votes
2answers
348 views
ACM ICPC crash practice
I am selected for the ACM ICPC regional finals .But I have only 1 week of preparation left for me. I have prepared for it for 1 year but due to my exams I could not spend much time in programming in ...
0
votes
0answers
106 views
ICPC regionals contest http://www.spoj.pl/problems/AMR10J/ [closed]
My approach was to construct a graph where each chemical is a vertex and if two chemicals react then they have an edge connecting them. Then I iterate through every chemical row . No of possible ...
0
votes
4answers
171 views
PC^2 equivalent compatible with Python
I will be running a programming competition for high school students in the near future, and was originally going to use PC^2 (Programming Contest Control System) for the automated judging of the ...
0
votes
2answers
218 views
ACM 4744 Brute-Force Algorithm
The full Context of the Problem can be seen here
Details.
Also you can try my Sourcecode to plot the recursion for small numbers:
Pastebin
I'm looking at this problem the math way, its a nested ...
4
votes
2answers
218 views
Are there any Online judges which provide with users all test cases the engine uses?
I have recently tried a problem,my code run well on the cases it presented as sample input however failed when I submitted, and I still haven't found the bugs. So I really hope to have some ...
6
votes
1answer
237 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 ...
0
votes
0answers
833 views
ACM-ICPC programming contest books [closed]
What books do you recommend to prepare for ACM-ICPC programming contest?
-1
votes
2answers
425 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
229 views
ACM problem! DAVE help~? [closed]
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 ...
6
votes
4answers
533 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:
...
4
votes
2answers
384 views
Where can I find previous ACM ICPC contest problems?
I'm leading a small group of developer at my university and I'd like to work through a couple of ICPC problem sets from previous years.
Searching on Google yields no useful results, just page upon ...
1
vote
1answer
973 views
ACM ICPC Programming competition problem [duplicate]
Possible Duplicate:
Can you answer this 2009 ACM International Collegiate Programming Contest Finals problem?
Hi,
I am attempting to do question 1 here-> ...
2
votes
1answer
225 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 ...
0
votes
1answer
194 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 ...
5
votes
3answers
381 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 ...
-1
votes
1answer
209 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 ...
3
votes
3answers
1k 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 ...
0
votes
3answers
3k 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 ...
2
votes
6answers
3k 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 ...
9
votes
11answers
2k 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++?
1
vote
4answers
2k 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 ...
15
votes
6answers
1k 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 ...
14
votes
5answers
3k 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 ...
6
votes
3answers
791 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 ...
17
votes
9answers
4k 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 ...
9
votes
3answers
1k 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 ...
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 ...
23
votes
12answers
3k views
Have you found competitive programming to be useful? [closed]
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 ...
126
votes
17answers
20k 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 ...
