In backtracking, if different solution spaces have different siz
In backtracking, if different solution spaces have different sizes, start testing from the partial solution with the smallest space size would have a better chance to reduce the time cost. ~@[](1)
答案:TRUE