Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.