Is there any website which provides core java based programming challenges that tests programming logic?
Asked
Active
Viewed 6.5k times
48
-
1Java is large, which part of the core? – Thorbjørn Ravn Andersen Mar 30 '10 at 13:01
-
Try this http://www.cstutoringcenter.com/problems/ – SANN3 Feb 19 '13 at 08:56
-
https://www.codeeval.com/open_challenges/ – Akhilesh Dhar Dubey Aug 17 '13 at 20:07
-
6My favorite- http://java4732.blogspot.in/2015/06/programming-challenges.html – Sep 21 '16 at 18:15
7 Answers
32
It's not Java specific, but a good Programming Challenge site for any language.

Justin Niessner
- 242,243
- 40
- 408
- 536
-
6You can find many more here- http://java4732.blogspot.in/2015/06/programming-challenges.html – Sep 21 '16 at 18:16
14
The following sites have some good programming challenges. There is nothing like a challenge based on a language. Hope these links help you.

Mahesh Velaga
- 21,633
- 5
- 37
- 59
14
I add CodingBat to the sites mentioned here. And project Euler get also my recommendation.

Mnementh
- 50,487
- 48
- 148
- 202
-
5I just lost an hour of my day on CodingBat...and I'm a figgin' .NET developer. – Justin Niessner Mar 30 '10 at 18:22
3

Pablo Santa Cruz
- 176,835
- 32
- 241
- 292
-
Had the chance to try this out last week and I had a blast with it! – helpermethod Apr 05 '11 at 15:22
-
1Yes! Robocode rules! There is a similar project (also from IBM) that involves car racing. It's also pretty cool. – Pablo Santa Cruz Apr 05 '11 at 15:26
-
-
1
3
The Facebook Careers website has a dozen or so programming puzzles which can be solved in a variety of languages, Java 1.5 among them.
I highly recommend giving these a shot, some of the problems are deceptively difficult and test your algorithm knowledge/design much more than anything specific to any one language.

matt b
- 138,234
- 66
- 282
- 345
2
Try this one :) http://projecteuler.net/ when you solve the current problem you can compare your solution to others.

greenLizard
- 2,326
- 5
- 24
- 30
-
6http://meta.stackexchange.com/questions/15775/do-you-delete-your-own-answer-when-its-a-duplicate – Péter Török Mar 30 '10 at 13:08