Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-michael-schmidt/kings-grid-olds
Search a kings grid graph to find lowest number of open locating dominators for a set of nodes. Since this problem is NP-hard, the search is by brute force.
https://github.com/dev-michael-schmidt/kings-grid-olds
Last synced: 1 day ago
JSON representation
Search a kings grid graph to find lowest number of open locating dominators for a set of nodes. Since this problem is NP-hard, the search is by brute force.
- Host: GitHub
- URL: https://github.com/dev-michael-schmidt/kings-grid-olds
- Owner: dev-michael-schmidt
- License: mit
- Created: 2018-02-07T04:02:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T22:49:48.000Z (almost 6 years ago)
- Last Synced: 2024-03-20T04:44:59.903Z (8 months ago)
- Language: C++
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kings-grid-olds
Search a kings grid graph to find lowest number of open locating dominators in set. Since this problem is NP-hard, the search is by brute force.