Git Product home page Git Product logo

pd2-sudoku's Introduction

// README for project1 // First you have to write the program for the project1 // After finishing, you will have two file about the project1, Sudoku.h and Sudoku.cpp // Then, creat the main function that the project1 need, that is, giveQuestion.cpp, solve.cpp, and transform.cpp // Final, write all your compile instruction in the Makefile // Thus, in the folder of the project1 will have the following files: // Sudoku.h, Sudoku.cpp, giveQuestion.cpp, solve.cpp, transform.cpp, Makefile // Then input the instruction make // Then, it will appear the following words: // g++ -o giveQuestion giveQuestion.cpp Sudoku.o // g++ -o solve solve.cpp Sudoku.o // g++ -o transform transform.cpp Sudoku.o // Next, input: ./giveQuestion > question.txt // Then, it will creat a file, question.txt, where the question is inputed // Final, input: ./solve < question.txt // The answer to the question is outputed in the screen 1 6 4 9 2 1 5 3 8 7 8 1 7 4 3 6 5 9 2 2 5 3 8 7 9 4 6 1 3 8 4 1 6 2 9 7 5 1 9 5 7 4 8 6 2 3 7 2 6 5 9 3 8 1 4 5 7 1 6 8 4 2 3 9 9 6 2 3 5 1 7 4 8 4 3 8 9 2 7 1 5 6

pd2-sudoku's People

Contributors

f74041056 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.