An open API service indexing awesome lists of open source software.

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.

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)