Backtracking
How to use Backtracking in simple problems
When using backtracking we basically want to “take pictures” of a certain state of our list, object, etc. This “pictures” we save in another list and after we follow two paths. In the first one we increment ...
joaodeveloper.hashnode.dev2 min read