基于java的编程挑战
是否有任何网站提供基于 java 的核心编程挑战来测试编程逻辑?
Is there any website which provides core java based programming challenges that tests programming logic?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
Project Euler
它不是特定于 Java 的,但对于任何语言来说都是一个很好的编程挑战网站。
Project Euler
It's not Java specific, but a good Programming Challenge site for any language.
以下站点有一些很好的编程挑战。没有什么比基于语言的挑战更好的了。希望这些链接对您有帮助。
顶级编码员
Spoj
欧拉计划
代码厨师
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
我将 CodingBat 添加到此处提到的网站。欧拉项目也得到了我的推荐。
I add CodingBat to the sites mentioned here. And project Euler get also my recommendation.
查看 CodeChef
Check out CodeChef
Robocode。
Robocode.
Facebook Careers 网站有十几个编程难题,可以通过多种方式解决Java 1.5 就是其中之一。
我强烈建议您尝试一下,其中一些问题看似困难,并且比任何一种语言特有的问题更能测试您的算法知识/设计。
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.
试试这个:) http://projecteuler.net/ 当您解决当前问题时,您可以将您的解决方案与其他的。
Try this one :) http://projecteuler.net/ when you solve the current problem you can compare your solution to others.