i am a beginner plz help me with this coding ques
The knights journey where we are given the start, end points and the size of board.find the minimum steps to reach the end from the starting point.
i tried doing it with dfs but was clearly failed .
and the searched the solution online where they used bfs to solve the ques .