From 92ab0da3a4df783ecbc59814fec8d171e9d05d6a Mon Sep 17 00:00:00 2001 From: tolgayurt <tolgayurt@mi.fu-berlin.de> Date: Fri, 4 Dec 2020 21:40:36 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d4ba6eaa..90d18980 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,6 @@ draw or edit polygons with the buttons in top right legend ---------------------------------------------------------------------------- Repository structure relevant files: -The implemented polygon is in the file -packing_algo.py (mysite/plots/packing_algo.py) - - +The implemented polygon aglortihm is in the file packing_algo.py (mysite/plots/packing_algo.py) +The AVLTree structure is in the avl_tree.py (packing_polygons_pycharm/mysite/plots/avl_tree.py) +The data_creator algorithm are in (packing_polygons_pycharm/mysite/plots/polygon_creator.py) -- GitLab