diff --git a/README.md b/README.md index 07841bf6b0ba81827d01ea858a2434f5e49fe6e7..52e6377de3aa0ec43db766b29dda590729857af5 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,8 @@ Working Concept. ---------------------------------------------------------------------------- -**These files are relevant and including the main logic:** +**Relevant Files (main logic of the software)** -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 for cutting a rectangle into convex polygons are in (packing_polygons_pycharm/mysite/plots/polygon_creator.py) -The analyze data are in the path (packing_polygons_pycharm/mysite/result_of_the_analyzes) -