Hacker News new | ask | show | jobs
by siriusfeynman 1192 days ago
Which is exactly the point, it's a leetcode question that tests whether you've memorised a bunch of leetcode interview questions
2 comments

> classic backtracking problem

Literally in the parent post.

> Backtracking is extremely important in today’s software interviews and almost always comes up in some form.

From TFA. Even the article struggles to explain how this is useful outside similar leetcode questions. Yes, backtracking is sometimes a useful approach for some real-life programming problems but leetcode questions neither test for the ability to recognize backtracking problems nor the general ability to solve them.

you're supposed to be able to come up with the solution by yourself