From b5d9d096f44d855a03fa8055f1591339efbeeb3d Mon Sep 17 00:00:00 2001 From: Aryan Gupta <134946530+hlw-aryan@users.noreply.github.com> Date: Tue, 25 Jul 2023 15:20:31 +0530 Subject: [PATCH] Rename countLineIntersection.py to Bentley_Ottmann_Algorithm.py --- .../{countLineIntersection.py => Bentley_Ottmann_Algorithm.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Python/Maths/{countLineIntersection.py => Bentley_Ottmann_Algorithm.py} (100%) diff --git a/Python/Maths/countLineIntersection.py b/Python/Maths/Bentley_Ottmann_Algorithm.py similarity index 100% rename from Python/Maths/countLineIntersection.py rename to Python/Maths/Bentley_Ottmann_Algorithm.py