Err....I guess this aint correct place to ask this question... But i couldn't find any place where i could get the desired coding problems, that i should put up in a Coding contest, which we are organizing as a part of our college function & I really want the Problems to be Advanced!

link|improve this question
5  
should be a community wiki I guess? – CoolBeans Aug 16 '10 at 14:47
4  
Probabliy all the contenders are searching stackoverflow for such places right now.. – Lior Kogan Aug 16 '10 at 14:53
1  
I do not think you can just copy-paste questions from any of these sites. They do have their copyrights. Do check that before copy-paste. – Lazer Aug 17 '10 at 20:41
feedback

10 Answers

up vote 4 down vote accepted

If this is a college-level contest, take a look at the problems at UVA Online Judge.

link|improve this answer
1  
Yes it is, I helped run a programming contest last year, and we pulled all of our problems from this site. – Justin Ardini Aug 16 '10 at 16:19
feedback

On the page of Waterloo University Programming Contests you can find some interesting problems.

link|improve this answer
feedback

Try Project Euler for interesting Mathematics problems.

link|improve this answer
Thank u, sir! But i guess many people from my college know this site... Otherwise i would have preferred it! – this.Liar Aug 16 '10 at 14:53
@Yashaswita : Still the problems are very good. You can also find problems at SPOJ. – Prasoon Saurav Aug 16 '10 at 14:55
feedback

GOOGLE CODE JAM. With solutions, should be enough.

link|improve this answer
Thank u, sir! I think this's enough for the initial rounds! – this.Liar Aug 16 '10 at 15:02
feedback

You should try searching http://www.acmicpc.org

The past world finals problems are there and if you search there you will also find past regional and world finals question sets.

link|improve this answer
feedback

There are books and books of such problems. However, remember that the contestants are also looking at such resources, so if you use a question from one of them, some teams may have an advantage of having already solved the problem...

link|improve this answer
feedback

If it is not a contest for beginners, I would recommend not getting the problems from any well known website/online-judge/contest. Any serious contestant usually practices problems online and is well aware of all well-known sources. It would be like knowing the questions of an exam for him/her.

For local university/school-level contests in our region, we generally come up with original problems. A good idea for you would be to contact former contestants (e.g. ACM ICPC contestants) from your locality and invite them as volunteers to contribute problems.

link|improve this answer
feedback

I have a list of these sites on my blog post Programming and Logic Puzzles along with a short explanation of the kinds of problems you'll find at each site.

link|improve this answer
feedback

With CodeChef you can host your own Programming Contest.

link|improve this answer
feedback

SPOJ - offers also private contest and supports many programming languages

link|improve this answer
feedback

Your Answer

 
or
required, but never shown