推荐网站练C / C ++算法/拼图拼图、算法、网站

2023-09-11 02:49:39 作者:百年后,老地方见゛

我想练习解决问题的C / C ++。但我想,以避免从头开始编写整个程序。是否有任何网站,他们给我的困惑和code骨架与它一起,并希望我只能填写一个或两个函数来解决手头的问题?这将节省大量的时间,我可以在解决问题的一部分,只集中。

I want to practice problem solving in C/C++. But I want to avoid writing the whole program from scratch. Is there any website where they give me puzzles and the code skeleton along with it and expect me to only fill a function or two to solve the problem at hand? This would save a lot of time and I can concentrate only on the problem solving part.

感谢。

推荐答案

项目欧拉有近400编程难题。有没有框架,但最初的几个难题是很简单的,这不应该是一个问题。

Project Euler has almost 400 programming puzzles. There are no frameworks, but the first few puzzles are simple enough that this shouldn't be a problem.

上衣codeR 是一个在线编码竞赛现场。您可以打开过去在他们的竞争舞台的小程序问题的做法。所有你需要做的是写在问题中所描述的功能。然而,这些问题有广泛的难度。即使是最简单的是更困难比期初那些在项目欧拉。

TopCoder Is an online coding competition site. You can open past problems in their competition arena applet for practice. All you need to do is write the one function described in the problem. However, the problems have a wide range of difficulty. Even the easiest ones are more difficult than the beginning ones at Project Euler.