Back to General discussions forum
Hello, everyone.
I recently joined and started doing excercises here, and I've got a quick question for you guys.
For our excercise solutions, are we supposed to use classes which are already built in the language, like 'Math' for example as in my case with Java? I've been doing a few excercises already this way, and it sorta feels like cheating so I'm wondering would it be better for us to practice algorithmic thinking by providing our own solutions.
Thanks for reading.
Hi, you can do it anyway you want.
You could also solve them all using pre-def classes, then start again and solve them without (if you still want to).
For the problems you've solved, you can look at other people's solutions, to see which way they did it.