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

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.

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.