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

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

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