https://github.com/pythonicninja/k-center-problem
Python implementation of k-center-problem using Farthest-first traversal
https://github.com/pythonicninja/k-center-problem
Last synced: about 1 year ago
JSON representation
Python implementation of k-center-problem using Farthest-first traversal
- Host: GitHub
- URL: https://github.com/pythonicninja/k-center-problem
- Owner: PythonicNinja
- License: bsd-3-clause
- Created: 2015-05-11T20:23:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T23:35:25.000Z (about 11 years ago)
- Last Synced: 2025-02-05T04:46:15.276Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
k_center
===============================
.. image:: https://img.shields.io/travis/PythonicNinja/k-center-problem.svg
:target: https://travis-ci.org/PythonicNinja/k-center-problem
.. image:: https://img.shields.io/pypi/v/k-center-problem.svg
:target: https://pypi.python.org/pypi/k-center-problem
Python implementation of k-center-problem using Farthest-first traversal.
* Free software: BSD license
* Documentation: https://k-center-problem.readthedocs.org.
Features
--------
* TODO