|
|
|
|
|
by sunrunner
169 days ago
|
|
> algorithmically find the optimal solution for this kind of problem for much bigger grids. Great, now I've been double nerd-sniped - once for the thing itself and another for 'What would an optimiser for this look like? Graph cuts? SAT/SMT? [AC]SP?' |
|
The Leetcode version of this is "find articulation points", which is just a DFS, but it's less general than what is presented here.