From 72b4370c40816f1066c4a427881438e4f85d9ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Fri, 18 Mar 2016 13:33:47 +0100 Subject: [PATCH] Implement recursive algorithm to find Spots --- .idea/workspace.xml | 241 +++++++++++++++++-------------------- index.php | 44 ++----- src/Coffee/Map.php | 49 -------- src/Coffee/Spot.php | 7 +- src/Coffee/Table.php | 111 ++++++++++++----- tests/Coffee/TableTest.php | 91 +++++++++++--- 6 files changed, 283 insertions(+), 260 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4324d30..5fc5a3d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,23 +4,10 @@