From 3e2805b1404a9e58fd2694ef66c25cb06863640e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 20 Aug 2019 15:27:22 +0200 Subject: [PATCH] Rename JPS.php to JumpPointSearch.php --- Algorithm/PathFinding/{JPS.php => JumpPointSearch.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Algorithm/PathFinding/{JPS.php => JumpPointSearch.php} (100%) diff --git a/Algorithm/PathFinding/JPS.php b/Algorithm/PathFinding/JumpPointSearch.php similarity index 100% rename from Algorithm/PathFinding/JPS.php rename to Algorithm/PathFinding/JumpPointSearch.php