Looking for Challenges.

May 28, 2019 at 5:42am
Hello guys,

I'm considered as a beginner and i've been watching youtube tutorials. By little by little i've been learning c++ and preparing for my summer class next month. Do you guys know any good links for challenges/problems to solve?

regards,
May 28, 2019 at 5:48am
May 29, 2019 at 2:04am
Are there somewhere the results for Project Euler around? Results only, no solutions.
May 29, 2019 at 2:59am
My professor introduced us (my class) to: https://open.kattis.com/

It's good for challenges, and allows you to accumulate points to be on the scoreboard for globally, your country, or your college (if you will go to one).

I believe all the problems come from different computer science competition events and have varying levels of difficulty. Keep in mind when completing the problems:
The output answer must be EXACT. One space off in your output is incorrect. Teaches you to pay attention to details.

Also if you need a hint for your Kattis problem you can search for it here:
https://cpbook.net/methodstosolve

Edit: Looks like spoj.com and Kattis are very similar.
Last edited on May 29, 2019 at 3:04am
May 29, 2019 at 3:23am
Thank you. I do not need to score points, I just want to compare results. Sure, a second step could be to have a look to solutions, otherwise the saying holds true 'a good FORTRAN programmer may program FORTRAN in any language.'
May 29, 2019 at 6:03am
Are there somewhere the results for Project Euler around? Results only, no solutions.

Like this ?
https://github.com/luckytoilet/projecteuler-solutions
May 29, 2019 at 8:45am
BINGO!! Grazie tante!
Topic archived. No new replies allowed.