You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses random-start hill algorithm to solve the 8 queen problem. Two successor selection methods are used: first-choice random selection and selection from all possible successors. Queens cannot occupy the same row in initial state.