Skip to content

Voronoi algorithm implementation by python and tkinter at NSYSU, 2023.

Notifications You must be signed in to change notification settings

tibitTW/voronoi-algorithm-implementation

Repository files navigation

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

About

Voronoi algorithm implementation by python and tkinter at NSYSU, 2023.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages