https://github.com/rynanda/pegs-puzzle-board
Developing a solution to the pegs puzzle board problem using math, discrete structures, and Python.
https://github.com/rynanda/pegs-puzzle-board
algorithms depth-first-search discrete-structures math mathematical-structures python regex
Last synced: over 1 year ago
JSON representation
Developing a solution to the pegs puzzle board problem using math, discrete structures, and Python.
- Host: GitHub
- URL: https://github.com/rynanda/pegs-puzzle-board
- Owner: rynanda
- Created: 2023-09-13T07:29:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T07:38:39.000Z (almost 3 years ago)
- Last Synced: 2024-01-29T11:11:04.237Z (over 2 years ago)
- Topics: algorithms, depth-first-search, discrete-structures, math, mathematical-structures, python, regex
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pegs Puzzle Board
Developing a solution to the pegs puzzle board problem by translating it to mathematical language, relating the problem to well known problems on mathematical structures, and implementing Python software to solve the problem using a depth first search algorithm approach as well as RegEx.