CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download

Sage Reference Manual

Project: SageManifolds
Views: 717171
1
.. nodoctest
2
3
.. _sage.games.sudoku_backtrack:
4
5
This module contains Cython code for a backtracking algorithm to solve Sudoku puzzles.
6
======================================================================================
7
8
.. This file has been autogenerated.
9
10
11
.. automodule:: sage.games.sudoku_backtrack
12
:members:
13
:undoc-members:
14
:show-inheritance:
15
16
17
18