Skip to content

ckulka/sudoku-solver-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver (Python)

This repository is just for me personally to get more familiar with Python.

Running tests

Install required dependencies with pip.

pip install -r requirements.txt

Run the tests with pytest.

python -m pytest

# Run a particular test
python -m pytest -s test/test_observer_pattern.py
python -m pytest -s test/test_perfomance_comparison.py

About

This repository is just for me personally to get more familiar with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages