Hacker News new | ask | show | jobs
by username90 2755 days ago
> I’d argue that a true beginner shouldn’t trust their intuition unless they have the rigor to prove it is correct.

Yes, which is why you want a teacher until you reach that stage.

> The point is not to study rote solutions, but to check correctness.

Looking at others solutions can in no way prove that your solution is incorrect so I am not sure how those would help you. However having access to others solutions often makes students doubt their own solutions if they don't look very similar, this hampers their growth since they learn to distrust intuitions which are actually correct.

2 comments

It might not prove that your solution is wrong, but it can help show that your solution is correct (if you trust the provided solution), and if you made a silly mistake in your solution then seeing someone else's solution might well help you spot it.
Yes, which is why you want a teacher until you reach that stage.

Not everyone has that luxury.