Задание по VB
Выполнить это задание на VB.
Сдавать нужно сегодня ночью, поэтому поспешите. Оставьте свои контакты, желательно аську или тел. в приват.
Question 3
a) Use pseudocode, flowcharts, or hierarchy charts to develop an algorithm to
implement the game of Sudoku (the rules are explained below). You do not have to
translate your algorithm to Visual Basic. You may choose either a single tool or any
combination of the tools in your solution. Use a stepwise refinement approach to include
different levels of detail in your solution.
b) Describe the data structure that you could use to represent the game for
your algorithm.
The rules for the game are as follows: Fill in a 9x9 grid so that every row, every column,
and every 3x3 box contains the digits 1 through 9. You have to choose a number for each
square such that no digit appears twice in any row, column, or 3x3 box. A sample Sudoku
puzzle is shown below.
(мини картинка)