Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GHpython/Sudoku-GUI-Solver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 33014c9
Choose a base ref
...
head repository: techwithtim/Sudoku-GUI-Solver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b7dfed4
Choose a head ref
  • 6 commits
  • 2 files changed
  • 3 contributors

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    112f3c8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. fixed a bug i.e after calling solve function once ,The solve_gui func…

    …tion does not work
    
    As we call solve once the model does not get updated as a result when we call the solve_gui it thinks that the board is already solved
    yogesh19k authored May 26, 2020
    Configuration menu
    Copy the full SHA
    5a0fb68 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Merge pull request techwithtim#7 from yogesh19k/patch-1

    fixed a bug i.e after calling solve function once ,The solve_gui func…
    techwithtim authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    7af05b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request techwithtim#5 from anshitmishraa/master

    Added the function with Keypad/Numkeys.
    techwithtim authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    d02ece8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Updated README via script

    techwithtim committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    aecd26f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    techwithtim authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b7dfed4 View commit details
    Browse the repository at this point in the history
Loading