GitHub / lucaazalim / fpaa-hamiltonian-path-finder-algorithm
Python implementation of the backtracking approach to find a Hamiltonian path in a given graph.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucaazalim%2Ffpaa-hamiltonian-path-finder-algorithm
PURL: pkg:github/lucaazalim/fpaa-hamiltonian-path-finder-algorithm
Stars: 2
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 388 KB
Dependencies parsed at: Pending
Created at: 4 months ago
Updated at: about 1 month ago
Pushed at: 4 months ago
Last synced at: 3 days ago
Topics: backtracking, graph, hamiltonian-path, python