搜索资源列表
NQueens-returnback
- 使用调用返回的软件架构风格来实现N皇后问题,可以用于比较效率-using the renturn-back software archetecture style to solve the N-Queens problem
NQueens-filter
- 使用管道过滤的软件架构风格实现N皇后问题,可以用于比较运行效率-sove the N-Queens problem using filter style
NQueens-huisu
- 使用回溯的软件架构风格来实现N皇后问题,可以用于比较效率-using huisu style to solve the N-Queens problem
