Click here to Skip to main content
15,907,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can someone briefly explain ACM problem solving process?
As i am very new in this topic,so i have some questions over it..
1.From where i get the problems of ACM? As i am new,so i think i should start from low ranked problems.But where i get those rankings?
2.For solving problems,i think programming language is a fact for that.I also know C and Java,but i always prefer to do code in C#. Is it possible to solve problems in C#?
3.I think i can use Codeblock for coding(if i need to do code in C or Java). But how can i test my program for different input and see those outputs?
4.What is the process to submit a solution of a problem and where i should submit it?
5.As i am new,so how can i increase my skill to solve high ranked problems.
6.What are the program structure for solving a problem of ACM that i should follow during coding?
I hope i will get some expert's response and explanation over this..
Posted
Updated 5-Oct-12 0:19am
v2
Comments
Richard MacCutchan 5-Oct-12 9:28am    
What is ACM?
joshrduncan2012 5-Oct-12 10:30am    
I think you are referring the Association of Computer Machinery club in colleges and schools. If so, these questions need to be posed to your sponsor, not here.
ridoy 5-Oct-12 10:51am    
ACM International Collegiate Programming Contest (abbreviated as ACM-ICPC or just ICPC) is an annual multi-tiered competitive programming competition among the universities of the world. The contest is sponsored by IBM. Headquartered at Baylor University, with autonomous regions on six continents, the ICPC is directed by Baylor Professor William B. Poucher, Executive Director, and operates under the auspices of the Association for Computing Machinery (ACM).
Those who solve the problems of ACM only they will know the process i think.

1 solution

Ok,i have got my solutions.I describe those here if it helps any newcomer like me..:)
1. ACM problems should be found in this link..
http://uvatoolkit.com/problemssolve.php[^]
2. Programming language should be C,C++ or Java.
3. For coding Codeblock may be good one(for my case).
4. For submitting a solution we need to go this link..
http://uva.onlinejudge.org/[^]
Here an account would be needed to submit a solution.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900