48

Is there any website which provides core java based programming challenges that tests programming logic?

skaffman
  • 398,947
  • 96
  • 818
  • 769
abson
  • 9,148
  • 17
  • 50
  • 69

7 Answers7

32

Project Euler

It's not Java specific, but a good Programming Challenge site for any language.

Justin Niessner
  • 242,243
  • 40
  • 408
  • 536
  • 6
    You 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.

Top coder
Spoj
Project Euler
Code Chef

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
5

Check out CodeChef

Rickard von Essen
  • 4,110
  • 2
  • 23
  • 27
3

Robocode.

Pablo Santa Cruz
  • 176,835
  • 32
  • 241
  • 292
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