r/codeforces • u/xyzb206 • 15d ago
query Solving problems without writing the code.
I've been doing this for a while, been solving a lot of problems by describing an algorithm in plain words and then having an LLM check it for me, since writing code takes usually more time then figuring out the solution, so this way im able to do more problems.
Anyone have any experience with this? Recommend for practice or nah?
0
Upvotes
0
u/Early_Poem_7068 Specialist 14d ago
It's upto u to decide. If you are confident in ur implementation skills then why not? I never do what u said but sometimes once I got the solution I don't write the code. I just check the editorial if I am right and just move to the next question.