本次澳洲代写是使用Python写一个ai,能够搜索算法解决数独问题
Introduction
A sudoku is an n×n grid (normally 9×9) with some numbers initially placed – these cannot
be changed. The grid is broken down into sub-blocks of equal size. Solving the puzzle
requires finding numbers from 1 to n such that each number appears exactly once in each
row, column and sub-block or declaring that the Sudoku is unsolvable. Below is an
example of a 9×9 sudoku.
Your Task
In this assignment you will implement an AI that can solve 9×9 sudoku puzzles using
search algorithms that you have seen in the unit so far (Breadth- and depth-first search,
Heuristic search, informed search: Greedy, A* search, local search, or any other method
you deem suitable).
Your code will be subject to automated testing on example grids which have various
difficulties. More details can be found in the Jupyter Notebook file.
Download and extract the sudoku.zip file on this page, and open sudoku.ipynb to begin.
Ensure you read the guidelines carefully.
Guidelines
You must submit your completed Jupyter notebook (.ipynb) file.
• You should restart the kernel and run all cells before submission.
• You must not delete or modify any of the blank test cells.
• You do not have to write your code in the Jupyter environment. You are welcome to
write your solution in another IDE, but you must copy it across and test it within the
Jupyter notebook before submission.
Additionally submit any other files as required to get your solution to work, or as specified
in the notebook (e.g. readme files).
程序辅导定制C/C++/JAVA/安卓/PYTHON/留学生/PHP/APP开发/MATLAB

本网站支持 Alipay WeChatPay PayPal等支付方式
E-mail: vipdue@outlook.com 微信号:vipnxx
如果您使用手机请先保存二维码,微信识别。如果用电脑,直接掏出手机果断扫描。
