Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 158 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 158 Bytes

Eight-Queen

A java solution to the Eight Queen(N Queen) problem

Depth-first search algorithm. 运用深度优先搜索算法解决八皇后(N皇后)问题