What is the type of the algorithm used in solving the 8 Queens problem ?

A) Dynamic Programming

B) BackTracking

C) Branch and Bound

D) None

View Answer
Option – B.