Question: This is in Linux and write the code in C please. Thank you Requirements: Makefile Memory Structures You must create a C structure for a

This is in Linux and write the code in C please. Thank you

Requirements:

Makefile

Memory Structures

You must create a C structure for a datatype called sudoku that is saved in a header file

Test Case

Files: sudoku_puzzle.txt, human_input.txt, sudoku_puzzle.c, sudoku_puzzle.h

  1. Create a .c file for source code and .h file for header information. Put in a few lines of code - just enough to compile and produce some output.
  2. Create the Makefile - you'll need this to compile your program! Base this off of the advanced "Makefile-4" from the previous lab, but call it Makefile here.
  3. Test the Makefile
  4. Create a sudoku puzzle file (or copy the example above for a fast start)
  5. Add these files to your version control repository, and commit a new changeset. Be careful - don't include any of the temporary files your text editor might create! Those end in a tilde (~).
  6. Write file I/O code - Read in the crossword puzzle file and echo the output on the screen (for debugging)
  7. Test file I/O code
  8. Commit a new changeset to version control
  9. Write dynamic memory code - Save the puzzle into dynamic array(s) created based on the demo program code.
  10. Test dynamic memory code
  11. Commit a new changeset to version control
  12. Write the game play logic, prompting the user for input and comparing against the correct answer.
  13. Test game play logic
  14. Commit a new changeset to version control
  15. ... and so on ...

What other information do you need? Please let me know

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!