How to get all possible solutions using backtracking algorithm?
问题 I'm using the backtracking algorithm described in this youtube video. Now, I should be able to get ALL possible solutions. Am I able to do this with the backtracking algoritme and how? If not possible, which other (simple) algorithm should I use? 回答1: This question is not a great fit for this site since it does not appear to be about actual code. But I'll take a shot at it anyways. Of course you can get all possible solutions with a backtracking algorithm. Remember how a backtracking