|
|
back to boardCommon BoardProblem 1080 May the input consist the countries: 3 1 3 0 3 0 0 Please give me any hints for this problem. Re: Problem 1080 --> You should use DFS or BFS > May the input consist the countries: > 3 > 1 3 0 > 3 0 > 0 > > Please give me any hints for this problem. Re: Problem 1080 --> You should use DFS or BFS What is DFS or BFS ? i think he means Deep First Search and Breadth First Search > What is DFS or BFS ? |
|
|