In: Advanced Math
Use Lisp to achieve an informed search(8-queen): 8 queens randomly placed on a board and returns a list that consists of the same queens in locations that they don't threaten each other. Requirement : the input configurations. the number of nodes expanded and the final solution