Solutions for shadows-of-the-knight-episode-1

The repo contains two solutions to the fun coding puzzle "Shadows of the Knight Episode 1" : https://www.codingame.com/ide/puzzle/shadows-of-the-knight-episode-1

  1. binarySearchSolution.js - contains the optimized solution
  2. naiveSolution.js - a straightforward non-optimal solution as a counter example