Solving Puzzle: Death first search ep1
https://www.codingame.com/ide/puzzle/death-first-search-episode-1
This game need to identify shortest path between 2 node.
Firstly, I build a 2D array to represent a map with link 2 nodes.
0123
00110
11010
21001
30110
Next we need to find...
yung.hashnode.dev1 min read