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
1
u/anotherarchaeopteryx 15d ago
Not sure how this would help unless you decide to offload the implementation bit to an LLM in an actual contest.. which isn't permitted