sudoku-solver | A simple Sudoku solver, written in Rust

 by   mans82 Rust Version: Current License: MIT

kandi X-RAY | sudoku-solver Summary

kandi X-RAY | sudoku-solver Summary

sudoku-solver is a Rust library. sudoku-solver has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This is a small Sudoku solver program, written in Rust. It takes a sudoku problem saved in a .txt file, and prints all solutions to it. It implements a graph-like DFS search to generate possible solutions. After filling in an empty cell in the table, it tries to fill in the next empty cell with an approriate value. If it fails to find an appropriate value for a cell, it backtracks and tries the next appropriate value for the previous empty cell. If it reaches a complete table (that is, with no empty cell), it returns the table as a solution. The solver logic implements the Iterator trait, which allows for iterating through solutions, and using numerous useful default methods the Iterator trait provides (skip, take, collect, etc.). To allow implementing the solution logic as an Iterator, it keeps the DFS stack using a Vec to save the search state between calls to next. In recursive impelementations of DFS search, usually the call stack is used as such.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              sudoku-solver has a low active ecosystem.
              It has 0 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              sudoku-solver has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of sudoku-solver is current.

            kandi-Quality Quality

              sudoku-solver has no bugs reported.

            kandi-Security Security

              sudoku-solver has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              sudoku-solver is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              sudoku-solver releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of sudoku-solver
            Get all kandi verified functions for this library.

            sudoku-solver Key Features

            No Key Features are available at this moment for sudoku-solver.

            sudoku-solver Examples and Code Snippets

            No Code Snippets are available at this moment for sudoku-solver.

            Community Discussions

            No Community Discussions are available at this moment for sudoku-solver.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install sudoku-solver

            You can download it from GitHub.
            Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/mans82/sudoku-solver.git

          • CLI

            gh repo clone mans82/sudoku-solver

          • sshUrl

            git@github.com:mans82/sudoku-solver.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link