Skip to content

Files

Latest commit

d1123a0 · Apr 9, 2019

History

History
This branch is 134 commits ahead of, 29 commits behind charlesfranciscodev/codingame:master.

shadows-knight1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 8, 2019
Apr 9, 2019

Shadows of the Knight - Episode 1

We split the map each turn by going to the center of the area where the bomb is possibly located. This method is called a binary search and allows us to optimize the number of jumps needed.