基于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
java based programming challenges
提问by abson
Is there any website which provides core java based programming challenges that tests programming logic?
是否有任何网站提供基于 Java 的核心编程挑战来测试编程逻辑?
采纳答案by Justin Niessner
It's not Java specific, but a good Programming Challenge site for any language.
它不是特定于 Java 的,而是适用于任何语言的良好编程挑战站点。
回答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 Mahesh Velaga
回答by Mnementh
回答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.
我强烈建议试一试,其中一些问题看似困难,测试您的算法知识/设计比任何特定于任何一种语言的任何事情都要多得多。