Usage
To Install this package. Use :
pip install pathsolver
To launch the application :
from pathsolver import solve
maze = [[0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 1, 1, 1, 1, 1, 0],
[0, 1, 0, 0, 0, 0, 0, 0],
[0, 0, 1, 0, 0, 0, 1, 0],
[0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0]]
start = (5, 3)
end = (2, 2)
output, path = solve(maze, start, end)
- Credits: Nicholas-Swift (https://gist.github.com/Nicholas-Swift/003e1932ef2804bebef2710527008f44)
- Visit our GitHub Repository for more information: https://github.com/toshihiroryuu/PyPi--Package---pathsolver
Release files for pathsolver 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pathsolver-1.0.1.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pathsolver-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.4 kB
Release files / pathsolver-1.0.1.tar.gz
| Download URL | pathsolver-1.0.1.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
332bd74b8a38eff71a831e675d8d612d4d3b0f6d6203a0dfd6844916ba6dc155
|
|
BLAKE2b-256 checksum How to use checksums |
730997f848100c5d437175dcea65b68bc0b9aebd57c4b535a02afe56ff6ffec5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.7
|
Release files / pathsolver-1.0.1-py3-none-any.whl
| Download URL | pathsolver-1.0.1-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
87b0c292cf12b8110787ca39b54dcfd4cdd795c66cd6815492bd5e869fcd9d3f
|
|
BLAKE2b-256 checksum How to use checksums |
615ef2b8b0f802d111e594ad8d7ba4bfa4cc9d8fdef5cfb7c89c68b52c896f31
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.7
|