Skip to content

mlazana/kMST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kMST

Implementation of k-minimum spanning tree (kMST) problem.


Introduction

The research is focusing on finding small trees. In terms of the bonus assignment in the course "Algorithms" of Athens University of Economics and Business I had to implement an approximation algorithm for points on the plane in python explained in section 4 (page 8) of the research.

Instalation

  • Clone the repository
  • Install Python 3.0

Run

The arguments are specified in the research.

python3 pointsOnPlane_kMST.py <data> <k>

Example:

python3 pointsOnPlane_kMST.py data/points.txt 4

About

An approximation algorithm for points on the plane, implementation of k-minimum spanning tree (kMST) problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages