IT Contents/프로그래밍 팁
Path Finder #2: shortest path, CodeWars Kata 자바 솔루션
Path Finder #2: shortest path, CodeWars Kata Path Finder #2: shortest path Task You are at position [0, 0] in maze NxN and you can only move in one of the four cardinal directions (i.e. North, East, South, West). Return the minimal number of steps to exit position [N-1, N-1] if it is possible to reach the exit from the starting position. Otherwise, return -1. Empty positions are marked .. Walls ..
2021. 4. 22. 07:00
최근댓글