Pascal Lais 6f83b57ffb Add sort function and class methods to class Point
The sort function takes a list of Point objects and sorts them either
by their x or y coordinate using merge sort.
Also added a method set_random, that sets the coordinates to random
values and a method str, that returns the coordinates as string.
2020-03-09 07:48:07 +01:00
2020-03-08 11:00:14 +01:00
2020-03-07 08:39:25 +01:00

computational-geometry-visu

A visualization tool for computational geometry algorithms written in python. The purpose of this project was to learn programming GUI's in python.

Description
A visualization tool for computational geometry algorithms written in python. The purpose of this project was to learn programming GUI's in python.
Readme 58 KiB
Languages
Python 100%