Question: Please Look at the previous tasks for a better understanding. Thank you All of the methods above will just produce a solved Pseudoku puzzle. In
Please Look at the previous tasks for a better understanding. Thank you

All of the methods above will just produce a solved Pseudoku puzzle. In order to produce a proper Pseudoku puzzle, numbers will need to be removed from the output of MAKESOLUTION and replaced with a blank character. To complete the algorithm for generating Pseudoku puzzles, in addition to the input vector row, we have the integer n, which will stipulate the number of blank entries in the final puzzle. Task 9: Describe a method for setting values to be blank characters in the elements of the output of MAKESOLUTION. You can describe the method in words, use pseudocode, or use a flowchart. The method should take the number n as an input parameter and set n values to be blank characters. You do not need to go into great detail as long as the method makes sense. Maximum word count for the whole task (excluding diagrams)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
