From 6c0777aada96cbea1be4eff797861842f2b83685 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 15 Aug 2020 18:25:55 +0100 Subject: Create an assessment directory I've been doing a few take-home assessment recently, all of which I've attempted to solve using Haskell. I'm having a good time, and I'm noticing strong and weak points with my Haskell programming. I always attempt to apply any feedback a reviewer gives me, and I'm storing my first drafts, second attempts, and feedback here for now. This recently attempt was for a role at Jane Street. --- assessments/dotted-squares/too-many-moves.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 assessments/dotted-squares/too-many-moves.txt (limited to 'assessments/dotted-squares/too-many-moves.txt') diff --git a/assessments/dotted-squares/too-many-moves.txt b/assessments/dotted-squares/too-many-moves.txt new file mode 100644 index 000000000000..bfcced43b930 --- /dev/null +++ b/assessments/dotted-squares/too-many-moves.txt @@ -0,0 +1,7 @@ +1 +1 +3 +0 0 R +0 0 U +0 1 R +1 1 D -- cgit 1.4.1