From d31674fa4b274bb3a9bbe47f379c53991aa52fbf Mon Sep 17 00:00:00 2001 From: tolgayurt <tolgayurt@mi.fu-berlin.de> Date: Fri, 4 Dec 2020 21:52:40 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90d18980..e4556a56 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,4 @@ Repository structure relevant files: 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) +The visualization data are in resul_of_the_analyzes -- GitLab