基于java的编程挑战

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2545265/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-13 09:07:32  来源:igfitidea点击:

java based programming challenges

javapuzzle

提问by abson

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

是否有任何网站提供基于 Java 的核心编程挑战来测试编程逻辑?

采纳答案by Justin Niessner

Project Euler

欧拉计划

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

它不是特定于 Java 的,而是适用于任何语言的良好编程挑战站点。

回答by Pablo Santa Cruz

回答by greenLizard

Try this one :) http://projecteuler.net/when you solve the current problem you can compare your solution to others.

试试这个 :) http://projecteuler.net/当您解决当前问题时,您可以将您的解决方案与其他解决方案进行比较。

回答by Rickard von Essen

Check out CodeChef

查看CodeChef

回答by Mahesh Velaga

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

顶级编码器
Spoj
项目 Euler
Code Chef

回答by Mnementh

I add CodingBatto the sites mentioned here. And project Euler get also my recommendation.

我将CodingBat添加到这里提到的网站。欧拉项目也得到了我的推荐。

回答by matt b

The Facebook Careers website has a dozen or so programming puzzleswhich can be solved in a variety of languages, Java 1.5 among them.

Facebook Careers 网站上有十几个编程难题,可以用多种语言解决,其中包括 Java 1.5。

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.

我强烈建议试一试,其中一些问题看似困难,测试您的算法知识/设计比任何特定于任何一种语言的任何事情都要多得多。