what do you think about "project Euler"? Is it good practice ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

what do you think about "project Euler"? Is it good practice ?

19th Jul 2019, 10:26 PM
ffrankusha
ffrankusha - avatar
3 Answers
+ 14
Solving project Euler problems, you will improve your understanding of what happens while algorithms are executing big number of iterations, or dealing with huge numbers, you will learn a lot about code optimisation. For who enjoy to learn by necessity, challenges in general are a very good school.
20th Jul 2019, 12:32 AM
Cépagrave
Cépagrave - avatar
+ 8
It's good to relate some mathematical problems with programming and project Euler does that. It helps you to practice and boosts your confidence.
20th Jul 2019, 5:14 AM
Manoj
Manoj - avatar
+ 5
Actually, it's pure math. But the interesting point is here: how you use a computer language to solve a particular problem. Don't forget about one important rule: every Euler problem must be solved within 1 minute after you launch your code. So, heavy codes must be changed into flexible ones. It's where I like it. So, Euler problems help you not only explore a computer language, but also requires you to bring out short'n'sweet way of execution.
21st Jul 2019, 6:08 AM
William
William - avatar