Skip to content

Files

Latest commit

 

History

History
27 lines (17 loc) · 378 Bytes

File metadata and controls

27 lines (17 loc) · 378 Bytes

Voronoi Diagram Implementation

Voronoi diagram implementation on class "Design and Analysis of Algorithms" at NSYSU, 2023.

System requirements

  1. Install python with version 3.7 or higher

  2. Install tkinter

    $ pip install tkinter

    or

    $ pip install -r requirements.txt

Run

$ python main.py