https://github.com/trizen/python-scripts
A small collection of Python scripts.
https://github.com/trizen/python-scripts
Last synced: over 1 year ago
JSON representation
A small collection of Python scripts.
- Host: GitHub
- URL: https://github.com/trizen/python-scripts
- Owner: trizen
- License: unlicense
- Created: 2024-01-18T13:49:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T15:33:29.000Z (over 2 years ago)
- Last Synced: 2025-01-13T13:49:59.157Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-scripts
A small collection of Python scripts.
### Summary
* Benchmark
* [Sudoku solvers](./Benchmark/sudoku_solvers.py)
* Games
* [Sudoku solver iterative](./Games/sudoku_solver_iterative.py)
* [Sudoku solver recursive](./Games/sudoku_solver_recursive.py)
* [Sudoku solver stack](./Games/sudoku_solver_stack.py)
* Math
* [Carmichael numbers](./Math/carmichael_numbers.py)
* [Lucas-carmichael numbers](./Math/lucas-carmichael_numbers.py)