mirror of
https://github.com/dancojocaru2000/ai-project-idastar.git
synced 2025-02-22 16:39:35 +02:00
fixed initial display of input labyrinth
This commit is contained in:
parent
88626505a7
commit
f23c53fc82
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ System.Console.WriteLine("The input labyrinth: ");
|
|||
foreach (string line in labyrinthIN)
|
||||
{
|
||||
FormattedLabRow(line);
|
||||
Console.WriteLine();
|
||||
}
|
||||
|
||||
var algoBoard = new IdaStar.WorkingBoard(labyrinthIN.Select((row) => row.ToList()).ToList());
|
||||
|
|
Loading…
Add table
Reference in a new issue